‎2006 Dec 26 8:17 AM
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
‎2006 Dec 26 8:47 AM
Hi Piyush can you be more elaborate about what actually you want to do????
‎2006 Dec 26 8:53 AM
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
‎2006 Dec 26 9:19 AM
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!!!!!!