on 2015 Mar 13 5:29 PM
Hello,
It is possible transfer data from CO-PA to SOP (with flexible planification that includes PMNUX 'product group' in info structure)?
I have an info structure like this:
Sales Org. | VKORG |
Sales district | BZIRK |
Distr. Channel | VTWEG |
Sales Office | VKBUR |
Sales employee | PVRTNR |
Prod.group/mat. | PMNUX |
Plant | WENUX |
In transaction KE1K, I'm getting the error MA883 'Error in characteristic assignment' and procedure recommended says "Check table LISCOPAM."
However, I've mapped the characteristics by MC7Q, MC7R and MC7P. And Activity (Tcode MC8T) is already defined.
Any Idea?
Arturo, I mapping Article from CO-PA to Product Group in S9XX.
I found a restriction in transfer data from CO-PA to SOP for structures that include product group scenario.
The abap code of KE1K transaction checks that infostructure for SOP is or not copied from S076, that includes verification over the field 'product group'.
If this field ('PMNUX') is contained in the infostructure, then the total of characteristics have to be equal to 2. Else, the system show the message MA883 'Error in characteristic assignment' and procedure.
By now, I couldn't get that system consider all the structure in transfer procedure (Sales Org., Sales district, Distr. Channel, Sales Office, Sales employee, Prod.group/mat. and, Plant), just when I try only with Prod.group/mat. and Plant the transfer is successful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you are right.
I spend some minutes creating a LIS that have Product Group + plant + Customer and try KE1K. In the debugm, the code is quiete clear like you say: The characteristics must be only Plant and Product Group (2 characteristics)
IF TR_HLP_PMNUX = TRUE.
* IS gleich s076 oder Kopie.
DESCRIBE TABLE I_KEYFELDER LINES TR_LIN.
IF TR_LIN NE 2.
MESSAGE E883(MA) RAISING ASSIGNMENT_ERROR.
* "Fehler bei der Merkmalszuordnung"
ENDIF.
In the past i copy infostructure S076 to S9xx and change the value fields, but never add more characteristics, thats why i didnt know your problem.
Based on the code, I think there is no solution for this, just to say you thanks for teach me a new stuff.
Arturo
Hello,
Yes it is possible,
You want to transfer data from the planning to the Profitability Analysis (CO-PA). For this purpose it is required to create a characteristics allocation which assigns each characteristic of the planning information structureto to a characteristic in CO-PA..
Please refer SAP help document,
414328 - KE1K:transfer COPA->LIS error,if struc. contains field PMNUX
Best Regards,
R.Brahmankar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Felipe.
Yes, its possible to transfer from PA to LIS. Just as an example, i share a screenshot of my test system (KEPM and MC94).
If the error talk about Table LISCOPAM, it refer to the customizing in tcode MC7Q - PA Characteristic Assignment. maybe something is wrong here.
Arturo.
Just one question, you are mapping Article to Product Group? or create a Characteristic in PA for Product Gruop? or in other words, you are planning in PA at Product Group or at Material Level?
Arturo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
109 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.