cancel
Showing results for 
Search instead for 
Did you mean: 

PO release strategy based on Account Assignment Cat (CEKKO - KNTTP)

Former Member
0 Kudos

Hi Experts,

I want to configure the release strategy for PO on account assignment category.when i maintaining a characteristic for account assignment cat by inputing CEKKO- KNTTP , sys throughs error message. I looked in to CEKKO but I could not find the field .Kindly tel how maintain teh same .

Regards,

Kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

mauro_bianchi
Active Contributor
0 Kudos

Hi Kumar,

Account Assignment Category and Item Category belong to the item level and not to the header level of a purchase order (table EKPO). Therefore, neither Account Assignment Category nor Item Category are available in CEKKO.As work-around you can use the following user-exit:

MM06EF0S_STRATEGIE_CEKKO

(enhancement M06E0004, EXIT_SAPLEBND_002, ZXM06U22).

In this user-exit the data are available in structure I_CEKKO. The hand-over from I_CEKKO to the calling program is via structure E_CEKKO. In the user-exit I_CEKKO has to be copied to E_CEKKO , e.g.

E_CEKKO = I_CEKKO.

Please also see our FAQ note 365604, it is worth reading.

Regards,

Mauro

Former Member
0 Kudos

Hi,

Can i use the EKPO table instead of CEKKO in the characteristics.

Regards,

Kumar

mauro_bianchi
Active Contributor
0 Kudos

Hi Kumar,

PO release strategies have to be maintained at the document header level (table EKKO), because unlike requisitions, the release takes place at the header level and not the item level. Field KNTTP comes from table EKPO, and it's value may be different from one postion to another, within the same PO.This can cause conflicts at the time of determining the release strategy because all the positions in the document have to be linked to the same release strategy. Therefore neither Account Assignment

Category nor Item Category are available in CEKKO.

You need to use the workaround suggested before.

Regards,

Mauro

Former Member
0 Kudos

Hi,

I have configure the Rel strategy based CEKKO-MATKL (material group) for purchase order, but when i raise the PO Rel strategy is not affecting, Can any body tell me why.

Regards,

Kumar