/SAPSRM/S_PDO_MDF_DO_TAX SAP (Meta Data Configuration Fields for DO Tax) Structure details

Dictionary Type: Structure
Description: Meta Data Configuration Fields for DO Tax




ABAP Code to SELECT data from /SAPSRM/S_PDO_MDF_DO_TAX
Related tables to /SAPSRM/S_PDO_MDF_DO_TAX
Access table /SAPSRM/S_PDO_MDF_DO_TAX




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

/SAPSRM/S_PDO_MDF_DO_TAX 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 "Meta Data Configuration Fields for DO Tax" 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_/SAPSRM/S_PDO_MDF_DO_TAX TYPE /SAPSRM/S_PDO_MDF_DO_TAX.

The /SAPSRM/S_PDO_MDF_DO_TAX table consists of various fields, each holding specific information or linking keys about Meta Data Configuration Fields for DO Tax data available in SAP. These include CLIENT (Client), GUID (Globally Unique identifier), P_GUID (Parent GUID), DEL_IND (Deletion Indicator SRM Purchasing 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 (Deep)


SAP /SAPSRM/S_PDO_MDF_DO_TAX 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
CLIENTClient EC_CLIENTCLNT3Assigned to domainMANDT
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
P_GUIDParent GUID BBP_PGUIDRAW16SYSUUID
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
TAX_AMOUNTTax Amount BBP_TAX_AMOUNTCURR15(2) WERT8
TAX_CODE_ORIGINOrigin Tax Code Indicator (Determination/Manual Entry) BBP_TAX_CODE_ORIGINCHAR1BBP_TAX_CODE_ORIGIN
TAX_JURCODE_TOTax Jurisdiction Code BBP_TXJCDCHAR15BBP_TXJCD
TAX_JCD_TO_ORGOrigin Tax Jurisdiction Code (Determin./Manual Entry) BBP_TAX_JURCODE_ORIGINCHAR1BBP_TAX_JURCODE_ORIGIN
TAX_JURCODE_FROMTax Jurisdiction Code BBP_TXJCDCHAR15BBP_TXJCD
TAX_JCD_FROM_ORGOrigin Tax Jurisdiction Code (Determin./Manual Entry) BBP_TAX_JURCODE_ORIGINCHAR1BBP_TAX_JURCODE_ORIGIN
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAX_BASE_AMOUNTTax Base Amount for Tax Calc. (e.g. for dist. freight costs) BBP_TAX_BASE_AMOUNTCURR15(2) WERT8
ICC_BR_TAXTYPNota Fiscal: Tax Type BBP_ICC_TAXTYPCHAR4BBP_ICC_TAXTYP
ICC_BR_TAXGRPNota Fiscal: Tax Group BBP_ICC_TAXGRPCHAR4ITL_NF_TAXGRP
ICC_BR_BASENota Fiscal: Base Amount BBP_ICC_TAXBASCURR15(2) WERT8
ICC_BR_RATENota Fiscal: Tax Rate BBP_ICC_TXRATEDEC6(2) BBP_ICC_TXRATE
ICC_BR_TAXVALNota Fiscal: Tax Value BBP_ICC_TAXVALCURR15(2) WERTV8
ICC_BR_KVSL1Account key BBP_ICC_KVSL1CHAR3Assigned to domainKVSCHL
ICC_BR_STAZFIndicator deductable tax BBP_ICC_STAZFCHAR1XFELD
ICC_BR_EXCBASENota Fiscal: Excluded Base Amount BBP_ICC_EXCBASCURR15(2) BBP_ICC_NFBAS
ICC_BR_OTHBASENota Fiscal: Other Base Amount BBP_ICC_OTHBASCURR15(2) BBP_ICC_NFBAS
ICC_BR_STATTXNota Fiscal: Checkbox for Statistical Tax Item BBP_ICC_STATTXCHAR1XFELD
ICC_BR_RECTYPENota Fiscal: Tax Record Type BBP_ICC_TXRTCHAR1BBP_ICC_TXRT
ICC_BR_FACTORNota Fiscal: IPI Number of Units BBP_ICC_TXIPFDEC6(2) DEC4_2
ICC_BR_UNITNota Fiscal: IPI Pauta Unit BBP_ICC_TXIPUUNIT3Assigned to domainCUNITMEINS
ICC_BR_MANCHGCheckbox for Manual Changes in Nota Fiscal Tax Fields BBP_ICC_NF_TAX_CHANGERAW4RAW4
ICC_IN_KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
ICC_IN_KAWRTCondition Basis BBP_KAWRTCURR15(2) WERTV8
ICC_IN_KBETRRate (condition amount or percentage) BBP_KBETRCURR11(2) WERTV6
ICC_IN_KPEINCondition Price Unit BBP_KPEIN_R3DEC5BBP_KPEIN_R3
ICC_IN_KMEINCondition Unit of Measure BBP_KMEINUNIT3Assigned to domainCUNITMEINS
ICC_IN_KVSL1Account key BBP_KVSL1CHAR3Assigned to domainKVSCHL
ICC_IN_STAZFSingle-Character Indicator CHAR1CHAR1CHAR1
ICC_IN_KWERTCondition value BBP_KWERTCURR13(2) WERTV7
TAX_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
TAX_TYPE_CODEUN/EDIFACT Coded Representation of Tax Type (GDT) BBP_PRODUCT_TAX_TYPECHAR3CHAR3
TAX_TYPE_DESCRDescription of UN/EDIFACT Tax Type for 'OTH' BBP_PRODUCT_TAX_TYPE_DESCRCHAR60CHAR60
TAX_PERCENTTax Percentage Rate (GDT) BBP_TAX_PERCENTDEC5(3) PRZ23
TAX_GROUP_IDBusiness Transaction Document Item Grouping ID (GDT) BBP_BTD_ITEM_GROUP_IDCHAR3CHAR3
WITHTIndicator for Withholding Tax Type BBP_WITHTCHAR2BBP_WITHT
STAZFIndicator: Tax not deductible STAZF_007BCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_MDF_DO_TAX using ABAP code?

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

How to access SAP table /SAPSRM/S_PDO_MDF_DO_TAX

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