For an SPA/GPA parameter specified inpidto match a name in the database table TPARA, it must be specified in uppercase. Example In this example, the current value of the SPA/GPA parameter RID is read from the SAP Memory to the data objectprog. In the screens of theABAP Workbench, th...
以下为摘自SAP ABAP经典中文帮助。 GET PARAMETER Syntax GET PARAMETER ID pid FIELD dobj. Effect This statement sets the content of the data objectdobjto the content of theSPA/GPAparameter specified inpid.pidmust be aflatcharacter-type field that contains no more than 20 characters and does not...
以下为摘自SAP ABAP经典中文帮助。 GET PARAMETER Syntax GET PARAMETER ID pid FIELD dobj. Effect This statement sets the content of the data objectdobjto the content of theSPA/GPAparameter specified inpid.pidmust be aflatcharacter-type field that contains no more than 20 characters and does not...
SAP Managed Tags: ABAP Development Hi, I need to store one variable value and I need to retrieve the same variable value in same program. For this I have written set and get parameter ids in the same program. It is working fine but if I log off the system and if I logon the sys...
ABAP programs can access the parameters using the SET PARAMETER and GET PARAMETER statements. To fill one, use: SET PARAMETER ID <pid> FIELD <f>. This statement saves the contents of field <f> under the ID <pid> in the SAP memory. The code <pid> can be up to 20 characters long. ...
SAP Managed Tags: ABAP Development Hi all, i am using set parameter id in a module pool program and get parameter id in the FM . say iam passing a value ABC. IN BETWEEN USING THE FM IF I OPEN SE38 THEN I SEE THE VALUE ABC IN THE PROGRAM NAME. is there any thing that i need...
SAP Managed Tags: ABAP Development Hi Friends, Can anyone please tell how to use SET / GET parameters and PARAMETER ID for a text box (Input / Output field ) in module pool? What is the purpose and where do we need to do coding for it? Note : I will definitely give the marks fo...
SAP Managed Tags: ABAP Development Hi all, I am facing a problem using SET and GET parameters. There is a Z transaction(Dialog program) where some fields of screen are having parameter ID's. That transaction is designed to diaplay/change status of only one inspection lot at a time. Now...
The statementGET PARAMETERdoes not access the user memory directly. Instead, it accesses a local mapping of the SPA/GPA parameter in theprogram memory, which is loaded when rolled in and saved in the user memory when rolled out (seeSPA/GPA Parameters and ABAP Programs). If the SPA/GPA par...
HI, Do you have 32 bit platform or 64 bit platform? Tune SAP SHM parameter such as rdisp/PG_SHM ,abap/buffersize, rdisp/ROLL_SHM. Check SAP Notes 110172, 552209, 546361. Try extending address space as per these SAP Notes 110172, 552209, 546361 Regards, Ashutosh...