Export To Memory
Export To Memory
WITH VA EQ 'X'
--------------------------------------------------------
WITH VA EQ 'X'
TABLES
-------------------------------------------------------------
Condition....
TABLES
LISTOBJECT = IT_LIST
EXCEPTIONS
....
IF SY-SUBRC EQ 0.
CALL FUNCTION 'LIST_TO_ASCII'
EXPORTING
LIST_INDEX = -1
TABLES
LISTASCI = IT_TXT
LISTOBJECT = IT_LIST
EXCEPTION
.....
ENDIF.
-------------------------------------------
MB5B
--------------------------
ou may check the LIS table S039 in SE16, which contains the data.
Additionally, you may check the tables: S031, S032 and S033.
s031,s032,s039,s034,s035,s094,mbew
--------------------------------------------------------
SELECT-OPTIONS : SLOC LIKE S031-LGORT.
while append to internal table even if i specify both high and low value it prints
low and high incorrectly how will this problem will solved
itab-lgort = sloc-low.
-----------------------------