cancel
Showing results for 
Search instead for 
Did you mean: 

PO Release strategy by Gross Value

Former Member
0 Kudos

Hi,

I need to setup PO Release strategy in ECC6 for its Gross price Not net price.

Please send in your thoughts.

Thanks,

Bala N

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bala,

Use Structure: CEKKO - Communication Release Strategy Determination Purch. Document

Define Characteristics(CT04) and then assign to class(CL02).

For more check the following link:

http://www.sap-basis-abap.com/sapmo017.htm

Regards,

Nani.

Former Member
0 Kudos

The above options doesnt work. The standard SAP field CEKKO-GNETW looks only the net price.

I tried assigning KONV-KWERT in additional data in characteristic but this also doesnt work. Let us know if you have any user exit which checks the gross price

Former Member
0 Kudos

For this do the following.

Append one 'Z' field in CEKKO structure ( using append structure ). After this create the characteistics using CEKKO and 'Z' field added.

Using struture M06E0004 write the logic for gross value and pass this value to 'Z' field in E_CEKKO .

By doing this enhancement you can have relase str on gross value.

Former Member
0 Kudos

Hi,

Plz add crete the character in ct04 as gros price character .

Give the table name as KONV and field name as KWERT in the character and include this character in the PO class.

Hope it clear,

Regards,

Andra