‎2007 Aug 21 8:31 PM
Hi guys,
I have a small problem while coverting the data for condition record upload.
Here is the scenario -
I'm using the Direct Input Method and Std program RV14BTCI for uploading the condition records. The Key combination is sales org / sales group / material.
The sales group field is of 3 characters BUT in our system it is only 2 caharacters long. Now i'm concatenating VKORG, VKGRP and MATNR into the VARKEY of structure BKOND2.
My Test file looks like -
0010 87 900 1.79
This is tabular file and the field sequence in the file is -
sales org - 0010
sales grp - 87
material -900
price - 1.79
Now when i execute the session, system ALWAYS takes "879" as the sales group and not as "87". Please let me know how can i make this happen.
‎2007 Aug 21 9:00 PM
Can someone please help me with this ?
In the file the data is -
sales org = 0010
sales grp = 87
material = 900
price = 1.19
But when the data is going in the SAP it is going as -
sales org = 0010
sales grp = 87<b>9</b>
material = <b>00</b>
price = 1.79
All the data is going fine EXCEPT the sales org and material. Since the sales org is 3 characters in the system whereas it is only 2 characters in the file, hence it ALWAYS takes the fiest digit from the material no.
Please suggest me a way out to this problem.
‎2007 Aug 21 9:40 PM