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

Screen Input output fields

Former Member
0 Likes
732

Dear Friends ,

I have a couple of input output field on a screen that is from the dictionary i need to save in the same DDIC table please help???

1 ACCEPTED SOLUTION
Read only

former_member673464
Active Contributor
0 Likes
639

hi....

In pbo write SQL statements for database update.check demo program demo_dynpro_tabcont_loop_at.Use insert ,update and modicy for changing the databse tables.

regards,

veeresh

5 REPLIES 5
Read only

former_member673464
Active Contributor
0 Likes
640

hi....

In pbo write SQL statements for database update.check demo program demo_dynpro_tabcont_loop_at.Use insert ,update and modicy for changing the databse tables.

regards,

veeresh

Read only

Former Member
0 Likes
639

hi

good

query is quite confusing,you can use the update statement to update the field values in the ddic table.

thanks

mrutyun^

Read only

0 Likes
639

Hi Friends,

I have created a new tab in tcode iw21 (notifications) which has two fields which i have created on a screen from a ddic table which is a z table that i have created now i want when i click save the data that has been entered in the screen fields be saved in the table so that when i open the same notification in iw22 display notifications i am able to see the same data

Regards,

Himanshu

Read only

0 Likes
639

Hi,

after entering the data in screen fields, first u check whether the data is there in the table or not.If its not there,in pai module...

when 'SAVE'.

update zxxxx.

after using this stmt, u can definitely see the same data in ur table.

regards,

lakshmi.

Read only

Former Member
0 Likes
639

hi,

for this use have declare that ztable in flow logic globally otherwise u cant use in your module pool program.

tables: zxxxxxxxx.

in pai event. [ of screen 100 ]

case sy-ucomm.

when 'SAVE'.

modify zxxxxxx.

when 'next'.

call screen 200.

if helpful reward some points.

with regards,

suresh.