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

badi

Former Member
0 Likes
473

now i am doing session method for mm01 .in this i have one badi .how handle this one.is it possible to upload the data to mm01.

now i am doing session method for mm01 .in this i have one badi .how handle this one.is it possible to upload the data to mm01.

2 REPLIES 2
Read only

Former Member
0 Likes
439

if use session method badi will trigger automatically u cann't aviod that. if u want to aviod u can use BAPI or in badi u can use one more option that the procedure is running in background then don't run BADI like sy-batch = 'X' then don't run badi

Madhavi

Read only

Former Member
0 Likes
439

Shankar,

To upload the data you have to use BDC or LSMW.

badi is advanced version of User exits.By using Badi you can not upload the data in MM01.It is atechnic to change the stadard functionality off