cancel
Showing results for 
Search instead for 
Did you mean: 

Replication of Service PO from the SRM to ECC without item category 'D'

Former Member
0 Kudos

Hi,

I am working on the SRM project.

I am creating SC for services and created PO wrt SC. Service PO replicated to the backend system with account assignment as 'K' and Item category as 'D'.

But my requirement is PO should be create in the backend system without item category 'D'.

How to replicated service PO without item category 'D' into the backend SAP system from the SRM system?

Thanks & Regards

KRK

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi Ravi

BBP_CREATE_BE_PO_NEW - YOU can change item category and you can decide this item category in this badi. clear the item catregory D what you like.

but according to item category, your ECC PO screen differs thats all

br

muthu

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos

Why do want over ride the item category ? order a goods rather than services

br

muthu

Former Member
0 Kudos

Hi,

Thanks for your replay

Actually we are creating service PO in the SRM, but that should be replicate PO with out item category 'D'.

Can you explain, where we need to add piece of code?

Whether you have sample code?

Thanks & Regards

KRK

former_member183819
Active Contributor
0 Kudos

Data must be sync in both side sir.

plan accordingly .

make service inactive while creating shopping cart itself it might resolve all your problem.

br

muthu

lisa_sheil
Contributor
0 Kudos

Hi,

Normally this is how the system should behave:

1. Service Items & GR_IND = X ==> Backend Item

category - 'D'

2. Limit Item & GR_IND = X ==> Backend Item

category - 'D' ==> We can't have limit PO item with

GR_IND = 'X'

3. Limit Item & GR_IND = ' ' ==> Backend Item

category - 'B'

I hope this helps,

Lisa