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

SAP RFC Library

Former Member
0 Likes
1,988

Hello,

Is SAP RFC Library a SAP product? Is it a licensed

product? Do you have any information about where

to find the current version of the SAP RFC Library

for Windows platform?

Thank you in advance!

/Shaba

Hello,

Is SAP RFC Library a SAP product? Is it a licensed

product? Do you have any information about where

to find the current version of the SAP RFC Library

for Windows platform?

Thank you in advance!

/Shaba

11 REPLIES 11
Read only

Former Member
0 Likes
1,870

Hello Shaba,

You can find all information including the download in:

https://service.sap.com/rfc-library.

Kind regards,

John.

Read only

0 Likes
1,870

Hello John,

Thanks for your reply. This site requests identification.

I don't have access to this site What can I do now?

Best regards,

/Shaba

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,870

Shaba,

You can use your company OSS id to access Service marketplace.

Read only

0 Likes
1,870

When I try to go to the url you indicated as the source of rfc-documentation, my browser tells me that the page cannot be found. Are you sure that the link works? If I enter the market place via service.sap.com with my OSS Id, I can't change to the url you suggest.

Kind regards, Wolfram

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,870
Read only

0 Likes
1,870

Thank you. This link works.

We try to call BAPI functions via the .NET connector. There are a few examples on how to do that. We were however unable to find comprehensive information on how to parameterize these functions. We would need detailed descriptions of the functions and their parameterizations.

Any idea how to proceed?

Thanks, Wolfram

Read only

0 Likes
1,870

Hi Wolfram,

check out this link.

http://ifr.sap.com/catalog/query.asp

Regards

Raja

Read only

0 Likes
1,870

Hi Raja,

this looks promising. In my case I found SCC1_BUILD-SELTAB_EXT_CIENTCP which I would like to call from my C# program using the .NET connector. This is one of the functions offered there. But I can't find information about how to parameterize the function. Even your link seems to cover other topics.

Any help is welcome.

Thanks, Wolfram

Read only

0 Likes
1,870

Hi,

sorry i didnt get it.

whats "<b><i>SCC1_BUILD-SELTAB_EXT_CIENTCP</i></b> ".

or give me the ifr link where this is there, i will try.

Raja

Read only

0 Likes
1,870

There should have been an underscore between BUILD and SELTAB. Sorry. This is the correct name: SCC1_BUILD_SELTAB_EXT_CIENTCP. The function is part of the server explorer in Visual Studio .NET after having installed the SAP .NET-Connector. The function is displayed as part of the node "Functions" e.g. by filtering via "SCC*". This function can also be found by TCOD SE81 as part of package STRM in a standard SAP 4.7 development environment.

Hope, this helps to take the next step.

Regards, Wolfram

Read only

0 Likes
1,870

Hi,

There is no documentation exists for this FM. Best way to find out how to use this FM what values to be passed to the parameters is the do a where used list of this FM and see in those programs how they have used it.

I did a where used search and got the following:

RSCLICHK - report program

LSCCRF0S - include program

Get your abaper to analyze these programs and findout.

Sorry this is the only way possible.

Just out of curiosity: what are you doing with this function from .NET. This is for client copy.

Regards

Raja