SAP Reports / Programs

REEABPPC SAP ABAP Report - Adjustment of budget billing plans to new billing dates







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EA65 - Portion Change


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 REEABPPC. "Basic submit
SUBMIT REEABPPC AND RETURN. "Return to original report after report execution complete
SUBMIT REEABPPC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT REEABPPC

INCLUDE REAABMAC. "MAKROS


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 = '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.



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