Hi,
When running basic Account-Based Calculation BR (to get data from Depreciation account and record it to Accumulated Depreciation and Spend account to YTD Spend account) applying YTD I am getting Internal Server Error. Tried to run the program through DM package and it did not run to success (Aborted), although Detail Log say Success. UJKT Validated the Script Logic but when executing throwing ABAP Run Time Error. At the end I was not able to get YTD data recorded to desired account. Please help if anybody has encountered same issue before. The following is Script Logic to run *RUN_PROGRAM CALC_ACCOUNT. Business Rule and error screenshots are attached.
*RUN_PROGRAM CALC_ACCOUNT
CATEGORY = %SCENARIO_SET%
CURRENCY = LC
TID_RA = %TIME_SET%
CALC=CALCYTD
OTHER = [ENTITY=%ENTITY_SET%]
*ENDRUN_PROGRAM
*COMMIT