Application Development and Automation 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: 
Read only

Inbound processing to SAP

Former Member
0 Likes
601

Hi,

Need yor take on this. We might need to interface data from a third party into SAP HR infotypes. What is teh best practise in doing so? Can we import the text data directly from a FTP server? Thanks

Regards

4 REPLIES 4
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
570

Hi Praboo

The simple and easy method with good Mobility & tracking is through AL11.

Trasnfer the Third party data to AL11 (Application Server)

Then read them and have the data in your structures and do what ever you want when you have the data.

You can also use the below mentioned function module to trigger your interface program whenever there is a data insertion in the AL11 folder.

BP_EVENT_RAISE

So that your program will automatically trigger and do the rest of the thing.

Check these links for more help

<link farm removed>

Thanks

Edited by: Suhas Saha on Feb 20, 2012 11:36 AM

Read only

0 Likes
570

Hi Venkat,

Thanks for the quick reply. You have mentioned to 'transfer the data to AL11'. How do you transfer data to AL11? thanks in advance

Regards,

Praboo

Read only

0 Likes
570

you can do this by Interface using Proxy ie through SPROXY transaction .

But this requires XI ( PI ) help .

Regards ,

Sijin K P.

Read only

0 Likes
570

Hi,

Unfortunately, we are not using XI here. We have done a couple of outbound interface to the ftp server but never an inbound. Any other suggestion? Thanks