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

problem after implementing MB_MIGO_BADI

Former Member
0 Likes
552

Dear All,

I had implemented MB_MIGO_BADI useing method LINE_MODIFY in order to show Material type in item overview screen overwrite the Text filed "CS_GOITEM-SGTXT" while goods reciept .... it work well but the problem while i display material document in migo it show this waring "BAdI: Field GOITEM-SGTXT not ready to accept input (Change will not be adopted)"

i need variable that show me the Executable Action in Transaction MIGO so if it is goods reciept then i will show material type if it is display i will not .... is this exist???

1 REPLY 1
Read only

Former Member
0 Likes
418

Check the value of parameter I_ACTION in the method MODE_SET. See the sample program/Documation of BADI (in SE18) for reference.