cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI - Posting Multiple Material Number

Former Member
0 Kudos

Hi

I am using BAPI_GOODSMVT_CREATE in my JCO Action. I have more than one material number to get updated at a time. Can someone plz tell me is there anyway we can pass more than one material number at a time to JCO.

Thanks in Advance

Regards

Muzammil

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Muzammil,

The MM templates that are downloadable on the SDN under:

Downloads -> Manufacturing -> Templates

The MM section has a transaction layed out that will allow multiple movements to occur in a single call. Hope this helps.

-Sam

Former Member
0 Kudos

Thanks Sam,

Thanks Jeremy,

Its working now.

Thanks a lot

Regards

Muzammil P.T

Answers (2)

Answers (2)

jcgood25
Active Contributor
0 Kudos

Muzammil,

Have you downloaded and studied the BLS transactions from the Manufacturing section of the SDN site: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloads</a>

I don't believe a version of the BAPI you are using is published yet, but the approach for using a JCO action block with the "Execute Function ?" unchecked, a local xml property and another JCO action block to receive the RequestXML document should be demonstrated in the examples (like WorkOrderCreate in PM). Using a local xml property and the Append XML links to the Reference version of the JCO block will allow you to feed multiple items into the RequestXML, then assign it to the JCO block that performs the function call.

Regards,

Jeremy Good

guptakvn
Explorer
0 Kudos

Hi Muzammil,

Please refer this thread:

Hope this helps..

Gupta