Code für LSMW
*ZPM_EQUIPL-POS = QUELLEPOS-VORNR. DATA: lv_pos(4), lv_count type i. lv_pos = QUELLEPOS-VORNR. replace ‚0‘ with “ into lv_pos+3(1). lv_count = 1. while lv_count < 3. replace ‚0‘ with “ into lv_pos(lv_count). add 1 to lv_count. endwhile. CONDENSE lv_pos. ZPM_EQUIPL-POS = lv_pos. ************************************* * Diese LSMW soll… Weiterlesen »Code für LSMW