cancel
Showing results for 
Search instead for 
Did you mean: 

How to Implement table view if I not know table columns ?

Former Member
0 Kudos

I need to create table with WebDynPro IView, columns of which is defined by user input.

I'm nivice.

Better if you provide sample how to do it.

Or, any detailed explanation is welcome.

And, how to create Hierancical table - format of which depends from user input?

Hierancical table - sectioned table made by 'group by' SQL operation.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vladimir,

Welcome. About dynamic Web Dynpro for Java programming:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/74cda090-0201-0010-6b91-f85b2489...

About grouping, check this document (grouping value u2013 page 9): https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c29a4d25-0c01-0010-50ae-e69d0e1c...

Reward points if itu2019s helpful.

Former Member
0 Kudos

thanks Pedro

but I did not understand one important thing, to some complete understanding:

does a way to visualize SQL Select query - to define big? dynamically hand coded program?

Or -does exist table controls that can show result of SQL query ?

Does exist class structures that can own abstract Data from query,

like result set which includes scheme of data, (collection of fields and types) ?

does exist such a third-party libaries?

evidently, such dynamic programming is used in almost every task ,

using same and well known methods in pure programming languages (not WedDynPro)

so must they exist methods to automate such a big programming ?

_______________

something useful

Former Member

Answers (1)

Answers (1)

Former Member
0 Kudos

last post is good respond