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 gurus

In LSMW ,can you please give me info regarding "begin of processing","begin of transaction" in the "Maintain Field Mapping and Conversion Rules" step.

1 REPLY 1

Former Member
0 Kudos

Hi gensh,

Define display variant: In work step "Maintain field mapping and conversion rules", select '* display variant'. This displays popup Define display variant. This function is useful mainly to advanced users who want to modify their field mapping.

Processing times: Here you can insert your own coding at specific processing times.

__BEGIN_OF_PROCESSING__

Before the beginning of data processing

__END_OF_PROCESSING__

After finishing data processing

Fixed value: Here you can specify length, type, flag for lowercase/uppercase and value in addition to the description.

Translation: Here you can enter information on the source field and the target field

Control information: Here you can define the translation type. You can specify which of the two translation tables will be searched for a value first and which alternative will be selected, if no suitable entry is found.

Reward if useful!