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

webmethods

Former Member
0 Likes
1,257

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.

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
1,106

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.

8 REPLIES 8
Read only

Former Member
0 Likes
1,106

can i have some help pls

Read only

brad_bohn
Active Contributor
0 Likes
1,107

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.

Read only

Former Member
0 Likes
1,106

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.

Read only

former_member156446
Active Contributor
0 Likes
1,106

>

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

Read only

0 Likes
1,106

exactly... JOY we need to creat RFC.

What happens when we create RFC can i know please

Read only

0 Likes
1,106

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

Read only

Former Member
0 Likes
1,106

This message was moderated.

Read only

Former Member
0 Likes
1,106

This message was moderated.