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

BAPI BAPI_GOODSMVT_CREATE for Transaction MB01

Former Member
0 Likes
773

Hi All,

I am using BAPI BAPI_GOODSMVT_CREATE for transaction MB01.

I have one problem while passing the value in BAPI.

Goods receipts for Schedule Agreements are not allow for delivery schedule lines with delivery date in the future.

Manual turn around for transaction MB01 is to check field "Suggest Zero Lines" from main selection screen:

I am not able to get the field name in BAPI for filling the value for check field "Suggest Zero Lines".

Kindly help me to find out the field name.

Thanks in advance.

Piyush Mathur

3 REPLIES 3
Read only

Former Member
0 Likes
513

Hi Piyush can you be more elaborate about what actually you want to do????

Read only

Former Member
0 Likes
513

data flag(1) value 'X'.

set parameter ID 'NUL' field flag.

u can set the parameter 'Suggest zero lines' as 'X' by default and then call ur bapi..see if tht field is X now or not?

otherwise it can be possible tht u r not using the correct BAPI

amit

Read only

Former Member
0 Likes
513

Hi Piyush, in the BAPI item table has a field IND_PROPOSE_QUANTITY to indicate if we want to propose quantities for the item or not , we check suggest zero lines Only if we want to enter another quantity for these items . So, you can map these two fields.Hope this solves your problem .Award Points if the answer is helpful!!!!!!