RVKRED01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RVKRED01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VKM4 - SD Documents
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_VARI = Display variant
Title: SD Documents
Text Symbol: 102 = changed data first?
Text Symbol: 110 = CreditAcctArea
Text Symbol: 113 = Back
Text Symbol: 120 = Basic list
Text Symbol: 130 = Credit rep.group
Text Symbol: 140 = Credit release list
Text Symbol: 150 = Standard
Text Symbol: 160 = ColorLegend
Text Symbol: 200 = Credit release
Text Symbol: C01 = Reject
Text Symbol: C02 = Release
Text Symbol: C03 = Check/Reassign/Transfer for Authorization
Text Symbol: C04 = Forward
Text Symbol: PR0 = has been released
Text Symbol: PR1 = was checked
Text Symbol: PR2 = was rejected
Text Symbol: PR3 = was forwarded
Text Symbol: PR4 = has been deleted
Text Symbol: PR5 = Rejection was withdrawn
Text Symbol: PR6 = was transferred to authorizaton (payment cards)
Text Symbol: PT1 = Back
Text Symbol: PT4 = Cancel
Text Symbol: S02 = Execute
Text Symbol: TPR = Document Output
Text Symbol: TSD = T --> in thousands
Text Symbol: 101 = Do you want to save your
Text Symbol: 001 = Totals:
Text Symbol: 002 = Choose:
Text Symbol: 003 = Sort:
Text Symbol: 004 = Number
Text Symbol: 010 = Basic list
Text Symbol: 011 = Sum up
Text Symbol: 012 = Find
Text Symbol: 013 = Sort
Text Symbol: 014 = Standard list
Text Symbol: 015 = << String search >>
INCLUDE RVKREDTO.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = k_save CHANGING cs_variant = kr_variant EXCEPTIONS not_found = 2.
SD_CREDIT_OPEN_VALUES_SAVE CALL FUNCTION 'SD_CREDIT_OPEN_VALUES_SAVE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.