SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

MFIAPSA_ADP_SF_FORMS SAP ABAP INCLUDE - Include MFIAPSA_ADP_SF_FORMS







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


Text pool values


Title: Include MFIAPSA_ADP_SF_FORMS


INCLUDES used within this REPORT MFIAPSA_ADP_SF_FORMS

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:

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = fiapsa_s_adpsf_hd-tot_line_amnt currency = fiapsa_s_adpsf_hd-waers * FILLER = ' ' * LANGUAGE = SY-LANGU IMPORTING in_words = ls_spell EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.

BAPI_EMPLOYEE_GETDATA CALL FUNCTION 'BAPI_EMPLOYEE_GETDATA' DESTINATION gc_rfcdest EXPORTING employee_id = fiapsa_s_adpsf_hd-pernr date = sy-datum IMPORTING return = return TABLES org_assignment = lt_empdet personal_data = lt_empname EXCEPTIONS system_failure = 1 MESSAGE lv_mesg communication_failure = 2 MESSAGE lv_mesg OTHERS = 3.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = 'FIAPSA_ADPSF_PDF' IMPORTING e_funcname = lv_fm_name * E_INTERFACE_TYPE = * EV_FUNCNAME_INBOUND = .

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = ls_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4 .

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = nrnr object = 'FIAPSA_NRS' subobject = fiapsa_s_adpsf_hd-bukrs IMPORTING number = gv_number_range EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 OTHERS = 8.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = fiapsa_s_adpsf_hd-advpnr IMPORTING output = fiapsa_s_adpsf_hd-advpnr.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = fiapsa_s_adpsf_hd-bukrs IMPORTING e_t001 = t001 EXCEPTIONS system_error = 1 OTHERS = 2.

BAPI_EMPLOYEE_GETDATA CALL FUNCTION 'BAPI_EMPLOYEE_GETDATA' EXPORTING employee_id = fiapsa_s_adpsf_hd-pernr date = sy-datum IMPORTING return = return TABLES org_assignment = lt_empdet personal_data = lt_empname.



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