cancel
Showing results for 
Search instead for 
Did you mean: 

How to migrate project with it's System status / User status & actual cost

nitin_patoliya
Active Contributor
0 Kudos

I am working in migration project, I need to migrate/ copy project from one controlling area to another controlling are with structure/ date / User status / system status if possbile with actual cost. Please tell me how same can be done. I am cheking the possibility via ABAP programme. But we are not getting any link how copy user status / system status. (total no . of projects are quite large say 3700)

Please help me. If is there any possiblity of migrateing project with actual cost let me know .

Regards

Nitin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I think you can do this in several steps:

First in your specific program, retrieve the project structures to be copied, and create the new one with the changes (like ID, project profile, controlling area or....) with the BAPIs:

BAPI_BUS2054_GETDATA

BAPI_BUS2054_CREATE_MULTI

Then you can retrieve the current statuses and set them again in the new structureswith:

BAPI_BUS2054_GET_STATUS

BAPI_BUS2054_SET_STATUS

Regards,

Matthias

Answers (1)

Answers (1)

nitin_patoliya
Active Contributor
0 Kudos

I got hint & userful for my ABAP team