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 help

Former Member
0 Likes
814

Hello all,

I am working on LSMW for the trnx XDO1.

I am getting the error during the conversion step of LSMW.

The error is 1:1 relationship translation error for the field ABTNR.

Can anyone help me out the cause of error?

Thank you,

Andy.

Hello all,

I am working on LSMW for the trnx XDO1.

I am getting the error during the conversion step of LSMW.

The error is 1:1 relationship translation error for the field ABTNR.

Can anyone help me out the cause of error?

Thank you,

Andy.

7 REPLIES 7
Read only

Former Member
0 Likes
783

Hi all,

Is there anyone to solve this problem.

Thank you.

Points are rewarded for sure.

Read only

Former Member
0 Likes
783

What rule are you usng for that field ??

There is just '=' operator or you are youseing some written by u routines ??

Read only

0 Likes
783

Hi jacek,

Thanks for the quick response.

I am not using any written routines.

I am just using the '=' operator.

Do I need to use any routines for that?

Thank you.

Read only

0 Likes
783

no you dont have to use any routines.

In your example you schould check:

1) if the input data exists

2) definition of the type of your input data and orginal structure.

BR, Jacek

Read only

Former Member
0 Likes
783

and one sugestion ! Dont yuse recording in you project. You can use predefined SAP idoc method in lsmw for that.

message type : DEBMAS. It is simplier and possibility of errors is lower.

BR, Jacek

Read only

0 Likes
783

Hi Jacek,

Thankyou for the suggestion.

Right now I am using the Recording and as per your suggestion I will go with the IDOC and get back to you.

Thank you,

Andy.

Read only

0 Likes
783

ok! I was using idoc method here in some projects and there always was all ok wit that.

BR, JAcek