cancel
Showing results for 
Search instead for 
Did you mean: 

fill DDIC table through WD

Former Member
0 Kudos

Hi,

is there chance to do something like that with Web Dynpro.

There is a dictionary table existing it shuold be filled through a WD.

It means there is a table element on the WD which reflects the mentioned dictionary

table nwith it columns. It must be editable so that any user can enter data and to fill the DDIC table

finally through this WD

For you efforts thx in advance

Sp +++

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

->Create a Table UI Element.

->Have some Columns in this Table. No of columns should be same as that in DDIC Table.

->Insert Input Field inside the Column so that user can enter data inside columns of Table.

->Bind this Table UI with a Node.

-> Enter all the data inside the table.

->On the click of Submit button , Read the Node and finally update your Table using simple ABAP statement.

Thanx.

Former Member
0 Kudos

Hi,

sometimes there are pdf tutorials for such purposes. Do you know such

guide or tutorial about WD table UI Elements

´thx

sw++

arjun_thakur
Active Contributor
Former Member
0 Kudos

hi,

There are no pdf specific for your purpose.

You can refer the steps given by me. In case of issues revert.

Thanx.

Answers (1)

Answers (1)

Former Member
0 Kudos

hi SP +,

Refer this Thread. I just found a requirement similar to yours.

I hope it helps.

Thanx.

Former Member
0 Kudos

thx but I think in this Thread the problem is still not solved

Former Member
0 Kudos

hi,

you can refer the code from there.

The situation is same: It has some data in Table UI and wants to update this data into DDIC table.

Thanx.

Former Member
0 Kudos

ok thx.