2004 Sep 15 11:03 AM
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
2004 Sep 15 11:09 AM
Hello Shaba,
You can find all information including the download in:
https://service.sap.com/rfc-library.
Kind regards,
John.
2004 Sep 15 2:48 PM
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
2004 Sep 15 3:45 PM
Shaba,
You can use your company OSS id to access Service marketplace.
2004 Oct 19 6:45 PM
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
2004 Oct 19 9:30 PM
2004 Oct 20 8:39 AM
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
2004 Oct 20 9:26 AM
2004 Oct 20 9:56 AM
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
2004 Oct 20 10:28 AM
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
2004 Oct 20 11:08 AM
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
2004 Oct 20 11:36 AM
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