cancel
Showing results for 
Search instead for 
Did you mean: 

How to upload transaction data in Environment from QA to Prod ?

former_member245036
Participant
0 Kudos

Dear Expert,

Please tell me how to upload transaction data in an Environment from QA client to Production client.

thanks so much

Accepted Solutions (1)

Accepted Solutions (1)

bishwajit_das
Active Contributor
0 Kudos

Hi,

BPC doesn't provide an option to load data from QA to PRD.

You probably have to take ABAP & BASIS support to create a port for ALE/IDOC which will send you data from QA to PRD.

Check it out..

Regards,

Bishwajit

former_member186338
Active Contributor
0 Kudos

Ups, it's extremely overcomplicated approach

Vadim

Answers (1)

Answers (1)

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi,

Export data in to flat file from QA and import in PRD.

Why to you require data from QA? Usually data is loaded from QA BW to QA BPC and PRD BW to PRD BPC

Shrikant

former_member245036
Participant
0 Kudos

Dear Shrikant,

Because my customer want to move transaction data which is input in QA to Prod for golive system.

But they only want to move transaction data in some model not all.

Please tell me how to export and import transaction data from Model in BPC.

thanks

Shrikant_Jadhav
Active Contributor
0 Kudos

P.S. If you have RFC connection QA BW -> PRD BW then load data from BW QA to BW PRD and then follow the BPC functionality to load data.

former_member186338
Active Contributor
0 Kudos

Hi Hung,

Simply Export transaction data to the text file from QA using standard DM package and then import the resulting text file into PROD also using standard DM package.

Vadim

Shrikant_Jadhav
Active Contributor
0 Kudos

Hi,

Steps in QA

1) Data Manager -> Run Package - > Export data - >

2) Data Manager -> Download data ->

Steps in PRD

1)  Data Manager -> Upload data ->

2) Data Manager -> Run Package - >Import data - >

Shrikant

former_member186338
Active Contributor
0 Kudos

Yes, the procedure is absolutely simple and straightforward!

former_member186338
Active Contributor
0 Kudos

Some points to mention!

1. Perform light optimization in QA just before export

2. Select only base members to export

3. select signed data to export

Vadim