SAP Reports / Programs

/SAPF15/FREIGABE SAP ABAP Report - documentation and ABAP source code







/SAPF15/FREIGABE is a standard Executable ABAP Report 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 /SAPF15/FREIGABE 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 /SAPF15/FREIGABE. "Basic submit
SUBMIT /SAPF15/FREIGABE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPF15/FREIGABE 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 /SAPF15/FREIGABE

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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = it_ucomm.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

/SAPF15/DEQUEUE_F15 * CALL FUNCTION '/SAPF15/DEQUEUE_F15'.

DEQUEUE_E_TABLEE * CALL FUNCTION 'DEQUEUE_E_TABLEE' * EXPORTING * tabname = '/SAPF15/F15' * varkey = i_sapf15_fmit_key.

/SAPF15/DEQUEUE_F15 CALL FUNCTION '/SAPF15/DEQUEUE_F15'.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'ICON' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = '/SAPF15/F15' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'ICON' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = '/SAPF15/F15' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid1 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'fmifiit' CHANGING ct_fieldcat = fcat_grid2 EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'ICON' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid3 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = '/SAPF15/F15' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = fcat_grid3 EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = text-t05 titlebar = spop-diagnose1 * DIAGNOSE_OBJECT = SPOP text_question = text-t06 "'Wollen Sie die Rechnungen freigeben?' text_button_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

ENQUEUE_E_TABLEE * CALL FUNCTION 'ENQUEUE_E_TABLEE' * EXPORTING * tabname = '/SAPF15/F15' * varkey = i_sapf15_fmit_key * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.

DEQUEUE_E_TABLEE ** CALL FUNCTION 'DEQUEUE_E_TABLEE' ** EXPORTING ** tabname = '/SAPF15/F15' ** varkey = i_sapf15_fmit_key.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = p_fmifiit-fipex IMPORTING e_fipos = p_fmifiit-fipos EXCEPTIONS input_error = 0 data_not_found = 0 OTHERS = 0.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = lc_tcode_fb09 EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

/SAPF15/DEQUEUE_F15 * CALL FUNCTION '/SAPF15/DEQUEUE_F15'.

LIST_FROM_MEMORY





CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = abaplist EXCEPTIONS not_found = 1 OTHERS = 2.

DISPLAY_LIST CALL FUNCTION 'DISPLAY_LIST' * EXPORTING * FULLSCREEN = 'X' TABLES listobject = abaplist EXCEPTIONS empty_list = 1 OTHERS = 2.

/SAPF15/SELECT_SINGLE_BEWIRT CALL FUNCTION '/SAPF15/SELECT_SINGLE_BEWIRT' "261109 EXPORTING fikrs = bukrs f15_bewirtschaft = ibseg-fistl IMPORTING sapf15_bewirt = /sapf15/bewirt EXCEPTIONS error = 1 OTHERS = 2.



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 /SAPF15/FREIGABE or its description.