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

Problem with Table control & i/o field

Former Member
0 Likes
415

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

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

Former Member
0 Likes
358

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