RFKKSTOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass reversal Mass reversal of the documents in the contract accounts receivable and payable...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 RFKKSTOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP08M - Mass Reversal
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: P_ALV = ALV Grid Display
Selection Text: P_RTCOUN = Count documents
Selection Text: P_RTSHOW = Display documents
Selection Text: P_RTSTOR = Reverse documents
Selection Text: P_XERWS = Enhanced Reversal Processing
Selection Text: SC_CPUDT = Date of Entry
Selection Text: SC_ERNAM = Name of Clerk
Selection Text: P_AUGRD = D .
Selection Text: P_BLART = D .
Selection Text: P_FIKEY = D .
Selection Text: P_STODT = D .
Selection Text: P_VOIDR = D .
Selection Text: SC_BLART = D .
Selection Text: SC_BLDAT = D .
Selection Text: SC_BUDAT = D .
Selection Text: SC_FIKEY = D .
Selection Text: SC_OPBEL = D .
Selection Text: SC_OPORD = D .
Selection Text: SC_XBLNR = D .
Title: Mass Reversal
Text Symbol: 045 = Statistics
Text Symbol: 042 = Number of Documents
Text Symbol: 041 = Document Group
Text Symbol: 040 = Text of Error Message
Text Symbol: 039 = Workflows for Confirmation
Text Symbol: 038 = Mass reversal: Reverse documents
Text Symbol: 001 = Selection of documents
Text Symbol: 002 = Desired activity
Text Symbol: 003 = Specifications for Reverse Posting
Text Symbol: 004 = Details for Check Voiding
Text Symbol: 005 = Mass Reversal
Text Symbol: 006 = Do you want to reverse selected documents?
Text Symbol: 007 = Message Long Text
Text Symbol: 008 = Output Control
Text Symbol: 011 = Document(s)
Text Symbol: 012 = Recon. key
Text Symbol: 013 = OK
Text Symbol: 014 = DT
INCLUDE RFKKSTORTOP.
INCLUDE RFKKSTORFRM.
No SAP DATABASE tables are accessed within this REPORT code!
FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING I_TABLE = 'DFKKKO' I_FIELD = 'OPORD' IMPORTING E_ACTIVE = XACTIVE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.