cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Table column grouping groups

Former Member
0 Kudos

Hi All

Thank you very much in advance.

Does anyone know or have any ideas as how to dynamically add table colum groups to a WDA ALV?

Regards

~Dave Alexander

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank very much you Kinshuk

You don't know of any examples of this do you?

Cheers

Dave Alexander

Former Member
0 Kudos

Hi Dave,

I have done that before. All you have to do is to create a dynamic context.

You need to obtain the node info of a node by calling get_node_info(). There you can add a new child node or attributes by calling the corresponding methods.

Populate this context with the dynamic internal table.

Then while creating field catalog just add all the fields you have dynamically created.

Hope this helps.

Do let me know if you have further questions.

Regards,

Kinshuk