cancel
Showing results for 
Search instead for 
Did you mean: 

How to increment the Group dynamically using Onaction in webdynpro

Former Member
0 Kudos

The requirement is..

Whenever the user selects the “Add Order Item” then new row should populate, here above sample output attached.  The functionality we need to implement in SAP using webdynpro abap

Accepted Solutions (0)

Answers (3)

Answers (3)

chengalarayulu
Active Contributor
0 Kudos

Prabhu,

Can't you use RowRepeater / MultiPane ?

http://scn.sap.com/docs/DOC-27866

Former Member
0 Kudos

Hi,

I think UI element RowRepeater would be helpful to you.

Helpful link:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/93d3792e8c60d6e10000000a114a6b/content.htm

Former Member
0 Kudos

Hi ,

   Can u give some sample cod to do this.........

Former Member
0 Kudos

You can find examples of this UI element in the WDR_TEST_EVENTS component.

m_aravindan
Active Participant
0 Kudos

Hi Prabhu,

               What is the UI element you are using Table or ALV   for this purpose.

While clicking on ADD order item method , Just append a row to the internal table.

internal table is the context node that you are binding to the  table or ALV.

Regards

Aravindan

Former Member
0 Kudos

Hi aravindan,

   This design is based on some photoshop i want to do this in webdynpro...Can u tell hw to start this design.can u explain in step by step process.......We have to use table uielement..........