Application Development and Automation 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: 
Read only

Data Transfer CO

Former Member
0 Likes
773

Hi.

I have a following problem :

i need to download cost center data from one system to other.

I have found out that this can be done using bd17/bd16 transactions.

I am interested how can this be done using bd17 transaction in particular.

I need to automate this proccess using abap.

Could you provide me with code or tell me were i can read about it ?

2 REPLIES 2
Read only

Former Member
0 Likes
580

Hi,

As this is a stand alone program to get cost center, I dont think so any coding is required.

To automate BD17/BD16 transaction you can create a background schedule job using SM36 transaction and pass the values for cost center and others in form variant.

Hope the answer satisfy your need.

Regards,

Brajvir

Read only

0 Likes
580

Let me tell you more about the task.

I have to keep data in both systems syncronized.

So from this begging i don't have cost center data in one system. They all are kept in other one.

I need to get them all and keep them syncronized. Will running bd17/bd16 in background will be sufficient for this task?