cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down in table

former_member188217
Active Participant
0 Kudos


Hi Experts,

I have a client requirement where i need to display a table with the below structure

Employee Number      Document Category      Action

Here the first two columns are ready only while the third field needs to be a drop down .

The values in drop down need to be populated dynamically based on the document category for each row.

Eg: First row

1234          Visa               the drop down values should be New and Renewal

Second row

4567          Gate Pass     the drop down values should be New, Extend, Cancel.

Kindly let me know step by step process to achieve this.

Thanks,

Anju

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

pls check this link

Former Member
0 Kudos

Hi,

Yo can use a couple of ways:

1. Add a node to your context which will have Action field as an attribute.

    For every main node, you can populate different and multiple values in the node containing Action.

2. If you are using ALV, you can use valueset property.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50d4f5b6-fd1b-2e10-3190-823bcaff9...

Thanks,

Prisford Pereira.