RWB2R_CONTRACT_EXTENSION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report extends the selected condition contracts according to the
If you would like to execute this report or see the full code listing simply enter RWB2R_CONTRACT_EXTENSION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WB2R_EXTENSION - Condition Contract Extension
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.
Selection Text: S_TEST = D .
Selection Text: S_PROSAV = D .
Selection Text: SO_VTWEG = D .
Selection Text: SO_VKORG = D .
Selection Text: SO_VEND = D .
Selection Text: SO_TYPE = D .
Selection Text: SO_STAT = D .
Selection Text: SO_SPART = D .
Selection Text: SO_NUM = D .
Selection Text: SO_EKORG = D .
Selection Text: SO_EKGRP = D .
Selection Text: SO_ECAL = D .
Selection Text: SO_DATTO = D .
Selection Text: SO_DATFR = D .
Selection Text: SO_CUST = D .
Selection Text: SO_BUKRS = D .
Title: Contract Extension
Text Symbol: T02 = - check run
Text Symbol: T01 = Log for Extension of Condition Contracts
Text Symbol: S04 = Programm Run
Text Symbol: S03 = Partner and Organizational Data
Text Symbol: S02 = Contract Data
Text Symbol: S01 = Contract Selection
INCLUDE RWB2R_CONTRACT_EXTENSIONTOP.
INCLUDE RWB2R_CONTRACT_EXTENSIONS01.
INCLUDE RWB2R_CONTRACT_EXTENSIONE01.
INCLUDE RWB2R_CONTRACT_EXTENSIONF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWB2R_CONTRACT_EXTENSION - Contract Extension RWB2R_CONTRACT_EXTENSION - Contract Extension RWB2R_CANCEL_AB_DOCUMENTSTOP - Include RWB2R_CANCEL_AB_DOCUMENTSTOP RWB2R_CANCEL_AB_DOCUMENTSS01 - Include RWB2R_CANCEL_AB_DOCUMENTSS01 RWB2R_CANCEL_AB_DOCUMENTSF01 - Include RWB2R_CANCEL_AB_DOCUMENTSF01 RWB2R_CANCEL_AB_DOCUMENTSE01 - Include RWB2R_CANCEL_AB_DOCUMENTSE01