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.
Post a Comment