RETRIGG01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can extend budget billing plans, billing documents not yet invoiced, and billing orders not yet billed...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 RETRIGG01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
E25M - Extend Budget Billing Plan
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.
Extend budget billing plans
Selection Text: I_ABWVK = Collective Bill Account
Selection Text: I_AEDAT = Last changed on
Selection Text: I_AENAM = Changed by
Selection Text: I_ANLAGE = Installation
Selection Text: I_BEGEND = Start of Period-End Bill. Per.
Selection Text: I_BELNR = Document Number
Selection Text: I_BUKRS = Company code
Selection Text: I_DATUM = Date
Selection Text: I_ENDPRI = Priority of Period-End Billing
Selection Text: I_ERDAT = Entered on
Selection Text: I_ERNAM = Entered by
Selection Text: I_FAELL = No.of Due Dates for Extension
Selection Text: I_FAKT = Non-Invoiced Billing Documents
Selection Text: I_GPART = Business Partner
Selection Text: I_K1 = Interval for Extension
Selection Text: I_KTYP1 = Unit for Interval
Selection Text: I_MANOS = Manual Outsorting
Selection Text: I_PORT = Portion
Selection Text: I_SCBELN = Bill.Doc.No.for Adj.Reversal
Selection Text: I_SIMU = Simulation
Selection Text: I_SPARTE = Division
Selection Text: I_TBREL = Document not released
Selection Text: I_TRGST = Order status
Selection Text: I_VKONT = Contract account
Selection Text: I_VRTRAG = Contract
Selection Text: REPRINT = D Notify Customer
Selection Text: I_ABRVGU = Billing Trans. of Suppr. Bill.
Selection Text: I_ABRDSU = Sched.Bill.Date of Suppr.Bill
Selection Text: I_ABRDAT = Scheduled billing date
Selection Text: I_ABR = Non-Billed Billing Order
Selection Text: I_ABPLAN = Budget billing plan
Selection Text: I_ABLEH = Meter reading unit
Selection Text: I_ABLDAT = Scheduled meter reading date
Title: Extend budget billing plans
Text Symbol: 002 = Selection Criteria for Uninvoiced Billing Documents
Text Symbol: 003 = Selection Criteria for Unbilled Billing Orders
Text Symbol: 004 = General Parameters
INCLUDE MEADAT01.
INCLUDE RETRIGG01_TOP.
INCLUDE RETRIGG01_F01.
INCLUDE MEAPROT0.
No SAP DATABASE tables are accessed within this REPORT code!
EFG_GET_PRINT_PARAMETERS CALL FUNCTION 'EFG_GET_PRINT_PARAMETERS' EXPORTING x_printparams = x_printparams-printparams x_archive_bor_object = co_objtype_budbilplan x_archive_arc_object = 'ISU_BBP' x_no_preview = 'X' IMPORTING y_printparams = x_printparams-printparams y_archive_params = x_printparams-archive_params y_archive_index = x_printparams-archive_index y_recipient = x_printparams-recipient EXCEPTIONS cancelled = 1 OTHERS = 2.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'E25M' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
EFG_PRINT_CLOSE CALL FUNCTION 'EFG_PRINT_CLOSE' EXPORTING x_flg_output = x_printparams-printparams-last_doc_act x_flg_finalize = x_printparams-printparams-last_doc_act x_flg_clear_spoolids = co_true .
ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RETRIGG01 - Extend budget billing plans RETRIGG01 - Extend budget billing plans RETRIEVE_REMOTE_MI_CONFIG - Get Mobile Infrastructure configuration data from RFC destination RETRIEVE_REMOTE_MI_CONFIG - Get Mobile Infrastructure configuration data from RFC destination RETRIEVAL_MULTIPLE_TEXTS======FT - RETRIEVALMULTIPLETEXTS======FT RETOUEXCEPTRESP_DISP_MAINT_F01 - RETOUEXCEPTRESPDISPMAINTF01