2007 Sep 28 12:06 PM
2007 Sep 28 12:09 PM
I think you are talking about lvc_fieldcat.
It is the fieldcatalog of ALV. i.e. To define the columns to be displayed in ALV, you need to upload FILEDCATALOG of type lvc_fieldcat.
The strucutre of ALV is based on Fieldcatalog.
2007 Sep 28 12:23 PM
SLIS is for normal ABAP alv programming and
LVC is for Object oriented alv programming.
Both are for ALV's but one is for normal programming and the other for OOABAP.
Regards
Vasu
2007 Sep 28 12:36 PM
Hi jyothsna,
Do not confuse with lvc and alv. these are nothing but the way SAP has defined. you can see there are n no of function module provided which make use of classes in OOPS programming in ABAP. eg. lvc_fieldcatalog_merge is one of them. You can see lvc function module program in demo BCALV* programs
Reward Points if helpful,
Thanks,
Puneet Mehta
2007 Sep 28 12:41 PM