SAP Reports / Programs | Financial Accounting | Asset Accounting | Line Item Settlement of AUC(FI-AA-AA-TR-SL) SAP FI

MA15BXFA SAP ABAP INCLUDE - FILL_POSTING_TABLES_PERIODIC







MA15BXFA 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 MA15BXFA 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 MA15BXFA. "Basic submit
SUBMIT MA15BXFA AND RETURN. "Return to original report after report execution complete
SUBMIT MA15BXFA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MA15BXFA

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:

ANLA_READ_MULTIPLE_INTO_ANTS CALL FUNCTION 'ANLA_READ_MULTIPLE_INTO_ANTS' EXPORTING i_bukrs = aicom-bukrs i_anln1 = aicom-anln1 i_anln2 = aicom-anln2 i_lock = flg_anlloc TABLES t_ants = xants.

ANLA_READ_SINGLE CALL FUNCTION 'ANLA_READ_SINGLE' EXPORTING f_anla = anla i_lock = flg_anlloc i_error_if_found = ' ' IMPORTING f_anla = anla.

ANLB_READ_MULTIPLE_AFABE CALL FUNCTION 'ANLB_READ_MULTIPLE_AFABE' EXPORTING i_anln1 = xants-anln1 i_anln2 = xants-anln2 i_bukrs = xants-bukrs TABLES t_anlb = xanlb.

ANEXV_READ_MULTIPLE_AFABE_ALL CALL FUNCTION 'ANEXV_READ_MULTIPLE_AFABE_ALL' EXPORTING i_anln1 = xants-anln1 i_anln2 = xants-anln2 i_bukrs = xants-bukrs TABLES t_anlb = xanlb t_anexv = zanexv EXCEPTIONS not_found = 1.

ANEXV_READ_MULTIPLE_AFABE_ALL CALL FUNCTION 'ANEXV_READ_MULTIPLE_AFABE_ALL' EXPORTING i_anln1 = xants-anln1 i_anln2 = xants-anln2 i_bukrs = xants-bukrs i_areas_complete = 'X' TABLES t_anlb = xanlb t_anexv = zanexv EXCEPTIONS not_found = 1.

ANLB_READ_MULTIPLE_AFABE CALL FUNCTION 'ANLB_READ_MULTIPLE_AFABE' EXPORTING i_anln1 = xants-anln1 i_anln2 = xants-anln2 i_bukrs = xants-bukrs TABLES t_anlb = xanlb.

ANEXV_READ_MULTIPLE_AFABE_ALL CALL FUNCTION 'ANEXV_READ_MULTIPLE_AFABE_ALL' EXPORTING i_anln1 = xants-anln1 i_anln2 = xants-anln2 i_bukrs = xants-bukrs * i_areas_complete = 'X' "S2I TABLES t_anlb = xanlb t_anexv = zanexv EXCEPTIONS not_found = 1.

FI_DOCUMENT_NUMBER_GET CALL FUNCTION 'FI_DOCUMENT_NUMBER_GET' TABLES t_accdn = xaccdn.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-103 textline1 = text-104 textline2 = text-105 IMPORTING answer = hlp_answer.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = text-103 textline1 = text-106 textline2 = text-107 text_option1 = text-108 text_option2 = text-109 IMPORTING answer = hlp_answer.

K_SETTLEMENT_RULE_CALL CALL FUNCTION 'K_SETTLEMENT_RULE_CALL' EXPORTING add_para = cobr_info aprof = t093c-aprof * EMTYP = 'AN' ibureg = bureg objnr = objnr mode = 'AUCU' IMPORTING ebureg = hlp_new_bureg xnorule = flg_norule xsave = hlp_bureg_save.

K_SETTLEMENT_RULE_CALL CALL FUNCTION 'K_SETTLEMENT_RULE_CALL' EXPORTING add_para = cobr_info aprof = t093c-aprof objnr = objnr mode = 'AUCL'.

K_SETTLEMENT_RULE_SAVE CALL FUNCTION 'K_SETTLEMENT_RULE_SAVE' " IN UPDATE TASK EXPORTING dialog = 'X' " Sichern aus Dialog objnr = objnr EXCEPTIONS OTHERS = 1.

ANEK_UPDATE_BUREG CALL FUNCTION 'ANEK_UPDATE_BUREG' " IN UPDATE TASK TABLES t_anek = xanek EXCEPTIONS error_occurred = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-110 textline1 = text-111 textline2 = text-112 IMPORTING answer = hlp_answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-113 textline1 = text-101 textline2 = text-102 IMPORTING answer = hlp_answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-113 textline1 = text-101 textline2 = text-102 IMPORTING answer = hlp_answer.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-100 textline1 = text-101 textline2 = text-102 IMPORTING answer = hlp_answer.

K_SETTLEMENT_RULE_CALL





CALL FUNCTION 'K_SETTLEMENT_RULE_CALL' EXPORTING add_para = cobr_info aprof = t093c-aprof objnr = u_objnr mode = 'AUCL' ibureg = u_bureg.

AM_ANEPS_AREA_SHOW CALL FUNCTION 'AM_ANEPS_AREA_SHOW' TABLES t_anep = xanep.



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 MA15BXFA or its description.