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: 

Exporting data from Quality Server to Development Server

Former Member
0 Kudos

Hi Friends,

My client has recorded the transaction for BDC in the quality server. So, how we can export it to the development server?

Thanx,

Nishu

2 REPLIES 2

suresh_datti
Active Contributor
0 Kudos

use the upload/download option & download the source code from Qa & upload into Dev.

Regards,

Suresh Datti

Former Member
0 Kudos

Hi Nishu,

If the program is not yet created on QA box then you can write a simple logic on development box to get the recorded session on Development box and create a program on development box.

Code1. Call function 'BDC_OBJECT_SELECT' with imp parameters as 'Recording Name'

and 'client'(where the recording session exists).

2. Get the Queue Id from the table.

3. Call funtion "BDC_RECORD_PROGRAM_CREATE" with this QID as import parameter.

4. Now you can generate the program automatically in the developer client.

Hope this info helps

Cheers

VJ