REOR_HITLIST_L SAP (Hit List) Structure details

Dictionary Type: Structure
Description: Hit List




ABAP Code to SELECT data from REOR_HITLIST_L
Related tables to REOR_HITLIST_L
Access table REOR_HITLIST_L




Structure field list including key, data, relationships and ABAP select examples

REOR_HITLIST_L is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Hit List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_REOR_HITLIST_L TYPE REOR_HITLIST_L.

The REOR_HITLIST_L table consists of various fields, each holding specific information or linking keys about Hit List data available in SAP. These include STATUS (Search Status), OBJSTATUS (Search Status), RRID (RE Search Request Number), RRCNBEG (Requested Contract Start Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP REOR_HITLIST_L structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
STATUSSearch Status REORICONSTATUSCHAR137RECAICON
OBJSTATUSSearch Status REOROBJSTATUSCHAR4TIVOROBJSTATUSREOROBJSTATUS
RRIDRE Search Request Number REORRRIDCHAR20ALPHAREORRRIDREORRENTREQNOREORRR
RRCNBEGRequested Contract Start Date REORRRCNBEGDATS8REORRRCNBEG
RRCNENDRequested Contract End Date REORRRCNENDDATS8REDATRECADATEEND
OBJNROOObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OOIDOffered Object Number REOROOIDCHAR20ALPHAREOROOIDREOROOIDREOROO
OBJNRREFObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
IDENTComplete Object Identification, for Example BE 1000/123 RECAIDENTCHAR50CHAR50
XRORental Object Name REBDXROCHAR60RECAXLDESCRIPTION
OOBEGAvailable From REOROOBEGDATS8RECADATEBEG
OOENDAvailable To REOROOENDDATS8REDATRECADATEEND
MSVALUEFROM01Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUE01Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSVALUETO01Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSUNIT01Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MSVALUEFROM02Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUE02Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSVALUETO02Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSUNIT02Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MSVALUEFROM03Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUE03Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSVALUETO03Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSUNIT03Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MSVALUEFROM04Minimum Measurement REORMSVALUEFROMQUAN17(4) REBDMEASVALUE
MSVALUE04Measurement Amount REORMSVALUEQUAN17(4) REBDMEASVALUE
MSVALUETO04Maximum Measurement REORMSVALUETOQUAN17(4) REBDMEASVALUE
MSUNIT04Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
CDVALUE01Condition Amount REORCDVALUECURR15(2) RECACURR
CDVALUETO01Maximum Condition Amount REORCDVALUETOCURR15(2) RECACURR
CDCURR01Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
CDVALUE02Condition Amount REORCDVALUECURR15(2) RECACURR
CDVALUETO02Maximum Condition Amount REORCDVALUETOCURR15(2) RECACURR
CDCURR02Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
CDVALUE03Condition Amount REORCDVALUECURR15(2) RECACURR
CDVALUETO03Maximum Condition Amount REORCDVALUETOCURR15(2) RECACURR
CDCURR03Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
CDVALUE04Condition Amount REORCDVALUECURR15(2) RECACURR
CDVALUETO04Maximum Condition Amount REORCDVALUETOCURR15(2) RECACURR
CDCURR04Currency of condition item RECDCONDCURRCUKY5Assigned to domainWAERS
CHARACTMATCHMatch of Fixtures and Fittings REORCHARACTMATCHDEC16(2) REORCHARACTMATCH
XMEDITINDICATORProcessing Indicator Text REORXEDITINDICATORCHAR60RECAXLDESCRIPTION
XMEDITSTATUSProcessing Status Text REORXEDITSTATUSCHAR60RECAXLDESCRIPTION
XMPRESELECTIONPreselection Indicator Text REORXPRESELECTIONCHAR60RECAXLDESCRIPTION
XMINFLOWFROMSource of Prospect REORXINFLOWFROMCHAR60RECAXLDESCRIPTION
XMINFLOWREASONReason for Search REORXINFLOWREASONCHAR60RECAXLDESCRIPTION
XMINFLOWWAYSource of Inquiry - Text REORXINFLOWWAYCHAR60RECAXLDESCRIPTION
XADDRESSCompact Display of Address REBPXADDRESSCHAR80REBPXADDRESS
OOBEGICONAvailability of Offered Object REOROOBEGICONCHAR137RECAICON
COLORTAB 0

Key field Non-key field



How do I retrieve data from SAP structure REOR_HITLIST_L using ABAP code?

As REOR_HITLIST_L is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on REOR_HITLIST_L as there is no data to select.

How to access SAP table REOR_HITLIST_L

Within an ECC or HANA version of SAP you can also view further information about REOR_HITLIST_L and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!