HI All,
I want to download data from 3 internal tables into a single Text file on presentation Server .
I knew about the GUI_download function module with Appending options but my problem is that i want to distinguish 3 types of data present in my 3 internal tables
My 3 internal table contains following type of data
1st Internal table : Production schedule data
2nd Internal Table: Material Master Data
3rd Internal Table: Bom Data
So i want some description between the 3 types of data downloaded to single file
Like:
01 Production Schedule
( Then production Schedule data)
02 Material Master
( Then Material Master Data)
03 Bom data
( Then Bom data)
Please help me out
Thanks