2007 Jun 28 10:59 AM
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.
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.
2007 Jun 28 11:08 AM
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!