DSYS_DOCU_SEARCH SAP (Attributes for HR Documentation Search) Table details

Dictionary Type: Table
Description: Attributes for HR Documentation Search




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




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

DSYS_DOCU_SEARCH is a standard SAP Table which is used to store Attributes for HR Documentation Search data and is available within R/3 SAP systems depending on the version and release level.

The DSYS_DOCU_SEARCH table consists of various fields, each holding specific information or linking keys about Attributes for HR Documentation Search data available in SAP. These include LOID (Logical document), LOCLASS (Class of logical document), LOTYPE (HR documentation: Documentation class), LMOLGA (Country Grouping).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DSYS_DOCU_SEARCH 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 MANDTCLNT3T000MANDT
LOIDLogical document SDOK_LOIDCHAR32SDOK_DOCID
LOCLASSClass of logical document SDOK_LOCLCHAR10Assigned to domainSDOK_CLASS
LOTYPEHR documentation: Documentation class HRDSYS_OTYPECHAR5DSYS_OTYPECHAR5
LMOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
LONAMEHR Documentation: Object Name HRDSYS_ONAMECHAR20CHAR20
LSYSTEMOriginal System of Object SRCSYSTEMCHAR10SYSNAME
LLANGUMaster language documentation HRDSYS_LOIO_SPRSLLANG1T002ISOLASPRASSPRH_T002
LODESCDescription of Logical Information Object HRDSLODESCCHAR70TEXT70
LCR_USERLogical information object created by HRDSYS_LOIO_CRUSRCHAR12USERNAME
LCR_TIMETime of creation (UTC) of logical information object HRDSYS_LOIO_CRTSTNUMC14SYTSTP
LCH_USERLogical information object last changed by HRDSYS_LOIO_CHUSRCHAR12USERNAME
LCH_TIMETime of change (UTC) logical information object HRDSYS_LOIO_CHTSTNUMC14SYTSTP
PHIDPhysical document SDOK_PHIDCHAR32SDOK_DOCID
PHCLASSPhysical document class SDOK_PHCLCHAR10Assigned to domainSDOK_CLASS
PLANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
PCR_USERCreated by SDOK_CRUSRCHAR12USERNAME
PCR_TIMECreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
PCH_USERLast changed by SDOK_CHUSRCHAR12USERNAME
PCH_TIMETime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP

Key field Non-key field



How do I retrieve data from SAP table DSYS_DOCU_SEARCH using ABAP code

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

SELECT SINGLE *
FROM DSYS_DOCU_SEARCH
INTO CORRESPONDING FIELDS OF WA_DSYS_DOCU_SEARCH
WHERE...

How to access SAP table DSYS_DOCU_SEARCH

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