cancel
Showing results for 
Search instead for 
Did you mean: 

CKMHELP for closing ledger

Former Member
0 Kudos

Hi guys

We are using the transaction CKMHELP for run the closing of the ledger in months closed yet to take the test flag to run the field is as unchangeable, so we had unlocked previously but suddenly no longer works

In the HelpDesk option for master data / MLHELP_SET_PP_STATUS can not change the Test as this hiden and spite of entering the number 42 to clear the field does not execute the operation for real change

Any suggestions?

Regards

Edited by: Ivan Marchant on Mar 1, 2012 3:28 PM

former_member765916
Discoverer
0 Kudos

Hello,

You have to add the DONTPANIC parameter on your user profile onto the parameters via the date that you are going to change the status as "YYYY.MM.DD".

After that, open the program and enter 42 onto the transaction field. This will open the "Test Run" field as changeable.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello

I think instead of unlocking closed periods, you should have used another solution as its explained in transaction 361236. although as im answering too late maybe this soloution doesnt work anymore.

former_member317154
Discoverer
0 Kudos

Create a copy of program MLHELP_SET_PP_STATUS as e. g. ZMLHELP_SET_PP_STATUS.

In SE38 change line 78:

p_test AS CHECKBOX DEFAULT ' '.

' ' instead of 'X'.

After saving the program you can execute program with test parameter unchecked.

Regards