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
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: Include MFIAPSA_ADP_SF_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MFIAPSA_ADP_SF_FORMS - Include MFIAPSA_ADP_SF_FORMS MFIAPSA_ADPREQ_PBO - Include MFIGLSA_ADVPAYMREQ_PBO MFIAPSA_ADPREQ_PAI - Include MFIGLSA_ADVPAYMREQ_PAI MFIAPSA_ADPREQ_GLOBDATA - Include MFIGLSA_ADVPAYMREQ_GLOBDATA MFIAPSA_ADPREQ_FORMS - Include MFIGLSA_ADVPAYMREQ_FORMS MFG_IPAC_USE_ALV_DISPLAY_RPF01 - Include MFG_IPAC_USE_ALV_DISPLAY_RPF01