Skip to Content
0
Dec 16, 2008 at 09:42 AM

How to capture data of the standard SAP screen field to the program

169 Views

Hi,

I am working on the Screen Enhancement. when we enter the transaction EEDM09, there is a blank field of PoD ID available for entering the PoD Id that we want to create. when the user enters the data of the fields and then presses on the SAVE button, then at some point my BADI is called and there i want to capture the data of the PoD field.

I have tried with GET PARAMETER ID 'EXT_POD' field lv_ext_ui. But after the execution of this statement the data is not captured in the variable lv_ext_ui. The value of SY-SUBRC comes to 4.

Then i also tried with some function modules

DYNPRO_FIELD_GET

RPY_DYNPRO_READ

DYNP_VALUES_READ

but all the three did not give me any output.

the value entered by the user is saved in the standard table EUITRANS, but i m not able to capture the value in my BADI implementation.

Please help me out with this issue.

Thanks

Rishi Mirwani