cancel
Showing results for 
Search instead for 
Did you mean: 

Double confirmation in SRM for a PO

Former Member
0 Kudos

Dear Gurus

We had an issue in production where system allowed posting confirmation qty greater than PO qty.In our system it is allowed we have validations in place but might be because of network or other issue system allowed posting confirmation qty greater than PO qty.

When we raised OSS message with SAP, SAP suggested implementing confirmation BADI.But we don’t want to implement a BADI without reproducing the issue

So please let me know how to stop confirmation posting in backend ECC (program or functional module where we can stop posting confirmation in ECC)

 

Regards

Subhash

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

The issue is not with message or over delivery. I want to know what are programs or functional modules used to post confirmation in ECC. so that I can stop the program using break point

Regards

Subhash

Former Member
0 Kudos

Hi Subhash

Try this FM:  BBP_PD_CONF_CREATE

This is the FM responsible to create a Confirmation.

Thanks

Ushir

Former Member
0 Kudos

Hi,

   you may try the "Generate test data functionailty" for BAPI BAPI_ENTRYSHEET_CREATE.

the following wiki document explain how to create test data:

http://wiki.sdn.sap.com/wiki/display/SRM/How+to+Create+a+Test+data+to+BAPI_PO_CREATE(1)+and+BAPI_PO_...

also this post might be useful: http://scn.sap.com/thread/3339049

Regards,

Celeste

Former Member
0 Kudos

Hi,

Confirmation is getting posted via IDOC-MBGMCR

So Use tcode we19 , enter your idoc no and click on the inbound function module push button then check call in debugging mode to debug.

Rgds,

Hitesh

Former Member
0 Kudos

Hi,

Check in ECC-SPRO

whether message M7-022 has been set as Error and not warning.

Rgds,

hitesh

Former Member
0 Kudos

Hi Subhash,

check field EKPO-UEBTK is set in PO (Indicator: Unlimited Overdelivery Allowed).

Regards Stephan