Google Search - Blog...........

Show Table Contents Through ABAP Report Program

report zshow_table_contents .

parameters: tname like rsdxx-objname.

call function 'RS_TOOL_ACCESS'
exporting
operation = 'TAB_CONT'
object_name = tname
object_type = 'TABL'
exceptions
not_executed.

No comments:

Post a Comment