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 SA
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, this parameter is linked with the input fields for a program name. When an ABAP Workbench tool, in which an ABAP program is processed...
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, this parameter is linked with the input fields for a program name. When an ABAP Workbench tool, in which an ABAP program is processed...
Runtime error:SET_PARAMETER_ID_SPACE Cause:Key is longer than 20 characters Runtime error:SET_PARAMETER_ID_TOO_LONG Cause:Value is longer than 255 characters Runtime error:SET_PARAMETER_VALUE_TOO_LONG Cause:Memory limit of the user memory was reached ...
SAP Managed Tags: ABAP Development hii adrian, you can free the set parameter id as. first set parameter id 'GARV' field s_kunnr. then get it at another place like this get parameter id 'GARV' field s_kunnr. now you can free the set parameter as. set parameter id 'GARV' field ...
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...
SAP Managed Tags ABAP Development how to set the value for matnr field? I used SET PARAMETER ID 'MAT' FIELD TEMP. CALL TRANSACTION 'MM01'. this can u tell me another way...Reply 1 ACCEPTED SOLUTION Former Member 2010 Jul 22 1:05 PM 0 Kudos 149 SAP Managed Tags ABAP Develop...
SAP Managed Tags ABAP Development Hi Try like this ***change the order*** READ TABLE lt_order INDEX row_no-row_id INTO row_ord. SET PARAMETER ID 'AUN' FIELD row_ord-vbeln. CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN. SET PARAMETER ID 'AUN' FIELD row_ord-vbeln. SET PARAMETER ...
SAP Managed Tags ABAP Development MM Invoice Verification Hi, I am not able to do Call Transaction for MIRO/MIR7 though I am doing as below: For MIR7 - > SET PARAMETER ID 'BUK' FIELD p_comp. SET PARAMETER ID 'RBN' FIELD p_inv. CALL TRANSACTION 'MIR7'. For MIRO - SET PARAME...
SAP Managed Tags: ABAP Development Hi Jay, The Parameter Id for MD13 is PAF. To get the parameter-id got MD13 and press put the cursor in Planned Order Field an press F1. Then Select Techinical settings and there you can find Parameter Id. Try the following: SET PARAMETER ID 'PAF'...