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

701 with BAPI_GOODSMVT_CREATE

former_member210541
Active Participant
0 Likes
2,727

Hi experts,

I can see here -

701 and 702 can be used with BAPI_GOODSMVT_CREATE.

But i have a question, what are the effects of adding MB11 for 701 ?

Do please comment.

6 REPLIES 6
Read only

JL23
Active Contributor
0 Likes
1,828

Physical inventory movements are automatic movements that result usually from clearing physical inventory documents (counted quantity minus book quantity).

If you allow MB11 (is an obsolete movement type - OSS note available) then the user is able to post differences without inventory document.

Auditors love this approach and will probably make a suggestion you for a salary increase.

If you want post physical inventory differences then you should use the desired BAPI for physical inventories

Read only

0 Likes
1,828

But how we will do 701/702 with the BAPI_GOODSMVT_CREATE??

Thanks

Read only

0 Likes
1,828

Try TCODE MI07, MI08 or MI10 (Table T158B)

Read only

0 Likes
1,828

The Bapis fpr physical inventory are
BAPI_MATPHYSINV_CHANGECOUNT

BAPI_MATPHYSINV_COUNT

BAPI_MATPHYSINV_CREATE

BAPI_MATPHYSINV_CREATE_MULT

BAPI_MATPHYSINV_GETDETAIL

BAPI_MATPHYSINV_GETITEMS

BAPI_MATPHYSINV_GETLIST

BAPI_MATPHYSINV_POSTDIFF

Read only

roberto_forti
Contributor
0 Likes
1,828

Hi Dear, effects depends on which SAP support package is installed and related with SAP version. See below SAP link

https://launchpad.support.sap.com/#/solutions/notesv2/q=BAPI_GOODSMVT_CREATE&sortBy=score&sortOrder=...

Best Regards!

Roberto FORTI Santos

Read only

0 Likes
1,828

Thanks all of you for your help.