Application Development 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: 

Populating screen fields with values from a BADI

Former Member
0 Kudos

Hello to all,

I am implementing a BADI for HR for infotype 25. I want to populate screen field with values from BADI.But BADI doesnt have any exporting parameter. I guess i have to use field symbols or maybe IMPORT EXPORT statements... How do i go on populating the screen fields ?

Bundle of thanks,

Shehryar

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

what values you want to pass...?

if the values are not access in the BADI then you have to use export and import. but export is the problem..

Do you have any exit / BADI where you can access the parameters or values to export. if there is no exit then you have to use Field-symbols and access the parameters and use them in your badi.

For Accessing the data using Field-symbols if you dont know please let me know.

I will help you in writing the code.

6 REPLIES 6

former_member188685
Active Contributor
0 Kudos

what values you want to pass...?

if the values are not access in the BADI then you have to use export and import. but export is the problem..

Do you have any exit / BADI where you can access the parameters or values to export. if there is no exit then you have to use Field-symbols and access the parameters and use them in your badi.

For Accessing the data using Field-symbols if you dont know please let me know.

I will help you in writing the code.

0 Kudos

Hello Vijay, Many Thanks...

Yeah, i would appreciate your effort. Can we achieve populating sreen fields through field symbols ?

Shehryar

0 Kudos

Vijay ?

0 Kudos

Perhaps Vijay has noticed that you triple-posted this question to 3 forums (which is against [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] ) and decided to rather steer well clear of it because of what I am about to do to your posts?

I will leave this one unlocked this time, if you can confirm that you have read the above mentioned rules?

Cheers,

Julius

0 Kudos

Sorry. my bad. I didnt read the rules. will be careful next time.

thanks.

Former Member
0 Kudos

Closing this thread. Have given points to those who have answered.