‎2009 Feb 25 4:59 PM
How can I get the value over the parameter id or abap memory of this input field .
Please notice this is a dypro Input field.
data GDIM(30) type c.
Regards
sas
Please use an informative subject line. You'll get better answerws if you do.
Edited by: Rob Burbank on Feb 25, 2009 12:01 PM
‎2009 Feb 25 5:04 PM
Hi,
when you declare a field in Dynpro it should reference to Dictionary field.
When creating Field through Screen painter Set the properties-->SET Parameter & GET Parameter
Or
Use Set/Get parameters
Or Import/export
Regards,
Gurpreet
‎2009 Feb 25 5:01 PM
Hi
Use the syntax:
GET PARAMETER ID 'XYZ' Please use F1....
Cheers
Ravish
‎2009 Feb 25 5:03 PM
EXPORT itab TO MEMORY ID 'HK'.
IMPORT itab FROM MEMORY ID 'HK'.
‎2009 Feb 25 5:04 PM
Hi,
when you declare a field in Dynpro it should reference to Dictionary field.
When creating Field through Screen painter Set the properties-->SET Parameter & GET Parameter
Or
Use Set/Get parameters
Or Import/export
Regards,
Gurpreet