cancel
Showing results for 
Search instead for 
Did you mean: 

*RUN_PROGRAM CALC_ACCOUNT - 0 Records Submitted.

0 Kudos

Hi

We are using *RUN_PROGRAM CALC_ACCOUNT. No matter what the parameters, the system returns 0 SUBMITTED, 0 SUCCESS, 0 FAIL even though there are source records in the cube.

We have set up the following business rule:

0001 IKR0000500000 ACTUAL F_100 MANUAL IKR0000350000 ACTUAL F_999 MANUAL True False 0

Script Logic:

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

CURRENCY = LC

TID_RA = 2010.012

CALC=0001

*ENDRUN_PROGRAM

Records in Cube:

P_ACCT TIME FLOW CATEGORY ENTITY RPTCURRENCY P_DATASRC DATA

IKR0000500000 2010.001 F_100 ACTUAL C2000 LC MANUAL 500.0000000-

IKR0000500000 2010.002 F_100 ACTUAL C2000 LC MANUAL 500.0000000-

IKR0000500000 2010.003 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.004 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.005 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.006 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.007 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.008 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.009 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.010 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.011 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

IKR0000500000 2010.012 F_100 ACTUAL C2000 LC MANUAL 1,000.0000000-

Why are no records submitted?

We are on BPC 7.0 SP7

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can you please share the log of the package?

0 Kudos

Log attached.

LOG BEGIN TIME:2012-02-29 16:32:35

FILE:\ROOT\WEBFOLDERS\KSAP\ADMINAPP\BALANCE_SHEET\CALCACCOUNT.LGF

USER:KSAISANDO\BPC-SYSADMIN

APPSET:KSAP

APPLICATION:BALANCE_SHEET

RUN CALC_ACCOUNT

0 SUBMITTED, 0 SUCCESS, 0 FAIL.

SCRIPT RUNNING TIME IN TOTAL:2.76 s.

LOG END TIME:2012-02-29 16:32:35

raghu_ram
Active Contributor
0 Kudos

Hi,

I think the format of the TID_RA

 should be TID_RA = %TIME_SET%

Please check the help file for the logic:

http://help.sap.com/saphelp_bpc75_nw/helpdata/en/2b/8f059920de465b88be2893e2117fbe/content.htm

Regards,

Raghu

0 Kudos

Even as follows it comes back with 0 SUBMITTED:

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

CURRENCY = LC

TID_RA = %TIME_SET%

CALC=0001

*ENDRUN_PROGRAM

And even

*RUN_PROGRAM CALC_ACCOUNT

CATEGORY = %CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET%

TID_RA = %TIME_SET%

CALC=0001

*ENDRUN_PROGRAM

where/how can I debug this?

raghu_ram
Active Contributor
0 Kudos

Hi,

You can check this logic in backend BW system by using t.code UJKT.

Regards,

Raghu

0 Kudos

I know UJKT, what is it going to give me more than the package log?