cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC 10.1 NW : CLEAR package not working

A_Warhonowicz
Participant
0 Likes
2,925

Hi all,

when I run the standard CLEAR package from the data manager I can make the expected selections (Keydate, all dimensions, whether or not to clear comments etc.). This all seems as expected, however the package always generates an error:

For this run I have selected a base member of every dimension from the selection box (not entered manually), so I am lost as to which dimension value the system would not find.

Thanks for any help,
Arnold

Accepted Solutions (1)

Accepted Solutions (1)

A_Warhonowicz
Participant
0 Likes

Well, I ran the clear package with the option to clear comments set to no and it worked.

former_member186338
Active Contributor
0 Likes

May be you have issues with comments table? Please check!

Answers (3)

Answers (3)

A_Warhonowicz
Participant
0 Likes

Hi Vadim,

no, no other issues. However I have been advised of SAP note 2661036. So I'll have a look if that is going to help me.

Thanks,
Arnold

former_member186338
Active Contributor
0 Likes

No idea, how the mentioned note is related to your issue!

You have selected single intersection of members - nothing to split!

former_member186338
Active Contributor
0 Likes

P.S. And do you have memory dumps??

A_Warhonowicz
Participant
0 Likes

log

/CPMB/MODIFY completed in 0 seconds
/CPMB/CLEAR_COMMENTS_FOR_CLEAR completed in 0 seconds
/CPMB/CLEAR completed in 0 seconds

[Selection]
--------------------------------------------------------------

SELECTION = /BPC10/Konsolidierung/PRIVATEPUBLICATIONS/DL-WARHONOW/TempFiles/FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:ACCOUNTL|5300000|DIMENSION:ACCTDETAIL|F_CLO|DIMENSION:CATEGORY|Actual|DIMENSION:CURRENCY|LC|DIMENSION:DATASRC|INPUT|DIMENSION:ENTITY|G00001|DIMENSION:INTCO|I_NONE|DIMENSION:SCOPE|G_NONE|DIMENSION:TIME|2019.03
SELECTION_KEYDATE =
ENABLETASK = Yes
CHECKLCK = Yes
CHECKJOUR = No



[Message]
--------------------------------------------------------------

Input parameter DIMENSIONVALUE not found

model: Konsolidierung. Package status: ERROR

and script

PROMPT(SELECTINPUT,%SELECTION%,,"Select the members to CLEAR",%DIMS%,0)
PROMPT(RADIOBUTTON,%ENABLETASK%,"Do you want to clear comments associated with the data region?",1,{"Yes","No"},{"1","0"})
PROMPT(RADIOBUTTON,%CHECKLCK%,"Do you want to check Work Status when clearing?",1,{"Yes, delete comments with work status settings","No, do not delete comments with work status settings"},{"1","0"})
PROMPT(RADIOBUTTON,%CHECKJOUR%,"Exit the package if journal data encountered (no change will be committed)?",0,{"Yes","No"},{"1","0"})
INFO(%SELECTION_KEYDATE%,)
TASK(/CPMB/CLEAR_CUBE,CHECKLCK,%CHECKLCK%)
TASK(/CPMB/CLEAR_CUBE,SELECTION,%SELECTION%)
TASK(/CPMB/CLEAR_CUBE,DUMPLOADMODE,3)
TASK(/CPMB/CLEAR_CUBE,KEYDATE,%SELECTION_KEYDATE%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,SELECTION,%SELECTION%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,ENABLETASK,%ENABLETASK%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKLCK,%CHECKLCK%)
TASK(/CPMB/CLEAR_COMMENTS_FOR_CLEAR,CHECKJOUR,%CHECKJOUR%)

former_member186338
Active Contributor
0 Likes

Unable to find anything wrong...

From log:

|DIMENSION:ACCOUNTL|5300000
|DIMENSION:ACCTDETAIL|F_CLO
|DIMENSION:CATEGORY|Actual
|DIMENSION:CURRENCY|LC
|DIMENSION:DATASRC|INPUT
|DIMENSION:ENTITY|G00001
|DIMENSION:INTCO|I_NONE
|DIMENSION:SCOPE|G_NONE
|DIMENSION:TIME|2019.03

looks fine!

Do you have this issue only in particular model/environment?

A_Warhonowicz
Participant
0 Likes

I though I had included screenshots, but somehow they seem to have disappeared.

former_member186338
Active Contributor
0 Likes

Can you post log text as a text, not as a screenshot?

former_member186338
Active Contributor
0 Likes

P.S. And advanced DM script of CLEAR package in your system!