F Parameter ID in SAP | CodeTheta

Parameter ID in SAP

June 25, 2024

Parameter Id holds the memory for the particular field of a selection screen. If we want to pass the field value from one screen (100) to another screen (200) then we use parameter Id.

To set the parameter id
SET PARAMETER ID ‘pid’ FIELD dobj.

To get the parameter id
GET PARAMETER ID ‘pid’ FIELD dobj.

Parameter id will be available in the table TPARA.

If you have any Question you can contact us or mail us. We will reply you as soon as possible.

Post a Comment