SAP Reports / Programs | Invoicing | SAP Utilities | Invoicing(IS-U-IN) SAP IS

REEABPDEL_F01 SAP ABAP INCLUDE - REEABPDELF01







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

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:

ISU_S_EABP_DELETE call function 'ISU_S_EABP_DELETE' * EXPORTING * X_OPBEL = * X_VERTRAG = * X_GPART = * X_VKONTO = * X_BEGPERIODE = * X_ENDPERIODE = * X_ERCHZBELNR = * X_INVOPBEL = * X_PORTION = * X_SAMMELNR = * X_KZABSVER = * X_LETZTEFAKZ = * X_MANUELLVKZ = * X_MASCHNIANP = * X_VORAUSZDAT = * X_ABSCHLDAT = * X_ABSTOPDAT = * X_ABSPERDAT = * X_ABSZYK = * X_ANPDAT = * X_DEAKTIV = * X_SOLHAB_KZ = * X_WAERS = * X_ART = * X_ERDAT = * X_ERNAM = * X_AEDAT = * X_AENAM = * X_EINZBETR = * X_TAGBETR = * X_VTEILKZ = * X_VOR_OPBEL = * X_BBP_EXTEND = * X_PYPLT = tables tx_opbel = gr_opbel * TX_VERTRAG = * TX_GPART = * TX_VKONTO = * TX_BEGPERIODE = * TX_ENDPERIODE = * TX_ERCHZBELNR = * TX_INVOPBEL = * TX_PORTION = * TX_SAMMELNR = * TX_KZABSVER = * TX_LETZTEFAKZ = * TX_MANUELLVKZ = * TX_MASCHNIANP = * TX_VORAUSZDAT = * TX_ABSCHLDAT = * TX_ABSTOPDAT = * TX_ABSPERDAT = * TX_ABSZYK = * TX_ANPDAT = * TX_DEAKTIV = * TX_SOLHAB_KZ = * TX_WAERS = * TX_ART = * TX_ERDAT = * TX_ERNAM = * TX_AEDAT = * TX_AENAM = * TX_EINZBETR = * TX_TAGBETR = * TX_VTEILKZ = * TX_VOR_OPBEL = * TX_BBP_EXTEND = * TX_PYPLT = exceptions not_found = 1 others = 2.

FKK_OPEN_ITEM_DEQUEUE call function 'FKK_OPEN_ITEM_DEQUEUE'.

MSG_STATUS_APPL_LOG call function 'MSG_STATUS_APPL_LOG' exporting x_appl_log = c_application_log importing y_exist = l_exist y_active = l_active y_empty = l_empty yt_count = lt_count y_msg_handle = g_msg_handle yt_count_sub = lt_count_sub.

MSG_CLOSE call function 'MSG_CLOSE' exporting x_msg_handle = g_msg_handle exceptions not_found = 1 handle_invalid = 2 others = 3.

MSG_OPEN call function 'MSG_OPEN' exporting x_no_dialog = 'X' x_log = 'X' x_next_msg = 'X' * X_OBJ_TWICE = ' ' importing y_msg_handle = g_msg_handle changing xy_parm = g_msg_param exceptions failed = 1 subs_invalid = 2 log_invalid = 3 others = 4.

MSG_PREPARE_CLOSE call function 'MSG_PREPARE_CLOSE' exporting x_msg_handle = g_msg_handle importing y_changed = l_changed exceptions not_found = 1 handle_invalid = 2 others = 3.

MSG_ACTION call function 'MSG_ACTION' exporting x_msg_handle = g_msg_handle x_action = co_msg_dspl "CO_MSG_SAVE x_msg_break = l_msg_break importing y_last_msg = l_last_message yt_lognumbers = lt_lognumbers yt_messages = lt_messages exceptions action_not_supported = 1 handle_invalid = 2 not_found = 3 others = 4.

MSG_CLOSE call function 'MSG_CLOSE' exporting x_msg_handle = g_msg_handle exceptions not_found = 1 handle_invalid = 2 others = 3.



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