cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Number Range for Purchase Order

Former Member
0 Kudos

Hi All,

We have created a new transaction type 'ECPO' for Shopping carts in SRM.We have

given it a new number range. While creating a shopping cart and based upon a

condition how do i ensure that my shopping carts get created with this

transaction type? Is there any attribute which controls this ?

I tried changing the attribute BE_DOC_TYPE = 'ECPO' when the condition is met

in DOC_CHANGE_BADI for shopping cart, but it didn't create the PO with the

new number range.

We are using Extended classic scenario and so the purchase order is created in

the SRM system and not at the backend.

Please do let me know if there is any way to achieve this.

Points will be updated for valuable solutions.

Thanks in Advance,

Raj

Edited by: Prasanna Ram on Oct 13, 2008 10:27 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Please check in PPOSA_BBP in the attribute tab .where in transaction type you have given ECPO. While creating shopping basket the transaction type is picked from here

G.Ganesh Kumar

Former Member
0 Kudos

Thats the issue...

There is a default type and i want "ECPO" to be selected under a condition, but thats not happeneing.

Former Member
0 Kudos

Prasanna,

Did you assigned the attribute called BSA (Transaction type for shopping cart and Follow-on documents) in the org structure? Herewith you need to define the backnend and the transaction type (eg: PRDCLNT500\ECPO).

Please note that same transtion type should available in the backend system too..

Kind Regards,

NMK

Former Member
0 Kudos

Hi NMK,

These settings are there already. But still its creating PO with the default type and not the one which i need.