‎2009 Nov 18 7:40 AM
hi sap,
i have requirment on WEBMETHODS. i have never used the webmethods... can any one help me please.
we have a excel file whcich is in diffrent box they send that file vai EMAIL and here one of our business modifies that file and gives it to BASIS to upload. so there is human intervension where auditors dont need that .
we came up with a solution of WEBMETHODS to upload the file to SAP.
but my worry is i have never done and dont no how it works. please if anyone can give me the clear picture of how it works and what i need to do then i will of great help.
thanking you,
pasala.
‎2009 Nov 18 3:27 PM
Well, you'll need to be a bit more specific. Do you mean 'webMethods', as in the company that provides integration products or do you actually mean web services in general?
WHY did you decide on 'WEBMETHODS'? Surely, if there was a decision made, then the reason for the decision provides the key to the direction you need to take. Why do you need this for file uploads anyway? Where are the files stored and what is the 'to-be' process that you decided upon? Why doesn't the person that modifies the file upload it?
If your company uses webMethods integration products, then you should have plenty of documentation. On the SAP-side, you will consume web services exposed by the application. There are step-by-step procedures for consuming web services in the help files.
‎2009 Nov 18 8:36 AM
‎2009 Nov 18 3:27 PM
Well, you'll need to be a bit more specific. Do you mean 'webMethods', as in the company that provides integration products or do you actually mean web services in general?
WHY did you decide on 'WEBMETHODS'? Surely, if there was a decision made, then the reason for the decision provides the key to the direction you need to take. Why do you need this for file uploads anyway? Where are the files stored and what is the 'to-be' process that you decided upon? Why doesn't the person that modifies the file upload it?
If your company uses webMethods integration products, then you should have plenty of documentation. On the SAP-side, you will consume web services exposed by the application. There are step-by-step procedures for consuming web services in the help files.
‎2009 Nov 19 6:19 AM
hi Brad,
am so happy to look at the reply... and thank you.
now currently whats happening is...
1. from diff box file on excel sheet is given to business.
1a. he modifies the file and saves it to TEXT file and gives it to BASIS to upload.
1b. the basis uploads the file.
2. but there is a human intervention to the file where the auditors dont want that.
3. we wanted to use FTP but they dont want to use it instead they want us to use WEBMETHODS
5. the file comes via EMAIL.
i too dont know to be frank how it works and the process of the flow.
your input is really appriciated.
thank you,
pasala.
‎2009 Nov 19 6:32 AM
>
> we have a excel file whcich is in diffrent box
>
> we came up with a solution of WEBMETHODS to upload the file to SAP.
>
> but my worry is i have never done and dont no how it works. please if anyone can give me the clear picture of how it works and what i need to do then i will of great help.
.
Try to make the file in other server is accessible to webmethods, you might have to create an RFC to let webmethods access that server and get that file.
or using FTP commands access the file from SAP program and GET the file to ABAP and using open dataset write the file to application server (al11) and let webmethods pick that file from application server. I am sure webmethods already has file adapter ready to pick the file.
‎2009 Nov 19 9:23 AM
exactly... JOY we need to creat RFC.
What happens when we create RFC can i know please
‎2009 Nov 19 6:43 PM
if you create an RFC destination, webmethods will have to access that route to get into the server.. I am expecting webmethods team should help you in, letting you now what type of RFC destination to create...
‎2011 Aug 05 12:54 PM
‎2015 Oct 13 11:29 AM