SOXPL is an SAP Structure so does not store data like a database table does but can be used 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_SOXPL TYPE SOXPL .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
TRANSF_BIN | SO_TRANBIN | CHAR | 1 | Flag for indicating an obj. to be transported in binary form | ||
HEAD_START | SO_HD_STRT | NUMC | 15 | Start line of object header in transport packet | ||
HEAD_NUM | SO_HD_NUM | NUMC | 15 | Number of lines of an object header in object packet | ||
BODY_START | SO_BD_STRT | NUMC | 15 | Start line of object contents in an object packet | ||
BODY_NUM | SO_BD_NUM | NUMC | 15 | Number of lines of the object contents in an object packet | ||
OBJTP | SO_OBJ_TP | CHAR | 3 |
* | Code for document class | |
OBJYR | SO_OBJ_YR | CHAR | 2 | Object: Year from ID | ||
OBJNO | SO_OBJ_NO | CHAR | 12 |
* | Object: Number from ID | |
OBJNAM | SO_OBJ_NAM | CHAR | 12 | Name of document, folder or distribution list | ||
OBJDES | SO_OBJ_DES | CHAR | 50 | Short description of contents | ||
OBJLA | SO_OBJ_LA | LANG | 1 |
* | Language in Which Document Is Created | ISOLA |
OBJLEN | SO_OBJ_LEN | CHAR | 12 | Size of Document Content | ||
FILE_EXT | SO_FILEEXT | CHAR | 3 | File extension for PC application | ||
EXTCT | SO_EXTCT | CHAR | 1 | Object contents are stored externally | ||
CREATOR | SO_CREATOR | CHAR | 4 | Creator for MacIntosh-based files |
Key field | |
Non-key field |
SOXPL - SAPoffice: Description of imported object components SOXPC - SAPoffice: Paths to PC applications SOXPB - SAPoffice: Structure of a name for external attributes SOXPA - SAPoffice: SOC3-ID of the PC paths provided SOXP - SAPoffice: Table for data transfer during express handling SOXOT - SAPoffice: structure for table of object types