SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

INFMDI10_07 SAP ABAP INCLUDE - INFMDI1007







INFMDI10_07 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 INFMDI10_07 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 INFMDI10_07. "Basic submit
SUBMIT INFMDI10_07 AND RETURN. "Return to original report after report execution complete
SUBMIT INFMDI10_07 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 INFMDI10_07

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:

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting titel = text-095 textline1 = space textline2 = text-096 importing answer = l_answer.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_filename CHANGING physical_filename = g_uxpath EXCEPTIONS OTHERS = 1.

AUTHORITY_CHECK_DATASET call function 'AUTHORITY_CHECK_DATASET' exporting activity = 'READ' filename = g_uxpath exceptions no_authority = 1 activity_unknown = 2 others = 3.

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING FILENAME = uc_filename FILETYPE = 'ASC' * HAS_FIELD_SEPARATOR = ' ' * HEADER_LENGTH = 0 * READ_BY_LINE = 'X' * IMPORTING * FILELENGTH = * HEADER = TABLES DATA_TAB = i_imex EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_READ_ERROR = 2 NO_BATCH = 3 GUI_REFUSE_FILETRANSFER = 4 INVALID_TYPE = 5 NO_AUTHORITY = 6 UNKNOWN_ERROR = 7 BAD_DATA_FORMAT = 8 HEADER_NOT_ALLOWED = 9 SEPARATOR_NOT_ALLOWED = 10 HEADER_TOO_LONG = 11 UNKNOWN_DP_ERROR = 12 ACCESS_DENIED = 13 DP_OUT_OF_MEMORY = 14 DISK_FULL = 15 DP_TIMEOUT = 16 OTHERS = 17.

WS_UPLOAD * call function 'WS_UPLOAD' * exporting * filename = g_pcpath * tables * data_tab = i_imex * exceptions * conversion_error = 1 * file_open_error = 2 * file_read_error = 3 * invalid_table_width = 4 * invalid_type = 5 * no_batch = 6 * unknown_error = 7 * others = 8.

KBPI_BUDGET_ENTER call function 'KBPI_BUDGET_ENTER' exporting testrun = p_test parked = g_parked doc_header = gf_header importing entry_doc_number = g_entry_doc_nr hierarchy_doc_number = g_hier_doc_nr tables doc_items = it_item return = it_mesg exceptions error_message = 12.

KBPI_BUDGET_DISTRIBUTE call function 'KBPI_BUDGET_DISTRIBUTE' exporting testrun = p_test parked = g_parked doc_header = gf_header importing entry_doc_number = g_entry_doc_nr hierarchy_doc_number = g_hier_doc_nr tables doc_items_sender = it_item_s doc_items_receiver = it_item_e return = it_mesg exceptions error_message = 12.

KBPI_BUDGET_TRANSFER call function 'KBPI_BUDGET_TRANSFER' exporting testrun = p_test parked = g_parked doc_header = gf_header importing entry_doc_number = g_entry_doc_nr hierarchy_doc_number = g_hier_doc_nr tables doc_items_sender = it_item_s doc_items_receiver = it_item_e return = it_mesg exceptions error_message = 12.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'X' CHANGING cs_variant = c_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = 'X' IMPORTING es_variant = g_variant.



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