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

Rgarding screen field values passing to program

Former Member
0 Likes
533

Dear all, i have searched in SDN and cud not find the answer, i am working on a MB_MIGO_BADI for which i have to design a screen. now i have designed the screen ,and in the PAI method i have written the code. but im unable to get the screen field values that i entered in the screen into this method,(in order to concatenate the screen fields)can any one tell me how to declare variables in the method as well as when we create the screen. please give me in detailed steps.

Thanks in advance,

Naren

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

Hi,

If you go to se18 open the BADi and go to menu path GOTO> SAMPLE CODE you can check out a sample implemenation. You can declare Instance level attributes and use those to transfer data.

Regards,

Himanshu

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hi,

If you go to se18 open the BADi and go to menu path GOTO> SAMPLE CODE you can check out a sample implemenation. You can declare Instance level attributes and use those to transfer data.

Regards,

Himanshu

Read only

0 Likes
507

thanks himanshu, but see there are two structures old and new ,where as i have 5 fields out of which i have to concatenate 3 fields into one field and shud insert into a zee table,please help me with this im unable to understand that.

Read only

Former Member
0 Likes
507

Dear all.....any help