cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Field-Simbol: Assign Internal Table

Former Member
0 Likes
775

Hi,

I want read the internal table XOBJK_ALL in program SAPLIPW1 from program MM07MSE0.

DATA: va_tab2(30) VALUE '(SAPLIPW1)XOBJK_ALL'.

FIELD-SYMBOLS <lt> TYPE table .

ASSIGN (va_tab2) TO <lt>.

If I execute this code a dump is occuring at line:

ASSIGN (va_tab2) TO <lt>.

Please help me. Thank you.

View Entire Topic
Former Member
0 Likes

hi fabio,

for me it is not giving any dump..

DATA: va_tab2(30) VALUE '(SAPLIPW1)XOBJK_ALL'.
FIELD-SYMBOLS <lt> TYPE table .

ASSIGN (va_tab2) TO <lt>.

same code as you did..

can you check the same..

regards

vijay