Application Development 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: 

ABAP WebDynpro Problem

sarbajitm
Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

former_member188685
Active Contributor
0 Kudos

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