RV130007 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving condition records is carried out using the 'ARCHIVE DEVELOPMENT KIT' (ADK)...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 RV130007 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MEBR - Archive Rebate Arrangements
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_BOART = D Agreement type
Selection Text: P_TEST = Reload run in test mode
Selection Text: P_PROT = Create protocol
Selection Text: P_BOST_F = Only fully settled agreements
Selection Text: P_BOST_A = Only fully settled rebate
Selection Text: P_ABTY_K = Agreement - Purchasing Vendor
Selection Text: P_ABTY_F = Agreement - Purchasing Cust.
Selection Text: P_ABTY_C = Sales deal
Selection Text: S_VTWEGE = Distribution channel
Selection Text: S_VTWEG = D Distribution channel
Selection Text: S_VKORGE = Sales organization
Selection Text: S_VKORG = D Sales organization
Selection Text: S_SPARTE = Division
Selection Text: S_SPART = D Division
Selection Text: S_KNUMA = D Agreement
Selection Text: S_EKORG = D Purchasing organization
Selection Text: P_ABTY_B = Promotion
Selection Text: P_ABTY_A = Rebate agreement - Sales
Title: Agreement archiving: Reload program for Objekt SD_AGREEM
Text Symbol: 002 = Agreements in sales
Text Symbol: 003 = Rebate agreement - Sales
Text Symbol: 004 = @04@ Only final settlement status
Text Symbol: 005 = promotion incl. assigned sales promotions
Text Symbol: 006 = Sales promotions without promo assignment
Text Symbol: 007 = Agreements in purchasing
Text Symbol: 008 = Vendor agreement
Text Symbol: 035 = Error generating FORM with return code:
Text Symbol: 116 = Number of table entries in KODAT (condition table)
Text Symbol: 117 = Number of table entries in KONAIND (Index of sales promotions)
Text Symbol: 115 = Number of table entries in KONH (condition header):
Text Symbol: 114 = Number of table entries in EBOX (index settlement documents):
Text Symbol: 113 = Number of table entries in EKBO (index agreements in purchasing)
Text Symbol: 112 = Number of table entries in WAKHIND (index of trade promotions)
Text Symbol: 111 = Number of table entries in KONA (agreements)
Text Symbol: 109 = End log for reloading archived agreements
Text Symbol: 100 = Log for reloading archived agreements
Text Symbol: 099 = ********************************************************************************************
Text Symbol: 200 = Agreement
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = ARCH_HANDLE.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING ARCHIVE_HANDLE = ARCH_WHANDLE.
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING REPORT = 'RV130007' SELTEXT = 'X' * DYN_RANGE = NEWPAGE = ' ' TABLES SEL_TAB = SELECTION_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RV130007 - Agreement archiving: Reload program for Objekt SD_AGREEM RV130007 - Agreement archiving: Reload program for Objekt SD_AGREEM RV130006 - Agreement archiving: Deletion program for object SD_AGREEM RV130006 - Agreement archiving: Deletion program for object SD_AGREEM RV130005 - Agreement Archiving: Write program for object SD_AGREEM RV130005 - Agreement Archiving: Write program for object SD_AGREEM