FOPT_BSP_UI_ATTC_DC SAP (MIC: Document Integration) Structure details

Dictionary Type: Structure
Description: MIC: Document Integration




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




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

FOPT_BSP_UI_ATTC_DC 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 "MIC: Document Integration" 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_FOPT_BSP_UI_ATTC_DC TYPE FOPT_BSP_UI_ATTC_DC.

The FOPT_BSP_UI_ATTC_DC table consists of various fields, each holding specific information or linking keys about MIC: Document Integration 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: Cannot Be Enhanced


SAP FOPT_BSP_UI_ATTC_DC 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 FOPC_DOCUMENT_TITLECHAR64FOPC_DOCUMENT_TITLE
TITLE_TECHNICALDocument Name FOPC_DOCUMENT_TITLECHAR64FOPC_DOCUMENT_TITLE
CREATED_BYDocument Created By FOPC_DOCUMENT_CREATED_BYCHAR50FOPC_UI_PERSON_TEXT_SHORT
CREATED_DATECreation Date of the Document FOPC_DOCUMENT_CREATED_DATEDATS8SYDATS
CREATED_TIMECreation Time of the Document FOPC_DOCUMENT_CREATED_TIMETIMS6SYTIME
MODIFIED_BYDocument Last Changed By FOPC_DOCUMENT_MODIFIED_BY_LISTCHAR50FOPC_UI_PERSON_TEXT_SHORT
MODIFIED_DATEDate When Document Was Last Changed FOPC_DOCUMENT_MODIFIED_DATEDATS8SYDATS
MODIFIED_TIMETime of Last Change FOPC_DOCUMENT_MODIFIED_TIMETIMS6SYTIME
DOWNLOAD_URLDocument URL for Download FOPC_DOCUMENT_URLCHAR4096SADC4096
DOWNLOAD_URL_TXTCallup FOPC_DOCUMENT_URL_TEXTSTRG0
DOC_CLASSDocument Class FOPC_DOCUMENT_CLASS_UI_TXTCHAR60DDTEXT
DOC_CATEGORYCategory FOPC_DOCUMENT_CATEGORY_UI_TXTCHAR60DDTEXT
DOC_ACCESSAccess FOPC_DOCUMENT_ACCESS_UI_TXTCHAR60DDTEXT
DOC_ORIGINOrigin FOPC_DOCUMENT_ORIGIN_UI_TXTCHAR60DDTEXT
DOC_OWNER_TEXTObject to which Document Belongs FOPC_DOCUMENT_OWNER_TEXT_UICHAR60CHAR60
CONTENT_MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
CONTENT_SIZESize FOPC_DOCUMENT_CONTENT_SIZE_UICHAR12CHAR12
CONTENT_SIZE_DETSize FOPC_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 FOPC_DOCUMENT_VERSION_TEXT_UICHAR3

Key field Non-key field



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

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

How to access SAP table FOPT_BSP_UI_ATTC_DC

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