cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Contract Replication ot backend

bhakti2
Active Participant
0 Kudos
296

hi

- I have implemented below two badis, but I am not getting results. Below is how the badi is called for Contracts.

BBP_DETERMINE_LOGSYS - Called on Create button, not on Release button

BBP_CTR_BE_CREATE - Not called on Create neither Release

- Also the BADIs are not called for Edit and Release.

- it shud be based on some data right, first of all we dont have data then how can we determine the logical system and

- secondly, even if we do, it could be over written later since the BADI is not called on Relaese action...

- its not supposed to have any data then why does it have items table first method

- The first method DETERMINE_LOGSYS (probably meant for shopping cart) is called for Contracts, second method

CONTRACT_LOGSYS_DETERMINE is not called at all.

Please help me to understand the above points and give any sample implementation coding and details if possible.

thank you in advance.

bhakti.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhakti2
Active Participant
0 Kudos

My question was that, I put a debugger on these BADIs and I found them getting called upon the click of create contract button, even before I enter any data for the contract creation.

how do these badis work without any contract data? on what basis could we determine logical system we don't have any document data that point in time?

However, please consider.............

now my question has changed to the following

I followed this wiki blog

https://wiki.scn.sap.com/wiki/display/SRM/Contract+distribution+-+Starting+the+Trouble+Shooting

I created the contract and then called BBP_PD_CTR_TRANSFER , put the contract guid and then debugged. I followed all the steps. It called BBP_SAPXML1_CTR_REPLICATION and the XML was created. However,

I cannot see the response XML back from my backend system. My backend system is S4. This XML is not seen in the S4 at all. how do I track it ? What is 'ESA Area' ?

thanks

bhakti

daniel_marlen
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Bhakti,

BAdI BBP_DETERMINE_LOGSYS is to determine the logical system, when the contract is created from SC of Rfx. For more information, please refer to Wiki page https://wiki.scn.sap.com/wiki/x/L1k.

BAdI BBP_CTR_BE_CREATE is for creating the Contract in ECC system (for example during distribution).

For what purpose do you search for BAdI?

Best Regards,

Daniel Marlen