2007 Jun 28 12:33 PM
Hi,
in my SAP BW 3.1 exits a BAPI names MDDataSetBW. I want to use this BAPI in a ABAP-Programm, which is exists on a R/3 Enterprise. Using CALL FUNCTION ' BAPI_<..>_<..> don´t work. Wenn im browsing through the BAPI-Explorer (TSC: BAPI) at R/3, i can´t found the BAPI. Browsing at SAP BW, BAPI exists.
RFC connection through both systems is established, sm59 gives okay. Extracting Data from R/3 through DataSources and store them at the Data Warehouse also work. The systems know each other.
Testing on SAP NetWeaver 7.0 AS the BAPI-Explorer and the BAPI exists, not not in R/3 Enterprise. Patchlevel is up to date. ALE ist enabled.
Im running out of ideas. Anybody a idea, how kann i get access to the BAPI? whats wrong?
Thanks for every answers.
René
2007 Jun 28 12:38 PM
try using this syntax.
call function 'bapi....' destination 'destination name'.
this destination name is which u have in SM59. RFC destination.
ur BW server must be opened.
Message was edited by:
Kalpanashri Rajendran
Hi,
in my SAP BW 3.1 exits a BAPI names MDDataSetBW. I want to use this BAPI in a ABAP-Programm, which is exists on a R/3 Enterprise. Using CALL FUNCTION ' BAPI_<..>_<..> don´t work. Wenn im browsing through the BAPI-Explorer (TSC: BAPI) at R/3, i can´t found the BAPI. Browsing at SAP BW, BAPI exists.
RFC connection through both systems is established, sm59 gives okay. Extracting Data from R/3 through DataSources and store them at the Data Warehouse also work. The systems know each other.
Testing on SAP NetWeaver 7.0 AS the BAPI-Explorer and the BAPI exists, not not in R/3 Enterprise. Patchlevel is up to date. ALE ist enabled.
Im running out of ideas. Anybody a idea, how kann i get access to the BAPI? whats wrong?
Thanks for every answers.
René
2007 Jun 28 12:38 PM
try using this syntax.
call function 'bapi....' destination 'destination name'.
this destination name is which u have in SM59. RFC destination.
ur BW server must be opened.
Message was edited by:
Kalpanashri Rajendran
2007 Jun 28 12:49 PM
The bapi is part of a software component.
BW has other software components then R3.
So the bapi simply doesn't exist on the R3 application....
2007 Jun 28 1:12 PM
Hi,
i try "CALL FUNCTION 'BAPI_MDDATASET_CREATE_OBJECT' destination 'BW0_100'." and it works. checking with debugger shows me, that the surce code of the BAPI is running. such a simple error.
Thank you!
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |