cancel
Showing results for 
Search instead for 
Did you mean: 

requirement is same when we use se16 with webdynpro

Former Member
0 Kudos

hi ,

i made a ztable and called it into webdynpro which is editable till now it look like this

MATERIAL DIVISION MATL_CAT MATL_GROUP MATL_TYP

1 1 AA MG1 FERT

2 2 BB MG3 FERT

3 1 CC MG2 FERT

4 3 AA FERT

5 1 BB MG1 HAWA

6 2 CC MG2 HAWA

7 3 MG1 HAWA

in my url the screen looks like this and it is editable now my futher requirement is

When we doubleclick to add value into record for example record no 4. I want to add value in Material Group field.

Following screen should look like. in the url

MATERIAL DIVISION MATL_CAT MATL_GROUP MATL_TYP

1 1 AA MG1 FERT

2 2 BB MG3 FERT

3 1 CC MG2 FERT

4 3 AA FERT

5 1 BB MG1 HAWA

6 2 CC MG2 HAWA

7 3 MG1 HAWA

below this screen it should show

MATERIAL 4

DIVISION 3

MATL CAT AA

MATL GROUP

MATL TYPE FERT

PROD HIER

RECORDMODE

Dropdown button should there to select values from available

after that it should save the missing MATL GROUP into the database

i have completed upto getting the record into url and it is editable but uable from double clicking , can any one suggest me how to do it or step step procedure as iam new to it .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sarfaraz,

We dont have double click event in the Table.But you can acheieve the same by using the event onLeadSelcetion, implement method for onLeadSelection event and write your logic over there.

Thanks

Suman