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

Acces a report

Former Member
0 Likes
1,049

Hi friends,

I have a report that I have created in SAP Sd. I have a requirement where I need to give input to that report and access the output from a web technology running on .net.

Can you explain breifly on what I need to know and do.

Thanks & Regards,

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,029

I guess it can be achieved using the RFC. I have done it trigerring from SAP to VB but your sceniaro seems like the other way around.

I guess RFC should work.

Shreekant

Hi friends,

I have a report that I have created in SAP Sd. I have a requirement where I need to give input to that report and access the output from a web technology running on .net.

Can you explain breifly on what I need to know and do.

Thanks & Regards,

Pavan

7 REPLIES 7
Read only

Former Member
0 Likes
1,029

can you tell us the name of the application that you want to trigger?

Regards,

Ravi

Read only

0 Likes
1,029

Let's say I am trying to trigger VA21(Create a quotation) transaction from a web service running on .net

How can we implement this?

Regads,

pavan

Read only

0 Likes
1,029

You can use directly BAPI Function module..

Read only

Former Member
0 Likes
1,030

I guess it can be achieved using the RFC. I have done it trigerring from SAP to VB but your sceniaro seems like the other way around.

I guess RFC should work.

Shreekant

Read only

0 Likes
1,029

Hi ,

Can you tell me the process I need to do on the .net side and on SAP side to access it.

Basically I am trying to trigger a quotation transaction (va21) in SAP from a .net web tool.

Thanks & Regards,

Pavan

Read only

0 Likes
1,029

In SAP side:

Use 'BAPI_QUOTATION_CREATEFROMDATA2' to create qutotaion (incase you have additional validation use a wrapper) - BAPI's are RFC enabled.

Define RFC connection in SM59

In .NET side:

You need API (for .NET - available from SAP) to connect to SAP. There are few VB sample program available (search this forum). You may call the BAPI and pass required info to create the quote in SAP

This is in nutshell..there are further more steps to be done to achieve full functional .net -SAP integration.

Reward points if this of any help to you

Read only

Former Member
0 Likes
1,029

hi pavan,

The report that is existing in the SAP can be access via web but my doubt is which u r currently working if you are working 4.7ee and later versions u have concept called BSP (business server pages) with that u can access it or 5.0 version than u can access by using Enterprise portals.

reward point if useful,

regards,

srinivas.