/IPRO/SDOCUMENT_SEARCH SAP (Document Search Parameters) Structure details

Dictionary Type: Structure
Description: Document Search Parameters




ABAP Code to SELECT data from /IPRO/SDOCUMENT_SEARCH
Related tables to /IPRO/SDOCUMENT_SEARCH
Access table /IPRO/SDOCUMENT_SEARCH




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

/IPRO/SDOCUMENT_SEARCH 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 "Document Search Parameters" 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_/IPRO/SDOCUMENT_SEARCH TYPE /IPRO/SDOCUMENT_SEARCH.

The /IPRO/SDOCUMENT_SEARCH table consists of various fields, each holding specific information or linking keys about Document Search Parameters data available in SAP. These include ID (Char 15), NAME (Text, 40 Characters Long), ACTIVE (Checkbox), CATEGORY (Category).. 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: Can Be Enhanced (Deep)


SAP /IPRO/SDOCUMENT_SEARCH 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
VERSIONNumc3, internal use NUMC3NUMC3NUMC3
IDChar 15 CHAR15CHAR15CHAR15
NAMEText, 40 Characters Long TEXT40CHAR40TEXT40
ACTIVECheckbox XFELDCHAR1XFELD
CATEGORYCategory /IPRO/CATEGORYCHAR10/IPRO/CATEGORY
DOC_TYPEVersion Number Component CHAR2CHAR2CHAR2
DESCRIPTIONDocument Description /IPRO/DOCUMENT_DESCRIPTIONCHAR125/IPRO/DOCUMENT_DESCRIPTION
PUR_ORGText field length 14 CHAR14CHAR14CHAR14
PUR_GRPText field length 14 CHAR14CHAR14CHAR14
STATUSSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
CONFIDENTIALCheckbox XFELDCHAR1XFELD
CREATED_ONVersion Number Component CHAR2CHAR2CHAR2
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CHANGED_ONVersion Number Component CHAR2CHAR2CHAR2
CHANGED_BYUser Name SYUNAMECHAR12SYCHAR12
CHECKED_OUT_ONVersion Number Component CHAR2CHAR2CHAR2
CHECKED_OUT_BYUser Name SYUNAMECHAR12SYCHAR12
CHECKED_OUT_EXTESingle-Character Indicator CHAR1CHAR1CHAR1
STATUS_OCSystem status J_ISTATCHAR5Assigned to domainJ_ISTAT
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
VENDOR_NOBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RESP_EMPLBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NOT_ITEM_RELVCheckbox XFELDCHAR1XFELD
NOT_OC_RELVCheckbox XFELDCHAR1XFELD
TEXT_SEARCHDocument Description /IPRO/DOCUMENT_DESCRIPTIONCHAR125/IPRO/DOCUMENT_DESCRIPTION
MAXRECNumc3, internal use NUMC3NUMC3NUMC3
INTENDED_USEIntended Use /IPRO/INTENDED_USESTRG0
PRODUCT 0
ITEM_DESCR 0
PRODUCT_CATEGORYCategory /IPRO/CATEGORYCHAR10/IPRO/CATEGORY

Key field Non-key field



How do I retrieve data from SAP structure /IPRO/SDOCUMENT_SEARCH using ABAP code?

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

How to access SAP table /IPRO/SDOCUMENT_SEARCH

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