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: 

BADI : FMBW_CUSTOMER for TCode : FMBB for Customer fields on the screen

anup_deshmukh4
Active Contributor
0 Kudos

Hello Experts,

I have implimented the above badi , Added a subscreen ( SAPLFMBWB 2010 SUB Customer additional data) the Fields are place on the screen. Now this implimentation has 2 method's ( according to documentation )

PUT_DATA_TO_SCREEN

GET_DATA_FROM_SCREEN which i have to use in the customer subscreen in PBO and PAI respectively. i have to invoke the method's to set the data and put data i am a bit confused with the use of this method's as to how to use...them...

( EXPORT and IMPORT would solve my Problem ....but I don't want to do it..! )

Please let me know the use...!

Thanks and regards,

Anup D

3 REPLIES 3

anup_deshmukh4
Active Contributor
0 Kudos

Solved

0 Kudos

Hello,

Could you tell how did you solved it, please?

0 Kudos

What i did is i Exported document details in (Method PUT_data****) and Mode the vlues in the BADI in my PBO of my subscreen i imported them and used them to handle my conditions,

and in my subscreen pai again i exported the values ( and gain i imported it in GET_DATA***) to change them in actual,

....Sorry but din't saw any other option....

Hope it helps.