on ‎2017 Jan 12 8:00 AM
Hello Experts,
We are on BPC 10.1 NW SP14
Issue is standard BCF function appends data in periodic model if we re-run the BCF whereas it overwrites data in a YTD model. We want periodic model should behave same like YTD model where we can avoid clearing the accounts and avoid the data duplication.
REgards,
Request clarification before answering.
Just tested the sample from How-To: http://www.sap.com/documents/2015/08/4c19d052-557c-0010-82c7-eda71af511fa.html
Working absolutely correct!
Test model (Periodic):
ACCOUNT (OPENING_ACCOUNT property not used)
AUDITTRAIL

CATEGORY (empty properties CATEGORY_FOR_OPE, OPENING_PERIOD, OPENING_YEAR)

ENTITY
FLOW

RPTCURRENCY
TIME
Rule:

Script:
*RUN_PROGRAM COPYOPENING
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
*ENDRUN_PROGRAMReport before BCF:

Result after first script run with CATEGORY=Actual, RPTCURRENCY=USD, TIME=2017.01:

Log:
LOG BEGIN TIME:2017-01-19 17:20:33
FILE:\ROOT\WEBFOLDERS\ENV1\ADMINAPP\PERIODPLAN\BCF.LGF
USER:V.KALININ
APPSET:ENV1
APPLICATION:PERIODPLAN
RUN COPY OPENING
1 SUBMITTED, 1 SUCCESS, 0 FAIL.
SCRIPT RUNNING TIME IN TOTAL:1.00 s.
LOG END TIME:2017-01-19 17:20:33
File path: \ROOT\WEBFOLDERS\ENV1\PERIODPLAN\PRIVATEPUBLICATIONS\V.KALININ\tempfiles\20170119172033\BCF.LOGSecond run with the same parameters resulted in no changes! Log:
LOG BEGIN TIME:2017-01-19 17:50:46
FILE:\ROOT\WEBFOLDERS\ENV1\ADMINAPP\PERIODPLAN\BCF.LGF
USER:V.KALININ
APPSET:ENV1
APPLICATION:PERIODPLAN
RUN COPY OPENING
0 SUBMITTED, 0 SUCCESS, 0 FAIL.
SCRIPT RUNNING TIME IN TOTAL:1.00 s.
LOG END TIME:2017-01-19 17:50:47
File path: \ROOT\WEBFOLDERS\ENV1\PERIODPLAN\PRIVATEPUBLICATIONS\V.KALININ\tempfiles\20170119175046\BCF.LOGAfter I changed the value in 2016.12 to 2000 and run the script again the result was also correct:

No surprise!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please compare all your settings with this document: http://www.sap.com/documents/2015/08/4c19d052-557c-0010-82c7-eda71af511fa.html
I do not see all settings in your answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bcf.png KFA for the business setup and properties for audittrail and category.
Please provide full info: data sample before and after bcf, script used to run bcf, prompt settings for script, rule setup, etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Script Used :
*RUN_PROGRAM COPYOPENING
CATEGORY = %CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
OTHER = [ENTITY=%ENTITY_SET%] /
ENDRUN_PROGRAM
Prompts are standard :
CATEGORY : ACTUAL
TIME: JAN.2017
RPTCURRENCY : USD
ENTITY : <all>
Rule :
Source GL : GL10001 ( dummy GL) Source Audit : ELIM_MANUAL Audit Type : A and rest all are blank.
C/F Year and C/F Period properties are been maintained in category dimension.
Sample Data Before BCF :
DEC.2016 GL10001 1000
JAN.2017 GL10001 0
After 1st Run :
DEC.2016 GL10001 1000
JAN.2017 GL10001 1000
After 2nd Run :
DEC.2016 GL10001 1000
JAN.2017 GL10001 2000
After 3rd Run :
DEC.2016 GL10001 1000
JAN.2017 GL10001 3000
I am using BCF for planning where I need to carry forward certain adjustments made on BS accounts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.