cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in saving production order confirmations

Former Member
0 Kudos

Hi,

I'm trying to save the production order in SAP using xMII and BAPI_PROCORDCONF_CREATE_HDR.

I'm getting a message which says that confirmations are saved, but it is not reflected in SAP.

Please help me regarding it.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

see the SAP note # 744403. Here it says that if we are updating SAP using BAPIs/RFCs... then we need to commit the BAPI.

In normal scenarios, we call this BAPI

BAPI_TRANSACTION_COMMIT

but in xMII, we have an option in JCO block which says "auto commit this transaction". Check this option.This will do the same thing. and data will be reflected in SAP

Hope it helps.

Regards,

Musarrat

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

check the Auto commit box in the JCO interface call...

Mention the version of xMII you are using ...

Kishore

Former Member
0 Kudos

Thanks Musarrat and Kishore,

It solved my problem. Now I can see that.

we r usin 11.5