/OTTM/BL_S_UI_PROPOSAL_ALV SAP (Proposals (UI)) Structure details

Dictionary Type: Structure
Description: Proposals (UI)




ABAP Code to SELECT data from /OTTM/BL_S_UI_PROPOSAL_ALV
Related tables to /OTTM/BL_S_UI_PROPOSAL_ALV
Access table /OTTM/BL_S_UI_PROPOSAL_ALV




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

/OTTM/BL_S_UI_PROPOSAL_ALV 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 "Proposals (UI)" 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_/OTTM/BL_S_UI_PROPOSAL_ALV TYPE /OTTM/BL_S_UI_PROPOSAL_ALV.

The /OTTM/BL_S_UI_PROPOSAL_ALV table consists of various fields, each holding specific information or linking keys about Proposals (UI) data available in SAP. These include ARC_DOC_ID (Document ID (from Archivelink)), PERNR (Employee number), ASSIGNED (Assigned indicator), AR_OBJECT (Description from Archivelink Document Type).. 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 /OTTM/BL_S_UI_PROPOSAL_ALV 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
ARCHIVE_IDContent Repository Identification /OTTM/BL_E_ARCHIVEIDCHAR2Assigned to domainSADC2_AR
ARC_DOC_IDDocument ID (from Archivelink) /OTTM/BL_E_ARCDOCIDCHAR40SADC40
PERNREmployee number /OTTM/BL_E_PERNRNUMC8PERNR
ASSIGNEDAssigned indicator /OTTM/BL_E_ASSIGNEDCHAR1
AR_OBJECTDescription from Archivelink Document Type /OTTM/BL_E_AROBJECTCHAR10Assigned to domainSADC10_DV
AR_OBJECT_TXTArchivelink document type description /OTTM/BL_E_AROBJECTTXTCHAR40SADC40
DOC_TYPEDocument class (file ext. from archivelink pdf, fax, etc.) /OTTM/BL_E_DOCCLASSCHAR20Assigned to domainSADC20_DD
DOC_TYPE_TXTDocument class (file ext. from archivelink pdf, fax, etc.) /OTTM/BL_E_DOCCLASSTXTCHAR40SADC40
FILENAMEFilename /OTTM/BL_E_FILENAMECHAR128LOCALFILE
IC_TYPEInput channel type /OTTM/BL_E_ICTNUMC2Assigned to domain/OTTM/BL_D_ICT
IC_TYPE_TXTInput Channel Type /OTTM/BL_E_ICTTXTCHAR32/OTTM/BL_D_ICTTXT
IC_TIMESTAMPTimestamp for input channel /OTTM/BL_E_TICNUMC14TSTPS/OTTM/BL_D_TST
ARC_TIMESTAMPTimestamp of ArchiveLink /OTTM/BL_E_TARNUMC14TSTPS/OTTM/BL_D_TST
OCR_TIMESTAMPTimestamp of OCR /OTTM/BL_E_TOCNUMC14TSTPS/OTTM/BL_D_TST
HL_FNAMEHyperlink handler with sy-tabix (used in SAP UI - ALV) /OTTM/BL_E_HLFNAMENUMC4
DOC_URL 0
VISIBLEVisibility of table entries in WDA tables /OTTM/BL_E_WDVNUMC2/OTTM/BL_D_WDV
ICONText Field CHAR_40CHAR40CHAR40
SELDocument selected in table view or thumbnail /OTTM/BL_E_SELCHAR1
ASSIGNED_OTHERE-Receipt is already assigned to other trip /OTTM/BL_E_ASSIGN_OTHERCHAR1
OTHER_TRIPSList of other trips assigned (string) /OTTM/BL_E_OTHER_TRIPSSTRG0
ANY_ASSIGNMENTFor internal use only - ALV filtering /OTTM/BL_E_ANY_ASSIGNMENTCHAR1
BELNR_LISTList of expense receipts linked to this e-receipt in trip /OTTM/BL_E_BELNR_LISTSTRG0
HAS_METADATAIndicator for having metadata ( 'X' = has metadata) /OTTM/BL_E_HAS_METADATACHAR1/OTTM/BL_D_BOOLEAN
IS_PROPOSALIndicator for receipt proposal ( 'X' = proposal available) /OTTM/BL_E_IS_PROPOSALCHAR1/OTTM/BL_D_BOOLEAN
ICON_PROPOSALIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICON_CREDIT_CARDIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
HAS_SAP_RECEIPTIndicator for having metadata ( 'X' = has metadata) /OTTM/BL_E_HAS_METADATACHAR1/OTTM/BL_D_BOOLEAN
ICON_SAP_RECEIPT_AVAILABLEIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON

Key field Non-key field



How do I retrieve data from SAP structure /OTTM/BL_S_UI_PROPOSAL_ALV using ABAP code?

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

How to access SAP table /OTTM/BL_S_UI_PROPOSAL_ALV

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