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 : Condition base Uploading

Former Member
0 Likes
374

Hi ,

I have 3 fields lets say AAA BBB CCC , I'm uploading data of this 3 column or fields.

What I want , to Add one condtion that ,

If BBB field is blank ( No data)

Then LSMW should not Upload

How to do that ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
341

Inside to field Field Mapping and Conversion Rules of the field BBB you can write something like following

If BBB is initial.
    message e000(xx) with 'no data in field BBB'.
 endif.

Inside to field Field Mapping and Conversion Rules of the field BBB you can write something like following

If BBB is initial.
    message e000(xx) with 'no data in field BBB'.
 endif.

1 REPLY 1
Read only

Former Member
0 Likes
342

Inside to field Field Mapping and Conversion Rules of the field BBB you can write something like following

If BBB is initial.
    message e000(xx) with 'no data in field BBB'.
 endif.