Skip to Content
0
Former Member
Sep 11, 2007 at 07:57 AM

how to use this FUNCTION VIEW_MAINTENANCE

1603 Views

hi

i create a table zxxxx and set Data Browser/Table View Maint:

Display/Maintenance Allowed.

so i want to use the function of "VIEW_MAINTENANCE" to update and create new

inforation the TABLE.

but i don't know VIEW_MAINTENANCE which of parameter meaning.

and how to control it.

who can give demo show.

CALL FUNCTION 'VIEW_MAINTENANCE'

EXPORTING

VIEW_ACTION = 'S' "DISPLAY

VIEW_NAME = W_VIEWNAME "W_TABNAME

TABLES

X_HEADER = L_VIMDESC

X_NAMTAB = L_VIMNAMTAB

DBA_SELLIST = L_VIMSELLIST

EXCL_CUA_FUNCT = L_VIMEXCLFUN.

what meaning and availability value : EXCL_CUA_FUNCT-FUCNTION ,

how to use X_HEADER

X_NAMTAB

DBA_SELLIST these parameter.

thank you very much.