cancel
Showing results for 
Search instead for 
Did you mean: 

Mass close of projects - any standard functionality or dev effort ?

Former Member
0 Kudos

Is there any standard function to mass close projects ?

CNMASS does not support status changes, but any other t-code or functionality ?

do we have to go to LSMW ?

any other custom development program possible, any hint of user exit or BADI?

Help is appreciated, thanks in advance.

-San

Accepted Solutions (1)

Accepted Solutions (1)

varshal_kachole3
Active Contributor
0 Kudos

Hi,

Please explain in detail what do you mean by mass close of projects.

thanks..

Former Member
0 Kudos

for example, i have to close 500 projects per period. I have done final settlement with CJ8G by creating varinats. Now i have to close all the projects.

Former Member
0 Kudos

Try BAPI

BAPI_BUS2054_SET_STATUS

Execute the sequence as mentioned below:

BAPI_PS_INITIALIZATION

BAPI_BUS2054_SET_STATUS

BAPI_PS_PRECOMMIT

BAPI_TRANSACTION_COMMIT

Regards

Sreenivas

Answers (1)

Answers (1)

bloggerverma
Discoverer
0 Kudos

T Code CNMASSSTATUS could be used to change the status of the project.