Hi,
I have set up release strategy for PR with classification. I have one of the character as Account assignment. This character has option of multiple values too. I maintained in F and K at release strategy classification. Every thing is working well when I have unique account assignment on PR either K or F. The release strategy is not coming up when I have both account assignment categories F in one line item and K in another line item. Can any body suggest hoe to go about it.
Thanks and regards,
N.Nagaraju
Try to assign the BLANK value to your Characteristic & try in CT04 & then in CL20N.
Hi,
When I have 2 account assignment keys F and K on the same PR does my release strategy won't work? Could you please tell me against which characteristic I have to maintain blank entry. Is it account assignment category CEBAN-KNTTP.
Thanks,
N.Nagaraju
Yes against CEBAN-KNTTP in CT04, Then in CL20N maintain this blank value also.
- in CT04, check whether multiple value is checked in basic data for "account assignment" characteristics..
- remove the values in CT04 but maintain in CL20N and CL21N
I have multiple values selection is active and in the assignment to release strategy is maintained with values of F and K. Now I am not sure these values will work with OR condition or AND condition. I mean F or K, or F and K.
Thanks,
Raju
It works for both the scenarios.. you provide values in CL24n or leave it blank...
Check the characterestics again... CEBAN-KNTTP is assigned in additional tab, "not ready for input" is unchecked and check this characterstics is assigned to the class and check in CL24N whether you can see this characteristics for the release strategy..
The first thing that you need to ask yourself is: What do I want to happen when there are F and K in the PO. The problem is that the standard code, when you have multiple assignment at item level, puts a blank in communication structures (the C-tables). The system can't guess the value (since there are more then one) and puts a blank.
You can use an user-exit that fills the CEBAN table to control the behavior you want, if there are multiple assignments.
if multiple values are there, it will return a blank. this is true if you are using chars specific to line item level ( e.g material group if its a release char)
hence you need to have blank value, or a strategy where this char is not assigned a value or userexit which specifies a logic ( like the first acc assignment or the one with max count etc ) to return a value
Hi,
Thanks for the replies. I removed check box selection against Not ready for Input on Additional data tab of characteristic for account assignment. And maintained values F, K and Blank. Similarly for material group too. And now the release strategy is getting determined automatically though I have different account assignments and material groups on same PR.
Regards,
N.Nagaraju