Hi Experts,
i am working with " ZTOOLREV ' transaction code. i filled all the mandatory fields. which is required. i have done the recording. i maintain one function module in se37. and converted this fm to web service. that i have to send to my client
he will send the data through same web service. here i maintain internal table mess_tab. here
i used EXPORT mess_tab TO MEMORY ID 'TOLLDATA'.
so i will use IMPORT mess_tab TO MEMORY ID 'TOLLDATA'. i think data is in internal table. so what to do after. how the data comes in ztoolrev after recording. using bdc call transaction.
i mean to say that the mandatory fields given by my client. how it is going to come in recording time. after that i am using save_text fm to save data.
Please guide me.