Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

extract a field from screen

Former Member
0 Likes
807

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,

4 REPLIES 4
Read only

Former Member
0 Likes
708

Check the table COBRB.

Read only

Former Member
0 Likes
708

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.

Read only

0 Likes
708

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?

Read only

Former Member
0 Likes
708

This message was moderated.