cancel
Showing results for 
Search instead for 
Did you mean: 

PO Release Strategy

Former Member
0 Kudos

Hi all,

As we all know that , based on net amount release strategy will be affected. If we want to keep a check on the gross amount ( for eg: if any conditions records further added ,which will be effecting the gross amount not the net amount) is there any way to configure the release strategy for the same. how can we do it.

please suggest . thanks in advance.

Rgds,

Raja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just adding the field is not enough..........you need to modify the code also:-

-


For contracts and schedule agreements the total value on the

header level (CEKKO-KTWRT) is taken into account for CEKKO-GNETW.

For PO's, the item values are added and this value is the CEKKO-GNETW.

(KTWRT) is used in relation to the net value (GNETW).

The system is designed as such.

Please see the code below as a reference:

MM06EF0S->

if ekko-bstyp eq bstyp-best.

cekko-gnetw = cekko-gnetw + pot-netwr. **********************

endif.

endloop.

if ekko-bstyp eq bstyp-kont or

ekko-bstyp eq bstyp-lfpl.

cekko-gnetw = ekko-ktwrt.

endif.

-


This will invlove lot of development

Answers (1)

Answers (1)

pardeep_malik
Active Contributor
0 Kudos

Hi,

You have to append a new field BRTWR in CEKKO for Gross Price.

Take the help of ABAPER....

REgards,

Pardeep Malik