cancel
Showing results for 
Search instead for 
Did you mean: 

Error M7019 BAPI_GOODSMVT_CREATE - Subcontracting process

sandro_vila2
Explorer

Hi,

I am developing a subcontracting process and using the BAPI_GOODSMVT_CREATE to return the goods, but when I do the low inputs (mov 543) the BAPI returns the following message.

TYPE E

ID M7

NUMBER 19

MESSAGE Combination of movement type 543 and function selected not possible

LOG_NO

LOG_MSG_NO 0

MESSAGE_V1 543

MESSAGE_V2

MESSAGE_V3

MESSAGE_V4

PARAMETER GOODSMVT_ITEM

I'm using GOODSMVT_CODE = "07" (MB04).

When I run the same procedure via transaction MB04 I can create the document.

Has anyone experienced this? Would have any suggestions?

Thanks

Sandra Avila

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

go into se37

enter BAPI_GOODSMVT_CREATE

click display

click Function module documentation

browse to the far end of the docu, there it is exactly mentioned what fields have to be filled and which fields must not have any value.

Answers (2)

Answers (2)

sandro_vila2
Explorer
0 Kudos

Hi,

Successfully execute the BAPI using the help of SAP

http://wiki.sdn.sap.com/wiki/display/ERPSCM/HowToGoodsMovementswith+BAPI#HowToGoodsMovementswithBAPI-MoreinformationonLINEIDandPARENTID

Thanks to all

Sandra Avila

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Try using GM CODE = '03', it should work. Awards points if it works...