cancel
Showing results for 
Search instead for 
Did you mean: 

How to create dynamic table in HWC and insert values from dynamic table to sap backend

Former Member
0 Kudos

Hi,

In HWC app,

i need to have a screen design where:

a: editbox

b: editbox

c: editbox

e:editbox

f:editbox    add-button

ef




All the above elements should be in one screen.

Enter the values in e and f and click add button, the values should insert in table which is dynamic. The values should also get deleted using delete X for each row.

Once the values are filled in this dynamic table, How can we insert all the values entered in a,b,c edit boxes and and also the values in dynamic table to sap backend at once.

Thanks,

Abhilash.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abilash,

You would mapped a key to all of this edit-box. So in the event for that button what you have added, call the corresponding operation of a particular MBO. this step will execut the BAPI with your parameter and will updated in SAP backend.

Happy Coding

Dinesh.

Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Kudos

The following sample may be of some help.

The Listview  https://cw.sdn.sap.com/cw/docs/DOC-148130