‎2007 Sep 18 10:53 PM
Hi,
I have a problem in ALV, i have copoied the standard report in Z report, now i have to add 2 columns in fields catalog of ALV. But field catalog
is created with a strucutre of table, system is using REUSE_ALV_LIST_DISPLAY function module & in it_fieldcat parameters its passing the catalog which was created using the structure KAEP_FNAC. Can i change the structure from kaep_fnac to ZKAEP_FNAC, n in this z structure i'll add reqruired fields...
Helpful answers will be rewarded...
Thanks
‎2007 Sep 18 11:26 PM
ya sal definately u can add...
there is no prob at all in doing that..
‎2007 Sep 19 12:28 AM
Yes ,you are right ,when ever i copied from standard program to zprogra,they use structure in fieldcatalog ,i used to copy to zstructure ,and i use this structure to Zprogram.
Thanks
Seshu
‎2007 Sep 19 2:25 PM
Hi,
Actually using dynamic programming system is setting field catalog structure as KAEP_FNAC in CJIA report. When i execute this report, when this selection screen is displayed, before that system has already filled field catalog by this structure. I want to now how to change this structure to Zstructure. Is there any specific setting, or where to change, bcoz it requries extensive debugging due to dynamic programming. Any body have an idea where to change the field catalog structure.
Thanks,
‎2007 Sep 19 2:44 PM
Hi Sal,
go to dictionary se11 for KAEP_FNAC. Use button append structure to create table append ZAKAEP_FNAC. Put the new fields into the append. The they are part of the structure and no more fieldcat programming is needed.
Regards,
Clemens
P.S.: Table append are standard, no modification.