cancel
Showing results for 
Search instead for 
Did you mean: 

System status change of WBS element

Former Member
0 Kudos

Hi everyone,

We need to change system status of WBS element programmatically.

So can anybody suggest me which function module can I use?

Thanks & Regards,

Anirban

Accepted Solutions (0)

Answers (1)

Answers (1)

virendra_pal
Active Contributor
0 Kudos

system stauts is set when some function is executed e.g.

REL is set when WBS is set to REL - CJ20N edit->status-> release

SETC ise set when settlement rule on WBS is creaed

BUDG is set when you carry out budgeting via txn CJ30

so it depends on what system status you want set, then execute the following business transaction manually or via program/ development.

However for setting REL or TECO you might be able to use some function modules

For WBS elements I would check out the following

CNIF_STATUS_2054 Set/Read Status for BUS2054

BAPI_BUS2054_GET_STATUS Read Status for BUS2054 (Work Breakdown Structure)

BAPI_BUS2054_SET_STATUS Set/Reset Status for BUS2054 (Work Breakdown Structure)

CNIF_STATUS_2054_CANC_AALK

CNIF_STATUS_2054_CANC_CLSD

CNIF_STATUS_2054_CANC_DLFL

CNIF_STATUS_2054_CANC_LKD

CNIF_STATUS_2054_CANC_MDLK

CNIF_STATUS_2054_CANC_TECO

CNIF_STATUS_2054_CANC_USER

CNIF_STATUS_2054_SET_AALK

CNIF_STATUS_2054_SET_CLSD

CNIF_STATUS_2054_SET_DLFL

CNIF_STATUS_2054_SET_LKD

CNIF_STATUS_2054_SET_MDLK

CNIF_STATUS_2054_SET_REL

CNIF_STATUS_2054_SET_TECO

CNIF_STATUS_2054_SET_USER