2008 Dec 12 11:02 AM
who ref to LVC_FIELDCAT_COMPlETE.
what's the purpose of this funtion? I input ls_layout and the funtion changed fieldcatalog
but I could not find any differenc after I used the function?
who ref to LVC_FIELDCAT_COMPlETE.
what's the purpose of this funtion? I input ls_layout and the funtion changed fieldcatalog
but I could not find any differenc after I used the function?
2008 Dec 12 11:06 AM
CALL FUNCTION 'LVC_FIELDCAT_COMPLETE'
CHANGING
ct_fieldcat = it_fcat
EXCEPTIONS
OTHERS = 1.
Check the documentation available you will know all the information
goto se37 and the get into the fuction module and then click for documentation
Hope the issue will be clear after that