SAP Reports / Programs

ROIKLRS SAP ABAP Report - Select LIDs for Release/Revise







ROIKLRS 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 ROIKLRS into the relevant SAP transactions such as SE38 or SE80


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 ROIKLRS. "Basic submit
SUBMIT ROIKLRS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKLRS 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: MMDITMNR = SAP MM Document Item for TAS
Selection Text: MMDOCNR = SAP MM Document Number for TAS
Selection Text: TASGRP1 = TAS Group 1
Selection Text: USRFLD1 = TAS userfield 1
Selection Text: USRFLD10 = TAS userfield 10
Selection Text: USRFLD11 = TAS userfield 11
Selection Text: USRFLD12 = TAS userfield 12
Selection Text: USRFLD13 = TAS userfield 13
Selection Text: USRFLD14 = TAS userfield 14
Selection Text: USRFLD15 = TAS userfield 15
Selection Text: USRFLD16 = TAS userfield 16
Selection Text: USRFLD17 = TAS userfield 17
Selection Text: USRFLD18 = TAS userfield 18
Selection Text: USRFLD19 = TAS userfield 19
Selection Text: USRFLD2 = TAS userfield 2
Selection Text: USRFLD20 = TAS userfield 20
Selection Text: USRFLD3 = TAS userfield 3
Selection Text: USRFLD4 = TAS userfield 4
Selection Text: USRFLD5 = TAS userfield 5
Selection Text: USRFLD6 = TAS userfield 6
Selection Text: USRFLD7 = TAS userfield 7
Selection Text: USRFLD8 = TAS userfield 8
Selection Text: USRFLD9 = TAS userfield 9
Selection Text: MATTXT3R = 3rd party material text
Selection Text: ADDITTAS = TAS additive number
Selection Text: CHAUTHOR = Changed by
Selection Text: CHDATE = Changed on
Selection Text: CONTRTYP = Control Structure Type
Selection Text: CREAAUTH = Created by
Selection Text: CREADATE = Created on
Selection Text: CUST3RDP = 3rd party customer info
Selection Text: LID3COD1 = 3rd party code
Selection Text: LID3RDPR = 3rd party delivery number
Selection Text: LIDBLKIN = Blocking Indicator
Selection Text: LIDDELIN = Delete Indicator
Selection Text: LIDDEPOT = LID used at depot
Selection Text: LIDDESC = Load ID Description
Selection Text: LIDNOR = LOAD ID





Selection Text: LIDNOW = LOAD ID
Selection Text: LIDTAS = Load ID (TAS)
Selection Text: LIDTYPE = LOAD ID Type
Selection Text: MATNR3RD = 3rd party material info
Selection Text: MATNRTAS = TAS material number
Title: Select LIDs for Release/Revise
Text Symbol: 003 = Warning - Too few selection data
Text Symbol: 002 = Or You select ALL data. Continue?
Text Symbol: 001 = Specify at least 1 sel.Criterium


INCLUDES used within this REPORT ROIKLRS

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 = 'N' TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 TITEL = TEXT-003 START_COLUMN = 25 START_ROW = 6 CANCEL_DISPLAY = '' 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 ROIKLRS or its description.