IDCL_ADOBE_TABLE_P SAP (Structure for ADOBE FORM-Chile Purchase Ledger) Structure details

Dictionary Type: Structure
Description: Structure for ADOBE FORM-Chile Purchase Ledger




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




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

IDCL_ADOBE_TABLE_P 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 ADOBE FORM-Chile Purchase Ledger" 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_IDCL_ADOBE_TABLE_P TYPE IDCL_ADOBE_TABLE_P.

The IDCL_ADOBE_TABLE_P table consists of various fields, each holding specific information or linking keys about Structure for ADOBE FORM-Chile Purchase Ledger data available in SAP. These include BLART (Document Type), BELNR (Accounting Document Number), BUDAT (Posting Date in the Document), BLDAT (Document Date in Document).. 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 (character-type or numeric)


SAP IDCL_ADOBE_TABLE_P 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
XBLNRReference Document Number XBLNRCHAR16XBLNR
BA_OFFText TEXT2CHAR2UDCHA2
MONATFiscal Period MONATNUMC2MONAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BKTXTDocument Header Text BKTXTCHAR25TEXT25
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
SGTXTItem Text SGTXTCHAR50TEXT50
STCD1Tax Number 1 STCD1CHAR16STCD1
NAME1Name NAME1CHAR30TEXT30
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
TAXBASHTax Base Amount in Local Currency HWBASCURR13(2) WERT7
TAXBASDTax Base Amount in Document Currency FWBASCURR13(2) WERT7
BASADH1Tax Base Amount in Local Currency HWBASCURR13(2) WERT7
BASADD1Tax Base Amount in Document Currency FWBASCURR13(2) WERT7
BASADH2Tax Base Amount in Local Currency HWBASCURR13(2) WERT7
BASADD2Tax Base Amount in Document Currency FWBASCURR13(2) WERT7
BASADH3Tax Base Amount in Local Currency HWBASCURR13(2) WERT7
BASADD3Tax Base Amount in Document Currency FWBASCURR13(2) WERT7
TAXAMHTax Amount in Local Currency HWSTECURR13(2) WERT7
TAXAMDTax Amount in Document Currency FWSTECURR13(2) WERT7
TAXADH1Tax Amount in Local Currency HWSTECURR13(2) WERT7
TAXADD1Tax Amount in Document Currency FWSTECURR13(2) WERT7
TAXADH2Tax Amount in Local Currency HWSTECURR13(2) WERT7
TAXADD2Tax Amount in Document Currency FWSTECURR13(2) WERT7
TAXADH3Tax Amount in Local Currency HWSTECURR13(2) WERT7
TAXADD3Tax Amount in Document Currency FWSTECURR13(2) WERT7
TAXEXEHTax Amount in Local Currency HWSTECURR13(2) WERT7
TAXEXEDTax Amount in Document Currency FWSTECURR13(2) WERT7
TAXEPHTax Base Amount in Local Currency HWBASCURR13(2) WERT7
TAXEPDTax Base Amount in Document Currency FWBASCURR13(2) WERT7
TAXADDHTax Amount in Local Currency HWSTECURR13(2) WERT7
TAXADDDTax Amount in Document Currency FWSTECURR13(2) WERT7
TAXAD1HTax Amount in Local Currency HWSTECURR13(2) WERT7
TAXAD1DTax Amount in Document Currency FWSTECURR13(2) WERT7
SUM_ALLHTax Base Amount in Local Currency HWBASCURR13(2) WERT7
SUM_ALLDTax Base Amount in Document Currency FWBASCURR13(2) WERT7
TYPEText TEXT2CHAR2UDCHA2
TYPE_DESCText, 11 Characters TDCHAR11CHAR11CHAR11
ORIGINText (10 Characters) TEXT10CHAR10TEXT10
TAXID 0
MANDTClient MANDTCLNT3MANDT
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6KALSM
KTOSLInternal processing key KTOSL_007BCHAR3KVSCHL
J_1ATAXIDTax Class J_1ATAXID_CHAR4J_1ATAXID
REGIOSTATE (State, Province, County) REGIOCHAR3REGIO
COUNCCounty Code COUNCCHAR3COUNC
J_1AMJCMunicipal Jurisdiction Code J_1AMJCCHAR40CHAR40
ADCLASSText field, length 4 TEXT4CHAR4UDCHA4
FAILUREText TEXT2CHAR2UDCHA2
ORIGIN_DOC 0
ZEILELine Number DZEILENUMC3ZEILEPOS
EBELPItem Number of Purchasing Document EBELPNUMC5EBELPBSP

Key field Non-key field



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

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

How to access SAP table IDCL_ADOBE_TABLE_P

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