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: 

regarding subscreen for database update

Former Member
0 Kudos
81

hi,

i want to know one thing ,can u use subscreen for entering data ,after entering i have to update th database.

plz help me....

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos
64

Yes, You can.

Create a subscreen. Embed it in a screen.

Create a tcode for the screen.

Have a mechanism to save the data to the database.

Write code in the screen program to update the data to the database.

Regards,

Ravi

Former Member
0 Kudos
64

yes this can be done treat the subscren as part of the main screen and write all the normal coding part in pai of the subscreen .

Regards .

Navjot

Former Member
0 Kudos
64

thnx to all of u ................