Code: Alles auswählen.
l_line = ' BUS2078 000200000377'.
append l_line to l_obj_text.
* write packing list for object :-)
clear l_pac_list-transf_bin.
read table l_obj_text index 1.
* l_pac_list-doc_size = strlen( l_obj_text ).
l_pac_list-head_start = 1.
l_pac_list-head_num = 0.
l_pac_list-body_start = 1.
l_pac_list-body_num = 1.
l_pac_list-OBJ_NAME = i_viqmel-qmnum.
l_pac_list-OBJ_DESCR = 'MELDUNG_TEXT'.
l_pac_list-OBJ_LANGU = sy-langu.
l_pac_list-doc_type = 'OBJ'.
append l_pac_list.
Code: Alles auswählen.
BUS2078 000200000377
Code: Alles auswählen.
&SO_FORMAT=ASC
1020