‎2007 Jun 14 6:08 AM
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???
‎2007 Jun 14 6:16 AM
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
‎2007 Jun 14 6:16 AM
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
‎2007 Jun 14 6:24 AM
hi
good
query is quite confusing,you can use the update statement to update the field values in the ddic table.
thanks
mrutyun^
‎2007 Jun 14 7:57 AM
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
‎2007 Jun 14 9:17 AM
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.
‎2007 Jun 14 8:07 AM
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.