/SDF/OSCOLLINFO SAP (Information related to SAPOSCOL and more) Structure details

Dictionary Type: Structure
Description: Information related to SAPOSCOL and more




ABAP Code to SELECT data from /SDF/OSCOLLINFO
Related tables to /SDF/OSCOLLINFO
Access table /SDF/OSCOLLINFO




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

/SDF/OSCOLLINFO 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 "Information related to SAPOSCOL and more" 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_/SDF/OSCOLLINFO TYPE /SDF/OSCOLLINFO.

The /SDF/OSCOLLINFO table consists of various fields, each holding specific information or linking keys about Information related to SAPOSCOL and more data available in SAP. These include ROLE (Role of the ABAP instance), RFCHOST (RFCHOST value from RFC call), RFCHOST2 (RFCHOST2 value from RFC call), OPSYSTEM (Operating System).. 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 /SDF/OSCOLLINFO 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
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
ROLE Role of the ABAP instance0
RFCHOST RFCHOST value from RFC call0
RFCHOST2 RFCHOST2 value from RFC call0
OPSYSTEM Operating System0
CINTERVAL Collection Interavall of SAPOSCOL0
OPVERSION Operating System Version0
PHYS_MEMData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
NBR_CPUData for tables to call 'SAPOSCOL' INT4_DATAINT410SYST_LONG
30DAYtext ALERTCHAR1CHAR1
DB_SERVERDB Server (Yes/No) ? DB_SERVERCHAR1CHAR1
ERROR Error details for RFC destination0
XMLERROR Error details for XML file request0
SM51HOST Value for host in SM510
SAPLOCALHOST Value of parameter SAPLOCALHOST0
SAPDBHOST Value of parameter SAPDBHOST0
SYSINFODBHOST Value of DBHOST from SYSTEM_INFO0
RFCDBHOST Value of RFCDBHOST from RFC_SYSTEM_INFO0
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LOCALITYCharacter Field Length = 10 CHAR10CHAR10CHAR10
LOCALINSTANCEtext ALERTCHAR1CHAR1
SAP_SYSTEM_ID3-Byte field CHAR3CHAR3CHAR3
AGENT_VERSIONCharacter Field Length = 10 CHAR10CHAR10CHAR10
FILE_HWCharacter 512 CHAR512CHAR512CHAR_512
FILE_XMLCharacter 512 CHAR512CHAR512CHAR_512
FILE_HW_OWNERCharacter field, length 32 CHAR32CHAR32CHAR32
FILE_HW_GROUPCharacter field, length 32 CHAR32CHAR32CHAR32
FILE_HW_LSTCHANGEDField of type DATS DATSDATS8DATS
FILE_HW_LSTCHANGETField of type TIMS TIMSTIMS6TIME
FILE_XML_OWNERCharacter field, length 32 CHAR32CHAR32CHAR32
FILE_XML_GROUPCharacter field, length 32 CHAR32CHAR32CHAR32
FILE_XML_LSTCHANGEDField of type DATS DATSDATS8DATS
FILE_XML_LSTCHANGETField of type TIMS TIMSTIMS6TIME

Key field Non-key field



How do I retrieve data from SAP structure /SDF/OSCOLLINFO using ABAP code?

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

How to access SAP table /SDF/OSCOLLINFO

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