ACEPS_ACCDET is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ACEPS_ACCDET into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IPMOADCONT01 - Accrl Acct Detmn: Mntn Entry Area 01
ACEPSADMETASGL - Acct Detrmn: Define Single-Step Rule
ACEPSADMETA02 - Acct Determntn: Define Rule Step 02
ACEPSADMETA01 - Acct Determntn: Define Rule Step 01
ACEPSADCONT02 - Acct Determntn: Maintn Entry Step 02
ACEPSADCONT01 - Acct Determntn: Maintn Entry Step 01
IPMOADMETASGL - Act Dtmn: Define Simple Set of Rules
ACACADCONT02 - Acct Determntn: Mntn Entries Area 02
IPMADMETASGL - Act Dtmn: Define Simple Set of Rules
IPMADCONT01 - Accrl Acct Detmn: Mntn Entry Area 01
ACACADMETA01 - Acct Determntn: Define Rule Area 01
ACACADMETA02 - Acct Determntn: Define Rule Area 02
SOAADMETASGL - Acct Detrmn: Def 1-Step Set of Rules
GMAPSADCONT01 - Acct Determntn: Maintn Entry Step 01
GMAPSADCONT02 - Acct Determntn: Maintn Entry Step 02
GMAPSADMETA01 - Acct Determntn: Define Rule Step 01
GMAPSADMETA02 - Acct Determntn: Define Rule Step 02
GMAPSADMETASGL - Acct Detrmn: Define Single-Step Rule
SOAADCONT01 - Acct Determntn: Mntn Entries Area 01
SOAADMETA02 - Acct Determntn: Define Rule Area 02
SOAADMETA01 - Acct Determntn: Define Rule Area 01
ACACADCONT01 - Accrl Acct Detmn: Mntn Entry Area 01
SOAADCONT02 - Acct Determntn: Mntn Entries Area 02
ACACADMETASGL - Act Dtmn: Define Simple Set of Rules
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Accrual Engine: Start Program for Account Determination
Text Symbol: 100 = You are not authorized to change the account determination strategy
Text Symbol: 110 = You are not authorized to change the account determination values
Text Symbol: 120 = Display the account determination strategy?
Text Symbol: 130 = Do you want to display the acct det. values?
Text Symbol: 140 = Y
Text Symbol: 145 = No
Text Symbol: 150 = Qustn
Text Symbol: 200 = Display Only
Text Symbol: 210 = Display Locked Data?
Text Symbol: 220 = Locked Data
INCLUDE ACEPS_ACCDETTOP . " GLOBAL DATA
INCLUDE PS_ACCDET_ENQUEUE_CHECKF01.
No SAP DATABASE tables are accessed within this REPORT code!
ACE_COMP_FOR_TCODE_SET CALL FUNCTION 'ACE_COMP_FOR_TCODE_SET' EXPORTING id_tcode = sy-tcode id_popup = acec_con-true IMPORTING ed_comp = g_start-comp.
ACEPS_AUTHORITY_CHECK_AD_RULE CALL FUNCTION 'ACEPS_AUTHORITY_CHECK_AD_RULE' EXPORTING id_comp = g_start-comp id_activity = acec_ds_activity-change EXCEPTIONS no_authority = 1 OTHERS = 2.
ACEPS_AUTHORITY_CHECK_AD_RULE CALL FUNCTION 'ACEPS_AUTHORITY_CHECK_AD_RULE' EXPORTING id_comp = g_start-comp id_activity = acec_ds_activity-display EXCEPTIONS no_authority = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = text-100 textline2 = text-120 text_option1 = text-140 text_option2 = text-145 titel = text-150 IMPORTING answer = answer.
ACEPS_AUTHORITY_CHECK_AD_CONT CALL FUNCTION 'ACEPS_AUTHORITY_CHECK_AD_CONT' EXPORTING id_comp = g_start-comp id_activity = acec_ds_activity-change EXCEPTIONS no_authority = 1 OTHERS = 2.
ACEPS_AUTHORITY_CHECK_AD_CONT CALL FUNCTION 'ACEPS_AUTHORITY_CHECK_AD_CONT' EXPORTING id_comp = g_start-comp id_activity = acec_ds_activity-display EXCEPTIONS no_authority = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = text-110 textline2 = text-130 text_option1 = text-140 text_option2 = text-145 titel = text-150 IMPORTING answer = answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ACEPS_ACCDET - Accrual Engine: Start Program for Account Determination ACEPS_ACCDET - Accrual Engine: Start Program for Account Determination ACEPSCALLBKEDR_TRANSACTION - ACEPSCALLBKEDRTRANSACTION ACEPSCALLBKEDR_TOP - ACEPSCALLBKEDRTOP ACEPSCALLBKEDR_HEADER - ACEPSCALLBKEDRHEADER ACEPSCALLBKEDR_G_HEADER - ACEPSCALLBKEDRGHEADER