/SAPSLL/OBJIDX SAP (SLL: R/3 BS: Index of Documents Not Transferred) Table details

Dictionary Type: Table
Description: SLL: R/3 BS: Index of Documents Not Transferred




ABAP Code to SELECT data from /SAPSLL/OBJIDX
Related tables to /SAPSLL/OBJIDX
Access table /SAPSLL/OBJIDX




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

/SAPSLL/OBJIDX is a standard SAP Table which is used to store SLL: R/3 BS: Index of Documents Not Transferred data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/OBJIDX table consists of various fields, each holding specific information or linking keys about SLL: R/3 BS: Index of Documents Not Transferred data available in SAP. These include MANDT (Client), APEVS (Application Level fr. Backend System for Global Trade Serv.), BARVS (Document Type from Backend System for Global Trade Services), REFNO (Reference Number of a Document from Backend System for SLL).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSLL/OBJIDX table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APEVSApplication Level fr. Backend System for Global Trade Serv. /SAPSLL/APEVS_R3CHAR4/SAPSLL/APEVS_R3
BARVSDocument Type from Backend System for Global Trade Services /SAPSLL/BARVS_R3CHAR5/SAPSLL/BAPVS_R3
REFNOReference Number of a Document from Backend System for SLL /SAPSLL/REFNO_R3CHAR40TEXT40
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
PROCESSCheckbox XFELDCHAR1XFELD
ERZETEntry time ERZETTIMS6UZEIT
TEXTInternal Error for Legal Services /SAPSLL/ERROR_TEXT_R3CHAR80TEXT80
LAUNRNatural Number INT4INT410INT4

Key field Non-key field



How do I retrieve data from SAP table /SAPSLL/OBJIDX using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPSLL/OBJIDX to SELECT all data from the table
DATA: WA_/SAPSLL/OBJIDX TYPE /SAPSLL/OBJIDX.

SELECT SINGLE *
FROM /SAPSLL/OBJIDX
INTO CORRESPONDING FIELDS OF WA_/SAPSLL/OBJIDX
WHERE...

How to access SAP table /SAPSLL/OBJIDX

Within an ECC or HANA version of SAP you can also view further information about /SAPSLL/OBJIDX 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!