Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP WebDynpro Problem

sarbajitm
Contributor
0 Likes
354

I want to develop a small application in ABAP WebDynpro like------

1>it takes the name of a DDIC table as input and then displays the data as a tabular form

2>If I modify the data in the displayed table and then press the save button the data will be updated and saved in the DDIC transparent table

I have reached upto 1 but can't proceed towards 2 . Can anybody help me?

3 REPLIES 3
Read only

Former Member
0 Likes
327

Hi Sarbajit,

this is not suitable forum for web dynpro

post your query in

Expert Forums » Application Server » Web Dynpro Java

you will defenitely get help.

Regards,

Anirban

Read only

Former Member
0 Likes
327

Hi,

Try to create a button named 'MODIFY'/'SAVE'. try to get the name of the field and it's you are trying to modify.

based on this write a UPDATE or MODIFY query to have this value being changed.

You can get the value by reading the context.

Regards

Lekha.

Read only

Former Member
0 Likes
327

Don't update the standard table Directly. Use some BAPI of Function to do that.