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: 

Problem with Table control & i/o field

Former Member
0 Kudos
104

hi experts,

i have a problem with both table control and i/o field.

2 i/o fields and 1 table control.

i/o field are common for table control data.

when i am inserting ata from here to database table, table control data are inserted successfully, but from i/o field data are not inserted.

kind regards,

debendra

1 REPLY 1

Former Member
0 Kudos
47

Hi

You must create data objects in your ABAP code having same name as your screen i/o fields. Now these objects will contain the data entered in your screen. Use these objects to insert data in your db table.

Hope this helps

Regards,

Jayanthi.K