on ‎2019 Jun 13 9:27 AM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Well, I ran the clear package with the option to clear comments set to no and it worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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%)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.