Application Development 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: 

LSMW

Former Member
0 Kudos

Hi,

I am extending materials with one view using lsmw. My doubt is in that view(quality management) I am clicking inspection type there one table control will come there I am passing three records every time I will pass three records only one is inspection type and another is I am activating active check box.

My doubt is in the source fields (ZMM01 is the source structure) I have defined only one field name for inspection type foreg ABC. In the input file I am giving inspection type as 01, 12,13. And in lsmw I am writing the logic in the following way

Zabc_abc01 = zmm01-abc.

Zabc_abc02 = zmm01-abc.

Zabc_abc03 = zmm01-abc.

But at the time of bdc system is taking total 01,12,13 at the first row itself and it is giving error message. But I want

01 X

12 X

13 X

What changes I need to do. Any code changes or input file chages.

Please help me it is very urgent I will give points.

Thanks a lot in advance.

1 REPLY 1

Former Member
0 Kudos

Hi

I believe you need to create other two fields in your source file.

Max