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

ALV Problem

Former Member
0 Likes
562

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

4 REPLIES 4
Read only

Former Member
0 Likes
538

ya sal definately u can add...

there is no prob at all in doing that..

Read only

Former Member
0 Likes
538

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

Read only

0 Likes
538

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,

Read only

0 Likes
538

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.