/OPT/BL_APPCOA SAP (Approval COA) Table details

Dictionary Type: Table
Description: Approval COA




ABAP Code to SELECT data from /OPT/BL_APPCOA
Related tables to /OPT/BL_APPCOA
Access table /OPT/BL_APPCOA




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

/OPT/BL_APPCOA is a standard SAP Table which is used to store Approval COA data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/BL_APPCOA table consists of various fields, each holding specific information or linking keys about Approval COA data available in SAP. These include OPT_USERID (Open Text User Mapping Object ID), COUNTER (Counter), APPROVAL_LIMIT (Amount in document currency), CURRENCY (Currency Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /OPT/BL_APPCOA 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 MANDTCLNT3Assigned to domainMANDT
OPT_USERIDOpen Text User Mapping Object ID /ORS/UMOIDCHAR35Assigned to domain/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
COUNTERCounter /OPT/COUNTERNUMC5NUMC5
APPROVAL_LIMITAmount in document currency WRBTRCURR13(2) WERT7
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
MANAGER_IDOpen Text User Mapping Object ID /ORS/UMOIDCHAR35Assigned to domain/ORS/UMOID/ORS/UMOID/ORS/000007_OPT_ID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
INTERNAL_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
GL_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ACTIVITY_TYPEActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
NETWORK_NONetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROJECT_NOWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
REAL_ESTATE_CONReal Estate Contract Number RECNNRCHAR13ALPHARECNNRRECNNR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ASSIGNMENTAssignment Number DZUONRCHAR18ZUONR
EARMARKED_FUNDDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
COST_OBJECTCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
FUND_CENTERFunds Center FISTLCHAR16Assigned to domainFISTLFIS
BUSINESS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB

Key field Non-key field



How do I retrieve data from SAP table /OPT/BL_APPCOA using ABAP code

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

SELECT SINGLE *
FROM /OPT/BL_APPCOA
INTO CORRESPONDING FIELDS OF WA_/OPT/BL_APPCOA
WHERE...

How to access SAP table /OPT/BL_APPCOA

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