2008 May 28 6:08 AM
Hi ,
i have creadted one field catalog using " REUSE_ALV_FIELDCATALOG_MERGE " dynamicaaly , now
for that fieldcatalog i have to add some more additional fields so how can i added to that fieldcatalog ,
pls help me
THX
2008 May 28 6:11 AM
Hi Chaaya sen,
Declare a work area for the fieldcat say suppose wa_fieldcat.
Then do the following
wa_fieldcat-fieldname = 'TEST' "Input your field name here.
Now append the wa_fieldcat to the fieldcat internal table.
Hope this helps you.
Thanks,
Arun
Hi ,
i have creadted one field catalog using " REUSE_ALV_FIELDCATALOG_MERGE " dynamicaaly , now
for that fieldcatalog i have to add some more additional fields so how can i added to that fieldcatalog ,
pls help me
THX
2008 May 28 6:10 AM
Hi,
After you get the field catalog, you can append or delete entries from that table.
Create a work area similar to the that table and do the modifications.
Reward if helpful.
2008 May 28 6:11 AM
Hi Chaaya sen,
Declare a work area for the fieldcat say suppose wa_fieldcat.
Then do the following
wa_fieldcat-fieldname = 'TEST' "Input your field name here.
Now append the wa_fieldcat to the fieldcat internal table.
Hope this helps you.
Thanks,
Arun
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |