cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

release strategy for PO based on cost center value

Former Member
0 Likes
3,449

Dear All,

i need to make release strategy based on cost center value for example:

for cost center 1000 :

will trigger release strategy z1 with the following release codes:

A1 & A2

for cost center 2000 :

will trigger another release strategy Z2 with the following release codes :

B1 & B2

can any body helps in this problem with standard configuration.

thanks &regards

mohamed kamal

View Entire Topic
former_member201758
Contributor
0 Likes

hello Muhamed,

In CEKKO, there are 4 fields to meet custom requirements. USRC1 and USRC2  are CHAR fields where as USRN1 and USRN2 are numeric fields. These fields can be filled in EXIT_SAPLEBND_002 but keep precausion that first line of the code should be "E_CEKKO = I_CEKKO.".

Once you fill value in the structure, these would be available for determination of release strategy.

This is SAP's standard way of using it.

Thanks,