REEABPPC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Adjustment of budget billing plans to changed billing dates...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REEABPPC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EA65 - Portion Change
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.
Adjust budget billing plans to changed billing dates
Selection Text: X_NO_NEW = No new budget billing plans
Selection Text: X_CHANGE = D Adjust to Portion
Selection Text: X_AMOUNT = D Amount Transfer
Selection Text: X_ABDAT = D Replacement date
Selection Text: VKONTO = D Contract account
Selection Text: VERTRAG = D Contract
Selection Text: REPRINT = D Notify customer
Selection Text: PORTION = D Portion
Selection Text: PARTNER = D Business Partner
Selection Text: PARA_SET = Print parameters defined
Selection Text: OPBEL = D Budget billing plan
Selection Text: ABLEINH = D Meter reading unit
Title: Adjustment of budget billing plans to new billing dates
Text Symbol: T03 = Parameter
Text Symbol: T02 = Print and archiving parameters
Text Symbol: T01 = Main selection parameter
Text Symbol: P01 = Continue
Text Symbol: 003 = Portion change ended with errors. See log for details
Text Symbol: 002 = See log
Text Symbol: 001 = Portion change ended without errors. See log for details
Text Symbol: 000 = Portion change cancelled with errors. See log for details
INCLUDE REAABMAC. "MAKROS
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SEL' TABLES p_exclude = ftab EXCEPTIONS error_message = 1 OTHERS = 2.
ISU_SHOW_PROGRAM_DOC CALL FUNCTION 'ISU_SHOW_PROGRAM_DOC' EXPORTING x_progname = sy-cprog.
ISU_DB_TE633_SINGLE CALL FUNCTION 'ISU_DB_TE633_SINGLE' IMPORTING y_te633 = wa_te633 EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = printparams x_archive_bor_object = co_objtype_budbilplan x_archive_arc_object = 'ISU_BBP' x_no_preview = co_true x_no_delayed_print = co_false IMPORTING y_printparams = printparams y_archive_params = archive_params y_archive_index = archive_index y_recipient = recipient EXCEPTIONS cancelled = 1 OTHERS = 2.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'EA65' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = handle x_action = co_msg_dspl EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SP01' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REEABPPC - Adjustment of budget billing plans to new billing dates REEABPPC - Adjustment of budget billing plans to new billing dates REEABPDEL_TOPG - TOP INCLUDE: General Data Definitions REEABPDEL_TOPC - TOP INCLUDE: General Constants REEABPDEL_TOP1 - TOP-INCLUDE: Program REEABPDEL REEABPDEL_TOP - TOP INCLUDE: General