SAP Reports / Programs

ROIKSSLV SAP ABAP Report - Document log







ROIKSSLV 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 ROIKSSLV 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

O4PZ - Display / Delete log table entries


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 ROIKSSLV. "Basic submit
SUBMIT ROIKSSLV AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKSSLV 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: SO_SESS = Session number
Selection Text: SO_LUSER = Lock user
Selection Text: SO_LTIME = Lock time
Selection Text: SO_LMODE = Lock mode
Selection Text: SO_LDATE = Lock date
Selection Text: SO_DTYP = Document type
Selection Text: SO_DNR = Document number
Title: Document log
Text Symbol: 015 = Error
Text Symbol: 014 = Success
Text Symbol: 013 = Status
Text Symbol: 012 = marked record(s) in the document lock?
Text Symbol: 011 = Do you really want to delete the
Text Symbol: 010 = Warning, manipulation of document lock!
Text Symbol: 009 = lockmode
Text Symbol: 008 = locktime
Text Symbol: 007 = session
Text Symbol: 006 = lockdate
Text Symbol: 005 = lockuser
Text Symbol: 004 = doc.no.
Text Symbol: 003 = doc.type
Text Symbol: 002 = List of entries from document lock at


INCLUDES used within this REPORT ROIKSSLV

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = C_NO * TITEL = TEXT-010 * TEXTLINE1 = TEXT-011 * TEXTLINE2 = TEXT-012 * CANCEL_DISPLAY = SPACE * IMPORTING * ANSWER = ANSWER * EXCEPTIONS * OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = &1 INFO = &2 IMPORTING RESULT = &3 EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * INPUT = H_NR * IMPORTING * OUTPUT = D_WA_OIKSSL-DOCNR * EXCEPTIONS * OTHERS = 1.

CONVERT_DATE_TO_INTERNAL * CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' * EXPORTING * DATE_EXTERNAL = H_DATE * IMPORTING * DATE_INTERNAL = D_WA_OIKSSL-LOG_DATE * EXCEPTIONS * DATE_EXTERNAL_IS_INVALID = 1 * OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = C_NO TITEL = TEXT-010 TEXTLINE1 = TEXT-011 TEXTLINE2 = TEXT-012 CANCEL_DISPLAY = SPACE IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.



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