SAP Reports / Programs

RFKKSTOR SAP ABAP Report - Mass Reversal







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


Transaction Code(s):

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

FP08M - Mass Reversal


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


Text pool values


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





Text Symbol: 015 = Post. Date
Text Symbol: 016 = Doc. date
Text Symbol: 017 = Reverse document(s)
Text Symbol: 021 = Doc.
Text Symbol: 022 = Error Message
Text Symbol: 023 = CR(Check Reason)
Text Symbol: 031 = Documents selected
Text Symbol: 032 = Reversed Documents
Text Symbol: 033 = Documents With Errors
Text Symbol: 034 = Documents selected
Text Symbol: 035 = Reversed Documents
Text Symbol: 036 = Docs with errors
Text Symbol: 037 = Mass reversal: Display documents


INCLUDES used within this REPORT RFKKSTOR

INCLUDE RFKKSTORTOP.
INCLUDE RFKKSTORFRM.


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:

FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING I_TABLE = 'DFKKKO' I_FIELD = 'OPORD' IMPORTING E_ACTIVE = XACTIVE.



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