Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

LSMW Conversion Problem

Former Member
0 Likes
421

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.

2 REPLIES 2
Read only

Former Member
0 Likes
379

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.

Read only

Former Member
0 Likes
379

I solved the issue.