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

editable table control

Former Member
0 Likes
353

Hi again gurus,

I have an editable table control when i am trying to upload datd rom a text file only the entries which can be loaded on the current screen are uploaded. Can you please advice afunction module which can upload all the value in the text file.

regards,

Chinmaya

2 REPLIES 2
Read only

former_member435013
Active Participant
0 Likes
330

Hi,

use GUI_UPLOAD.

regards

Walter Habich

Read only

Former Member
0 Likes
330

Hi,

For which trasaction you are uploading the data from flat file?

FYI.. You should write some logic to place the item data in table control.

e.g.

Loop at header.

  • Pass the header data

loop at item.

  • look for the option to enter the record either at the first or

  • second row of table control

pass the item data to corresponding row of table control

endloop.

endloop.

you have to handle the table controls in the above way..

Thanks,

Rajinikanth