2007 Mar 27 11:19 AM
i went to know please how can i extract a content of field from screen and display it in my specific program? My specific program is for displaying a form and the field (DKOBR-EMPGE) is in pool functions(SAPLKOBS)
Thanks a lot,
i went to know please how can i extract a content of field from screen and display it in my specific program? My specific program is for displaying a form and the field (DKOBR-EMPGE) is in pool functions(SAPLKOBS)
Thanks a lot,
2007 Mar 27 11:23 AM
2007 Mar 27 11:27 AM
hi,
declare a variable field in the program with the same name as that of the screen field name.
In the PAI module u can use the variable so that it will display the content of the screen field.
2007 Mar 27 12:49 PM
COBRB is saved after displaying my form not before.
For the second, the variable is DKORB-EMPGE and i dont have access to the module of dynpro. How can i access to this module?
2011 Feb 08 9:46 PM