Application Development 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: 

ALV Grid Usin Function Modulesshould be Displayed in ALV Grid Function mod

former_member210642
Participant
0 Kudos

Hi,

I had a requirmentlike SM30 we hav to create initial Screen and wat ever ZXXXX tables we enter it will create Fieldcatalog Dynamically and press dislay it show in display mode.

If we Press Maintain it will Display in Editable Mode.The changed data should be updated into DB.Evrything should be displayed in

ALV Grid Function MOdule..

How to Get value from Screen Field ?

How To Generate Fieldcatalog For that Table dynamically?

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

Hello,

How To Generate Fieldcatalog For that Table dynamically?

Use the FM 'REUSE_ALV_FIELDCATALOG_MERGE' pass the table name in the import param I_STRUCTURE_NAME & you'll get the fiel cat dynamically!

BR,

Suhas

0 Kudos

How to get table structure and how cani pass it field catalog?