/SAPSLL/CORULOBJ SAP (SLL: Overview of Upload Objects) Table details

Dictionary Type: Table
Description: SLL: Overview of Upload Objects




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




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

/SAPSLL/CORULOBJ is a standard SAP Table which is used to store SLL: Overview of Upload Objects data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSLL/CORULOBJ table consists of various fields, each holding specific information or linking keys about SLL: Overview of Upload Objects data available in SAP. These include MANDT (Client), GUID_CORULOBJ (Primary Key as GUID in 'RAW' Format), ULTYP (Upload Category), OBJKY (Object Key).. 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/CORULOBJ 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
GUID_CORULOBJPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
ULTYPUpload Category /SAPSLL/ULTYPCHAR2/SAPSLL/ULTYP
OBJKYObject Key /SAPSLL/OBJKYCHAR40ALPHA/SAPSLL/OBJEX
ULDATUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
LGHDLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
MSGTYMessage Type MSGTYCHAR1MSGAR
PROVIDERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
UPLRUNID for Upload Run /SAPSLL/UPLRUNCHAR20/SAPSLL/UPLRUN/SAPSLL/UPLRUN
UPLUSERUser Name SYUNAMECHAR12SYCHAR12
FILENAMEText of length 255 /SAPSLL/TEXT_255CHAR255/SAPSLL/TEXT_255
KPRO_GUIDPrimary Key as GUID in 'RAW' Format /SAPSLL/GUID_16RAW16SYSUUID
FILELENGTHNatural Number INT4INT410INT4
MISCText of length 255 /SAPSLL/TEXT_255CHAR255/SAPSLL/TEXT_255

Key field Non-key field



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

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

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

How to access SAP table /SAPSLL/CORULOBJ

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