cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment cost - Purchasing Order

Former Member
0 Kudos

Dear all,

When we create shipment cost (VI01), the service PO will be created automatically. So, where can we choose PO type for this? Currently, it's NB - Standard order.

Thanks,

Quanglv

Edited by: Le Vinh Quang on Jun 24, 2011 9:42 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

IMG >> mm >> Purchasing >> define default values for document type

here against t-code ME21 and ME21N maintain P.O type

Kapil

Former Member
0 Kudos

Hi Kapil,

I don't think so. That way just sets default when use Tcode to create new document by manually.

Former Member
0 Kudos

Hi,

What I told you just do and test then reply

As there is no special configuration for choose P.O document type for shipment cost settlement as it is hard coded in program,what you define in default that will take when shipment cost settlement as it is hard coded in shipment cost program for t-code ME21 or ME21N

However if you want different say more than 1 P.O type

Say if shipment is through road you want to generate P.O type ZZR and for sea ZZS

then apply below user exit

EXIT_RV54POCR_006 (enhancement V54U0006) -> field 'VERSARTS' (include your own field on what basis yo want to generate)

For some details of PO creation for shipment costing you can also look at OSS notes: 506605, 674874

kapil

Former Member
0 Kudos

Thanks Kapil,

Enhancement way maybe suitable.

Let's me check more.

Best Regards,

Quanglv

Former Member
0 Kudos

Hi Quang,

In standard (without modification), the system picks the PO Type from Material Management --> Purchasing --> Define Default Values for Document Type.. (in transaction code ME21N).

As per your requirement, you can check in user exit EXIT_RV54POCR_006 (for Shipment Cost Purchasing Doc Header) for any enhancement done.

Thanks.