Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to use function LVC_FIELDCAT_COMPLETE

0 Likes
763

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?

1 REPLY 1
Read only

Former Member
0 Likes
495

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