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

Getting data into screen from BADI.

Naval_bhatt
Contributor
0 Likes
456

HI all ,

i am using BADI HRHAP00_ENHANCE_FREE to add some functionality to the screen of transaction PHAP_CREATE.

=================================

i am calling this FM 'F4IF_INT_TABLE_VALUE_REQUEST'

in the BADI and i have to update the fields in the screen of the main program which is calling this BADI (HRHAP00_ENHANCE_FREE).

This BADI is called at the button click .

ZOBJECT_TABLE is a Z- table with values out which we have to select the value.

and the value should be filled in the screen field as we select the record from the help.

====================================

Problems are :

1. i am not getting all the values in the return table so i need some solution by which i can get all the values in the record which we i select.

2. I need to put the values which i am get from the help

in the return table in the fields of the screen from which i am calling the BADI.

please tell mw how it can be done .

(sorry to write this) but its urgent .

thanks and regards,

Naval Bhatt

1 REPLY 1
Read only

Naval_bhatt
Contributor
0 Likes
383

Posted long time back ...