‎2009 Nov 17 8:56 AM
Hi,
I have requirement to upload flat file data to an internal table and call Inbound proxy abap class and pass all the internal table data to tha proxy clas method structure.
So could any one help me how to send/pass data to class, Please give some e.g.
thanks
bobby
Edited by: Bobby G on Nov 18, 2009 4:35 AM
‎2009 Nov 18 4:25 AM
hi;
you may follow the following ways
1. create a report and by using GUI_upload, give the path as default , you can convert the flat file's data into internal table.
2. call that report in proxy method by returning parameter as a table, this table can use further in the proxy.
Another way, you have
1. Create a transparent table and by using the GUI_Upload in report, you may store the data.
2. from step 1, you may use data in the proxy.
Regards
Shashi