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

Populating screen fields with values from a BADI

Former Member
0 Likes
1,115

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
Read only

Former Member
0 Likes
919

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.

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

6 REPLIES 6
Read only

Former Member
0 Likes
920

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.

Read only

0 Likes
919

Hello Vijay, Many Thanks...

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

Shehryar

Read only

0 Likes
919

Vijay ?

Read only

0 Likes
919

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

Read only

0 Likes
919

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

thanks.

Read only

Former Member
0 Likes
919

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