cancel
Showing results for 
Search instead for 
Did you mean: 

How to Communicate web server Using ABAP?

Former Member
0 Kudos

Hi Expects,

I have requirement in web service.

My Requirement is below,

My customer have web portal.

In that portal they updating hours wise plan.

Every 1 hr once i am opening the portal and downloading the plan and uploading into SAP.

Daily 2 man powers working for this process entire day

Now they asking to automate the process.

How can i do?

Please suggest me the process.

Thanks & Regards

  Karthikeyan K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone done this type of requirement ?

former_member188883
Active Contributor
0 Kudos

Hi Karthik,

You may follow this guideline

1) Schedule a job to download the file on Web Portal server

2) Schedule another job which does FTP to SAP server on specified path say /usr/sap

3) Write abap code which scans the path /usr/sap and picks the file and uploads into SAP

4) Once the upload the successful ABAP program should delete the file to avoid duplicacy.

Regards,

Deepak Kori

Former Member
0 Kudos

Thanks Deepak,

Point no 2 to 4 is possible.

How to archive the point number 1.

Portal is External web page.

Thanks & Regards

Karthikeyan K.