Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Interfaces.

Former Member
0 Kudos
76

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
56

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

4 REPLIES 4

Former Member
0 Kudos
57

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

Former Member
0 Kudos
56

Hi SDN,

Still I am not getting suitable answer.

Das.

Former Member
0 Kudos
56

hi check this ..

use idoc or edi for this...

Former Member
0 Kudos
56

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.....