Application Development 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: 

problem with transporting RFC FM to BIW production

Former Member
0 Kudos

hai,

I need data of a BW table to be transported to R/3.

For this A RFC function module is exsisting in our DEV server.

that FM is as follows

under TABLES

DATA LIKE /BIC/AZGVDTL00 ODS Object ZGVDTL : Active Records

UNDER SOURCE CODE

FUNCTION ZGV_DATA.

*"----


""Local Interface:

*" TABLES

*" DATA STRUCTURE /BIC/AZGVDTL00

*"----


SELECT * FROM /BIC/AZGVDTL00 INTO TABLE DATA.

ENDFUNCTION.

THE PLAN IS

if a program is scheduled everyday in R3 System

This program will call the above FM, which is in BIW using RFC and populate data in R3 tables.

BUT THE PROBLEM IS

when i transport the FM from BW QAL to BW PROD the req is transported but the FM is not present in BIW PROD..

why is that FM not getting transported from BIW qal to BIW prod??????????/

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi!

Check the transport log in the BI system, it will provide you a detailed information about the unsuccessful transport.

In R/3 you can use SE01 or SE10 transactions for it, I think they will be the same in BI.

Regards

Tamá

2 REPLIES 2

Former Member
0 Kudos

Hi!

Check the transport log in the BI system, it will provide you a detailed information about the unsuccessful transport.

In R/3 you can use SE01 or SE10 transactions for it, I think they will be the same in BI.

Regards

Tamá

0 Kudos

the request is transported without any errors..

but the object doesnt appear when i check from se37...

when i check the FM

tables tab

DATA LIKE /BIC/AZGVDTL00

i double clicked on /BIC/AZGVDTL00

the package is $TMP..Temporary Objects (never transportd)

is this the probnlem?