SAP Reports / Programs | Interface to Terminal Automation System | Industry Solution Oil | Interface to Terminal Automation System(IS-OIL-DS-TAS) SAP IS

ROIKLLD1 SAP ABAP Report - Loading-related data, already processed in SAP







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

O4PI - Show LID-Details


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 ROIKLLD1. "Basic submit
SUBMIT ROIKLLD1 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIKLLD1 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: VBTYP = SD-Document-Type
Selection Text: STRUCT = structured List
Selection Text: MAX_ENTR = Maximum no. of hits
Selection Text: LOADDATE = Load Date
Selection Text: LIDNO = LID-Number
Selection Text: LIDADDON = LID-Addon
Selection Text: DOCNO = SD-Document-Number
Title: Loading-related data, already processed in SAP
Text Symbol: 041 = Report for LID Analysis: LIDs CONNECTED TO SD
Text Symbol: 042 = The following Orders, Deliveries and Bulk-Shipments
Text Symbol: 043 = The following LIDs are contained in SD-Document
Text Symbol: 044 = are connected to LID
Text Symbol: 050 = LF
Text Symbol: 051 = S
Text Symbol: 052 = Idoc Function Name
Text Symbol: 053 = Idoc Function Result
Text Symbol: 054 = Func-Date
Text Symbol: 055 = Docnum
Text Symbol: 056 = IntN
Text Symbol: 057 = Fgroup
Text Symbol: 060 = Type
Text Symbol: 061 = Copy_Flag
Text Symbol: 062 = Doc Typ
Text Symbol: 111 = Lid-Addon
Text Symbol: 119 = IntN
Text Symbol: 120 = Order
Text Symbol: 121 = Deliv
Text Symbol: 122 = Shipm
Text Symbol: 130 = Function correct executed
Text Symbol: 131 = Function not yet executed
Text Symbol: 001 = LID-Data
Text Symbol: 002 = Load-Date
Text Symbol: 003 = created/changed by
Text Symbol: 004 = SD-Data
Text Symbol: 005 = Order
Text Symbol: 006 = Contr
Text Symbol: 007 = Deliv
Text Symbol: 008 = Shipm





Text Symbol: 009 = Idoc-Number
Text Symbol: 010 = LID-Number
Text Symbol: 011 = LID-Addon
Text Symbol: 012 = Load-Date
Text Symbol: 013 = LoadTime
Text Symbol: 014 = LIDTyp
Text Symbol: 015 = SD-DocNo
Text Symbol: 016 = C
Text Symbol: 017 = SDTyp
Text Symbol: 018 = SD-PosNo
Text Symbol: 019 = Idoc-Number
Text Symbol: 020 = Created by
Text Symbol: 021 = Changed by
Text Symbol: 022 = Created at
Text Symbol: 023 = Material Number
Text Symbol: 024 = Quantity
Text Symbol: 025 = UoM
Text Symbol: 026 = valid from
Text Symbol: 027 = valid to
Text Symbol: 030 = List of
Text Symbol: 031 = entries selected
Text Symbol: 040 = Report for LID Analysis: SDs Conneted TO LID


INCLUDES used within this REPORT ROIKLLD1

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:

EDI_DOCUMENT_TREE_DISPLAY * CALL FUNCTION 'EDI_DOCUMENT_TREE_DISPLAY' * EXPORTING * DOCNUM = IDOCVALUE * EXCEPTIONS * NO_IDOC_FOUND = 1 * OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * INPUT = TRVALUE * IMPORTING * OUTPUT = TRVALUE * EXCEPTIONS * OTHERS = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = LIDNR IMPORTING OUTPUT = LIDNR EXCEPTIONS OTHERS = 1.

EDI_DOCUMENT_TREE_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_TREE_DISPLAY' EXPORTING DOCNUM = GS_OIK01-DOCNUM EXCEPTIONS NO_IDOC_FOUND = 1 OTHERS = 2.



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