2008 Jul 28 11:29 AM
Hi All,
I have a requirement,
I have to receive data file non sap system it is stores into application server from that I have to create notifications by using BAPI_APM_NOTEIF_CREATE and I have to send it into non sap system in back ground. This is all will happen in background only.
Please tell me how can I do this and if possible send me sample code for the same
Thanks and regards,
Das.............
Edited by: Das on Jul 28, 2008 4:10 PM
2008 Jul 28 11:43 AM
HI das,
after you get the data from the bapi..store it in an internal table and use NTF functionallity to send that inttable to a network location from where the nonsap system would be picking up the file and process further.
chek with ur company has any custom FM for NTF deposit.
regards,
babu
2008 Jul 28 11:43 AM
HI das,
after you get the data from the bapi..store it in an internal table and use NTF functionallity to send that inttable to a network location from where the nonsap system would be picking up the file and process further.
chek with ur company has any custom FM for NTF deposit.
regards,
babu
2008 Jul 28 12:00 PM
2008 Jul 28 12:04 PM
2008 Jul 28 12:17 PM
Hi All,
We have a datastaging concept for this. Through that data staging we are able to send data into application server and after executing the our program we will send it into datastaging.
Datastaging is 3rd party tool.
Thanks,
Das.....