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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REEABPDEL_F01 - REEABPDELF01 REEABPDEL - Deletion of Budget Billing Plan (EABP+FKKOP Structures) REEABPDEL - Deletion of Budget Billing Plan (EABP+FKKOP Structures) REE72ERG_SIM - Reference Report for Generation of Quantity Update in CO-PA (SIM) REE72ERG_PAOBJNR_S - Sample Report for Generating the Derivation of Result Object CO-PA REE72ERG - Reference Report for Generation of IS-U Udate Routines in CO-PA