SOPCKLSTI1 SAP (SAPoffice: Description of Imported Object Components) Structure details

Dictionary Type: Structure
Description: SAPoffice: Description of Imported Object Components




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




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

SOPCKLSTI1 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 "SAPoffice: Description of Imported Object Components" 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_SOPCKLSTI1 TYPE SOPCKLSTI1.

The SOPCKLSTI1 table consists of various fields, each holding specific information or linking keys about SAPoffice: Description of Imported Object Components data available in SAP. These include HEAD_START (Start line of object header in transport packet), HEAD_NUM (Number of lines of an object header in object packet), BODY_START (Start line of object contents in an object packet), BODY_NUM (Number of lines of the object contents in an object packet).. 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: Not classified


SAP SOPCKLSTI1 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
TRANSF_BINFlag for indicating an obj. to be transported in binary form SO_TRANBINCHAR1SO_FLAG
HEAD_STARTStart line of object header in transport packet SO_HD_STRTNUMC15SO_PCKLINE
HEAD_NUMNumber of lines of an object header in object packet SO_HD_NUMNUMC15SO_PCKLINE
BODY_STARTStart line of object contents in an object packet SO_BD_STRTNUMC15SO_PCKLINE
BODY_NUMNumber of lines of the object contents in an object packet SO_BD_NUMNUMC15SO_PCKLINE
DOC_TYPECode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
OBJ_NAMEName of document, folder or distribution list SO_OBJ_NAMCHAR12SO_OBJ_NAM
OBJ_DESCRShort description of contents SO_OBJ_DESCHAR50SO_OBJ_DES
OBJ_LANGULanguage in Which Document Is Created SO_OBJ_LALANG1Assigned to domainISOLASPRAS
DOC_SIZESize of SAPoffice Document (for API1) SO_DOC_SIZCHAR12SO_DOC_SIZ
MESS_TYPEType of message SO_MESS_TPCHAR4CHAR4

Key field Non-key field



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

As SOPCKLSTI1 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 SOPCKLSTI1 as there is no data to select.

How to access SAP table SOPCKLSTI1

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