‎2009 Feb 27 5:29 AM
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 ?
‎2009 Feb 27 11:40 AM
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
‎2009 Feb 27 11:50 AM
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?