Hi,
I'm getting data from RFC .. so, the my file structure is also same as RFC-Response structure.. like following..
under my Receiver_DataTpe i have this structure
Receiver_DT_RFC_Response
. Pending_Order_Details
. . .Item_Details
. . . .Item_id
. . . .Item_name
. . . .Message
. Pending_Order_RETURN
. . .Item_Details
. . . .Order_No
. . . .Order_Quantity
. . . .Status
. Pending_Order_CUSTOMERS
. . .Item_Details
. . . .Customer_No
. . . .Customer_Name
. . . .Order_No
This completely as one structure only.....
so,.. for this.. now i want to load the RFC Responce in a Text file.. for this what are the parameters can i use.. please suggest me the how can i specify the parameters. for this..
Even i gone through several blogs.. but like these type of complex structures i'm not getting any idea..
Thanks
Babu