on 2012 Aug 01 7:59 AM
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 ®ards
mohamed kamal
Request clarification before answering.
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,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This is not possible with standard configuration.
Cost center in PO is at item level.... if u have more than one item in a PO and each item with different cost center, how system can handle? as PO is subjected to header level release.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Kamal,
Cekko is the Structure for Release Strategy. In that structure "Cost Center " is not available.
U shud take the help of a ABAPER.
or
Use EKKN-KOSTL in CT04(Release Characteristics). use this in release strategy.
Check it and tell me also,whether its working fine or not.
(Got the info from other SAP FORUM)
Hello,
For release strategy, the fields have to be referenced from the CEKKO structure, and cost center (KOSTL ) is not present in this structure. Therefore, if you want to use this field to trigger/restart the release strategy, then you need to add this field to CEKKO structure and implement the user-exit EXIT_SAPLEBND_002.
Keep in mind that cost center is maintained at item level, so you may have different values for the same PO when there are multiple items.
Best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 15 | |
| 9 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.