Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ROLO
Starting Member
1 Post |
Posted - 2014-10-27 : 04:50:12
|
Im SAP BI consultant , have task to transfer data.Did it by manual http://technet.microsoft.com/en-us/library/dd299430(v=sql.100).aspxHave error - Function RSB_API_OHS_3RDPARTY_NOTIFY not foundSearch code:FUNCTION rsb_api_ohs_3rdparty_notify .*"----------------------------------------------------------------------*"*"Lokale Schnittstelle:*" IMPORTING*" VALUE(OHDEST) TYPE RSOHDEST OPTIONAL*" VALUE(REQUESTID) TYPE RSBREQUIDOUT OPTIONAL*" VALUE(NUMB_OF_PACKETS) TYPE I OPTIONAL*" VALUE(DBTABNAME) TYPE RSBTABNAME OPTIONAL*" VALUE(DBRECORDS) TYPE SYTABIX OPTIONAL*" VALUE(TIMESTAMP) TYPE RSBTIMESTAMP OPTIONAL*" VALUE(REQUEST_GUID) TYPE RSREQUID OPTIONAL*" EXPORTING*" VALUE(RETURN) TYPE BAPIRET2*" TABLES*" PARAMETERS STRUCTURE BAPI6107PA OPTIONAL*" EXCEPTIONS*" COMMUNICATION_FAILURE*" SYSTEM_FAILURE*"----------------------------------------------------------------------* must be implemented in the 3rd party system - seem like I need it realize on SQL side - is anyone know how to do it on SQL size?ENDFUNCTION. |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2014-10-27 : 08:54:39
|
You haven't provided enough information. For example, what database(s) and tables should the function use as input? What is(are) the schema of those table(s)? What business rules go into the function's processing? |
|
|
|
|
|