GRPC_UI_SCOP_DOCU SAP (Structure for Scoping Documents for Org Unit) Structure details

Dictionary Type: Structure
Description: Structure for Scoping Documents for Org Unit




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




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

GRPC_UI_SCOP_DOCU 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 "Structure for Scoping Documents for Org Unit" 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_GRPC_UI_SCOP_DOCU TYPE GRPC_UI_SCOP_DOCU.

The GRPC_UI_SCOP_DOCU table consists of various fields, each holding specific information or linking keys about Structure for Scoping Documents for Org Unit data available in SAP. These include OBJECT_KEY (Object Key), TITLE (Document Name), TITLE_TECHNICAL (Document Name), CREATED_BY (Document Created By).. 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 GRPC_UI_SCOP_DOCU 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
TITLEDocument Name GRPC_DOCUMENT_TITLECHAR64GRPC_DOCUMENT_TITLE
TITLE_TECHNICALDocument Name GRPC_DOCUMENT_TITLECHAR64GRPC_DOCUMENT_TITLE
CREATED_BYDocument Created By GRPC_DOCUMENT_CREATED_BYCHAR50GRPC_UI_PERSON_TEXT_SHORT
CREATED_DATECreation Date of the Document GRPC_DOCUMENT_CREATED_DATEDATS8SYDATS
CREATED_TIMECreation Time of the Document GRPC_DOCUMENT_CREATED_TIMETIMS6SYTIME
MODIFIED_BYDocument Last Changed By GRPC_DOCUMENT_MODIFIED_BY_LISTCHAR50GRPC_UI_PERSON_TEXT_SHORT
MODIFIED_DATEDate When Document Was Last Changed GRPC_DOCUMENT_MODIFIED_DATEDATS8SYDATS
MODIFIED_TIMETime of Last Change GRPC_DOCUMENT_MODIFIED_TIMETIMS6SYTIME
DOWNLOAD_URLDocument URL for Download GRPC_DOCUMENT_URLCHAR4096SADC4096
DOWNLOAD_URL_TXTCallup GRPC_DOCUMENT_URL_TEXTSTRG0
DOC_CLASSDocument Class GRPC_DOCUMENT_CLASS_UI_TXTCHAR60DDTEXT
DOC_CATEGORYCategory GRPC_DOCUMENT_CATEGORY_UI_TXTCHAR60DDTEXT
DOC_ACCESSAccess GRPC_DOCUMENT_ACCESS_UI_TXTCHAR60DDTEXT
DOC_ORIGINOrigin GRPC_DOCUMENT_ORIGIN_UI_TXTCHAR60DDTEXT
DOC_OWNER_TEXTObject to which Document Belongs GRPC_DOCUMENT_OWNER_TEXT_UICHAR60CHAR60
CONTENT_MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
CONTENT_SIZESize GRPC_DOCUMENT_CONTENT_SIZE_UICHAR12CHAR12
CONTENT_SIZE_DETSize GRPC_DOCUMENT_CONTENT_SIZE_UICHAR12CHAR12
ORIGINAL_LANGUAGEOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
CONTENT_UPL_NAMERelative storage location of physical document SDOK_FILNMCHAR255SDOK_FILNM
VERSION_NRVersion GRPC_DOCUMENT_VERSION_TEXT_UICHAR3

Key field Non-key field



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

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

How to access SAP table GRPC_UI_SCOP_DOCU

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