SAP Reports Question:
Download Questions PDF

What are the SET Parameter and GET Parameter?

SAP Reports Interview Question
SAP Reports Interview Question

Answer:

To use parameter IDs, you need to “set” (store) values in the global memory area and then “get” (retrieve) values from this parameter ID memory area. §IIn the case of an online program, you will “set” values from screen fields and you will “get” these values for screen fields. §YYou can perform this “set/get” function two ways: § Use the ABAP statements “SET PARAMETER ID” and “GET PARAMETER ID”. § Use the field attributes “SPA” and “GPA” . §RRemember that parameter IDs can only be used with ABAP Dictionary fields because parameter IDs are linked to data elements. The appropriate data elements must have a parameter IDs for this “set/get” function to work.

Download SAP Reports Interview Questions And Answers PDF

Previous QuestionNext Question
What are function modules in LDB?How to Upload Logo to Layout Set and what is Program Name?