cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/FM to create good receipt for movement type 903/904 without PO & without Amount

deepaktiwariminda
Discoverer
0 Kudos

Dear Experts,


My requirment is to do MIGO with movement type 904 using Zprogram.

Actually we have Gate entry Zprocess, thay create a gate entry without PO but they have reference number is invoice.

now user want that from this gate entry number automatically MIGO 904 movement type.

I use BAPI_GOODSMVT_CREATE but is is giving Error message "Goods movement is not possible with 904 movement type".

then i changed my program , i use FM (MB_CREATE_GOODS_MOVEMENT)

This FM created Material number successfully but when we are going to post this using FM(MB_POST_GOOD_MOVEMENT) then it is giving DUMP.


Please provide me any solution...!!!

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Kudos

You really should go for the BAPI as an approach, rather than using the other Internal Functions ...

If you have the Error-Log (Message-ID / Type / Number) upon executing the BAPI, have you checked the SAP ONE Support Lauchpad on that combination? Maybe there is a SAP-KBA that solves the problem ...

Again, if you have the exact Message, why not create a Watchpoint in Debugging, as mentioned here (using the "SY-MSGNO = <x>") : link

Only when those options are exhausted without progress, I would proceed on the internal / FM-level to search for a Solution based on the ShortDump ...


Hope this helps

Nic T.