‎2009 Sep 17 1:16 PM
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
‎2009 Sep 17 1:19 PM
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
‎2009 Sep 17 1:19 PM
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
‎2009 Sep 17 1:36 PM
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.
‎2009 Sep 18 4:55 AM