SAP Reports / Programs | Financial Accounting(FI) SAP FI

MACCR01F01 SAP ABAP INCLUDE - Accruals Master Maintenance







MACCR01F01 is a standard ABAP INCLUDE 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 MACCR01F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MACCR01F01. "Basic submit
SUBMIT MACCR01F01 AND RETURN. "Return to original report after report execution complete
SUBMIT MACCR01F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Accruals Master Maintenance


INCLUDES used within this REPORT MACCR01F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

DEQUEUE_EACCR_BELNR call function 'DEQUEUE_EACCR_BELNR' EXPORTING mandt = sy-mandt bukrs = accrscr-bukrs belnr = accrscr-belnr EXCEPTIONS others = 1.

ACCR_UPDATE_MASTER_RECORD call function 'ACCR_UPDATE_MASTER_RECORD' EXPORTING is_accrbd = accrbd.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' EXPORTING defaultoption = '2' text_option1 = text-tja text_option2 = text-tno textline1 = text-lb1 textline2 = text-lb2 titel = text-lb3 IMPORTING answer = l_answer.

ACCR_UPDATE_MASTER_RECORD call function 'ACCR_UPDATE_MASTER_RECORD' EXPORTING is_accrbd = accrbd.

COBL_SEND_PBO call function 'COBL_SEND_PBO' EXPORTING check_always = con_on dclass = con_cobl_class full_always = '' icobl = cobl IMPORTING dynnr = g_dynnr2 progn = g_progn2 TABLES icoblf = lt_coblf.

COBL_RECEIVE call function 'COBL_RECEIVE' IMPORTING ecobl = cobl esc_used = l_esc_used.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-d01 textline2 = text-d02 titel = text-d03 IMPORTING answer = l_answer EXCEPTIONS others = 1.

C_DIC_DOMAIN_VALUE_TEXT_READ call function 'C_DIC_DOMAIN_VALUE_TEXT_READ' EXPORTING name = l_domname spras = sy-langu value = l_domvalue IMPORTING text = l_text EXCEPTIONS not_found = 1 others = 2.

NUMBER_GET_INFO call function 'NUMBER_GET_INFO' EXPORTING nr_range_nr = accrcust-nrrangenr object = con_nk_object SUBOBJECT = accrscr-bukrs IMPORTING interval = g_nriv.

ACCR_CHECK_LOWVAL call function 'ACCR_CHECK_LOWVAL' EXPORTING i_bukrs = accrscr-bukrs i_wrbtr = accrscr-wrbtr i_waers = accrscr-waers i_accrcust = accrcust.

RK_KOKRS_FIND call function 'RK_KOKRS_FIND' EXPORTING bukrs = p_bukrs IMPORTING kokrs = l_kokrs.

RK_KSTAR_CHECK call function 'RK_KSTAR_CHECK' EXPORTING datum = p_date kokrs = l_kokrs kstar = l_kstar IMPORTING v_cskb = l_cskbv.

FI_FIELD_SELECTION_DETERMINE call function 'FI_FIELD_SELECTION_DETERMINE' EXPORTING i_bschl = p_bschl i_bukrs = p_bukrs i_saknr = p_hkont IMPORTING e_faus1 = l_faus1 e_faus2 = l_faus2 EXCEPTIONS customizing = 1 others = 2.

ACCR_GETCOBLFIELDS call function 'ACCR_GETCOBLFIELDS' EXPORTING i_aktyp = l_aktyp i_faus1 = l_faus1 i_faus2 = l_faus2 TABLES et_coblf = p_t_coblf EXCEPTIONS others = 1.

ENQUEUE_EACCR_BELNR call function 'ENQUEUE_EACCR_BELNR' EXPORTING bukrs = p_bukrs belnr = p_belnr.

NUMBER_CHECK call function 'NUMBER_CHECK' EXPORTING nr_range_nr = accrcust-nrrangenr number = p_belnr object = con_nk_object IMPORTING returncode = l_rc.

ACCR_CREATE_MASTER_RECORD call function 'ACCR_CREATE_MASTER_RECORD' EXPORTING is_accrbd = accrbd IMPORTING e_document = p_document TABLES it_accrfi = lt_accrfi EXCEPTIONS no_new_belnr = 1.

FI_TAX_INDICATOR_CHECK call function 'FI_TAX_INDICATOR_CHECK' EXPORTING i_bukrs = p_bukrs i_hkont = p_hkont i_koart = l_koart i_mwskz = p_acctax x_dialog = con_on.

ACCR_UPDATE_MASTER_RECORD





call function 'ACCR_UPDATE_MASTER_RECORD' EXPORTING is_accrbd = accrbd TABLES it_accrfi = lt_accrfi.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MACCR01F01 or its description.