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: 

Using Tabstrip update the database table

Former Member
0 Kudos

Hi Guy's,

I created two screens(100 & 110).

Click 1 pushbutton HRP1000 related information is displayed.

Click 2 pushbutton it displays HRP1001 relatd information.

worked to read the data from the Database tables and output displayed sucessfuly . However i want to entered data in those fields wants to update to database table.

Please friends help me how to work this senario.

Thanks and Regards,

Sai.

2 REPLIES 2

Former Member
0 Kudos

Add two more buttons eg but3 and but4.

When clicking but 3, display all athe fields in HRP1000 as blank and allow the user to enter the values in it.

Then , when clicking on "SAVE' button, modify the database table from screen structure.

0 Kudos

Hi Guy's,

To update the database records, wrote the logic in PAI

WHEN 'SAVE'.

INSERT HRP1001.

INSERT INTO HRP1001 VALUES wa_P2.

it displaying an error message " the work area wa_p2 is not long enough.

and also i tried using it_p2

it displaying an error message " you can't use internal table as work area".

Please help me friends it is very urgent.

Thanks and Regards,

Sai.