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

File generation based on changes on field value

Former Member
0 Likes
326

Hi,

I am selecting fields from different table and passing it into one internal table and then I am generating a file. But my requirement is like out of 10 fields ...I will generate file only when there will be changes in 6 filed values. Can you all please suggest me how to generate file, or which function module I can use for this file generation.

Regards

Kumar

1 REPLY 1
Read only

alejandro_lpez
Contributor
0 Likes
308

Hi Kumar,

You could use the class CL_GUI_FRONTEND_SERVICES with the method GUI_UPLOAD to upload the file with data, then you compare the File data with information from the internal table selected from diferent tables, if the fields have changed, then call the method GUI_DOWNLOAD to download the new file ( internal table).

Best regards,

Alejandro López.

Edited by: Alejandro López on Oct 28, 2008 8:45 AM