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

regarding subscreen for database update

Former Member
0 Likes
485

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
Read only

Former Member
0 Likes
468

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

Read only

Former Member
0 Likes
468

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

Read only

Former Member
0 Likes
468

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