FKKRLSCLOSE 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 FKKRLSCLOSE into the relevant SAP transactions such as SE38 or SE80
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.
Close returns lot
Selection Text: XZEIGEN = Display edited lots
Selection Text: XREWORK = Set postprocessing status
Selection Text: KEYR1 = Lot ID
Title: Close a Returns Lot and Its FI Keys
Text Symbol: 021 = at
Text Symbol: 020 = on
Text Symbol: 019 = Changed by:
Text Symbol: 018 = FI key
Text Symbol: 017 = Doc. date
Text Symbol: 016 = Posting Date
Text Symbol: 015 = Lot:
Text Symbol: 014 = ValDte
Text Symbol: 013 = Curr.
Text Symbol: 012 = Amount
Text Symbol: 011 = Doc. no.
Text Symbol: 010 = Item
Text Symbol: 008 = Change was successful
Text Symbol: 007 = Selection one option only
Text Symbol: 005 = Changes made successfully
Text Symbol: 004 = Error during save
Text Symbol: 003 = No more documents in returns lot.
Text Symbol: 002 = Returns lot already closed.
Text Symbol: 001 = Returns lot not found.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_FIKEY_CLOSE CALL FUNCTION 'FKK_FIKEY_CLOSE' EXPORTING I_FIKEY = RLSHDR-FIKEY I_DELETE_IF_UNUSED = ' ' EXCEPTIONS FIKEY_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.