cancel
Showing results for 
Search instead for 
Did you mean: 

CPPR...Error in Receiver side ABAP Application

former_member597972
Discoverer
0 Kudos
553

Hello,

We are using CPPR to bring MM PR from ECC automatically based on P.grp, Using BADI 'ME_REQ_SORUCING_CUST', Automatic External Sourcing on P.grp

IF_EX_ME_REQ_SOURCE_CUST~ACTIVE....  cv_aut_sourcing = cl_mmpur_constants=>yes.  .....To Automatically move to SOCO

IF_EX_ME_REQ_SOURCE_CUST~CHECK_EXTERNAL_SOURCE  ... cv_ext_sourcing = cl_mmpur_constants=>yes...... Here P.grp defined

XML is failing on SRM with status 'Error in Receiver side ABAP Application', When i go into XML it's says 'ExchangeFaultData'

Whereas SMQ2 it says 'XI Error APPLICATION_ERROR.ABAP: Queue stopped'

  • Org Structure with KNT of PR, BSA as NB, BUK, CUR,KNT,WGR as *, WRK maintained
  • Transaction type EXTR with just Internal range maintained, Tried few combinations with both Internal and External on still it didn't work

We haven't done any customization, Like to ask few questions

  • Since 'NB' PR Doc type is hitting SRM, Do we have to maintain this in SRM? If so, As a new Transaction type or just under BSA attribute?
  • Will NB Doc type map to EXTR transaction type, So just one Transaction type for Shopping cart with just one internal range is enough?
  • Important question... Are we missing anything here? Crosschecked the data as well

Appreciate your inputs

Thanks,

Alex

Accepted Solutions (1)

Accepted Solutions (1)

ivy_li
Advisor
Advisor
0 Kudos

Hi,

If you set sv_ext_sourcing as yes, then PR will be directly transferred to SRM via XML without CPPR.
Are you sure you want this?

If so, then the current problem is that the inbound XML in SRM failed, right?
I suggest you first check if outbound XML in ECC is sent out successfully.
Then check trx /sappo/ppo3 to display if there is any specific error for this XML.

If you can't find any error here, you have to debug the inbound XML with the method described in the wiki below: https://wiki.scn.sap.com/wiki/x/lgzMFw

BR,
Ivy

former_member597972
Discoverer
0 Kudos

Thanks Ivy , Yes we aren't using CPPR Webdynpro Application

Was able to solve the issue by first activating FEH -> Checking /SAPPO/PPO2 -> Fixed those Errors in SRM related to Org Structure and maintaining Default Tax code... Also make sure the SLD name of ECC is matching in 'Define System Landscape'

Thanks,

Alex

ivy_li
Advisor
Advisor
0 Kudos

Yes, all these configurations you mentioned are necessary for XML transfer.
Thanks for sharing the solution with all guys:)

BR,
Ivy

Answers (0)