cancel
Showing results for 
Search instead for 
Did you mean: 

Z-table data transfer from ECC to APO

former_member1242643
Participant
0 Kudos

Hi,

Can you please tell me how to transfer data of a Z table from ECC to APO?

Regards

Rajib Pathak

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You could also create a generic datasource in ECC based on this custom table and replicate this datasource to APO. You can then create an infopackage/DTP to update to a Characteristic/Cube/DSO in APO.

Former Member
0 Kudos

Use function module 'RFC_READ_TABLE' to read data from ECC. But this seems to be having problems extracting quantity fields data with max length.

Alternatively you can write a remote enabled function module in ECC in which you will write a select query to get all the data as per your selection. call the remote enable function module in APO code and get the data into an internal table in APO.

Regards,

SG

former_member1242643
Participant
0 Kudos

not completed

Former Member
0 Kudos

Hi,

Use the BAPI function modules

former_member1242643
Participant
0 Kudos

Hi,

Thanks for the reply. Can you please tell me which functional module i should use? where should i write the program(In ECC or APO). How can i use the RFC here? Here the z table is indepenednt of any standard table.

Thanks in davance

Rajib