- I created three structure, one for full table, another for first 3 columns and next for remain 12 columns.
- Then, i create fields and dynamic structure using LVC_S_FCAT sap global structure.
- By calling Method CL_ALV_TABLE_CREATE, I give the input as created fields and get the dynamic table.
- Then its simple, i append first 3 columns into <f> and perform conversion using sy-tabix+3 for remaining columns and modify into the <f>.
↧
Re: How to separate the internal table columns into separate internal tables.
↧