05/08/2010

Show Table Contents From Program


REPORT ZRRSAMPLE.

PARAMETERS: tname LIKE rsdxx-objname.

CALL FUNCTION 'RS_TOOL_ACCESS'
EXPORTING
operation = 'TAB_CONT'
object_name = tname
object_type = 'TABL'
EXCEPTIONS
not_executed.

Nenhum comentário:

Postar um comentário