on 2024 Feb 22 9:17 AM
Hi
I got a dump while accessing a table dynamically, can someone please suggest what exactly is the problem here and how can it be resolved.
CREATE DATA lt_ref TYPE TABLE OF (p_lv_tabname).
IF lt_ref IS BOUND.
ASSIGN lt_ref->* TO <fs_tab>.
IF <fs_tab> IS ASSIGNED.
" Fetching records of entered table
SELECT * FROM (p_lv_tabname) INTO TABLE <fs_tab>.
This dump comes when I execute the select query.
Below is the table from which i am fetching data.
Regards,
Farhan
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.