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

Insert Data in Ztable Using table Control

Former Member
0 Likes
402

Hi ALL,

when i click on insert button on the same screen i want one blank line should inserted into table control , then i want to insert some data into table control on that row , when i click the save button . the new data inserted into the table control is insert that data into ztable ,

please give me solution

main problen is  how can know inserted line in table control and pass that data into ztable.

Regards,

Vicky Kumar

1 REPLY 1
Read only

Former Member
0 Likes
351

Hi,

Create a table maintenance generator for the ZTable and call the table maintenance in programs or reports using FM VIEW_MAINTENANCE_CALL.

This is the simplest solution to your problem.

Thanks,

Zuber