BPATAXC_DI SAP (BPTAXC Direct Input Append - Structure for BUS_DI Structure) Append Structure details

Dictionary Type: Append Structure
Description: BPTAXC Direct Input Append - Structure for BUS_DI Structure




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




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

BPATAXC_DI is a standard SAP Append Structure which is used to store BPTAXC Direct Input Append - Structure for BUS_DI Structure data and is available within R/3 SAP systems depending on the version and release level.

The BPATAXC_DI table consists of various fields, each holding specific information or linking keys about BPTAXC Direct Input Append - Structure for BUS_DI Structure data available in SAP. These include CHANGE_INDICATOR (Change category), TAX_COMPLIANCE_TYPE (Tax Compliance Type), TAX_STATUS (Tax Compliance Status), TAX_REASON (Tax Compliance: Reason for Status).. 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)


SAP BPATAXC_DI append 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
CHANGE_INDICATORChange category BU_CHINDCHAR1BU_CHIND
TAX_COMPLIANCE_TYPETax Compliance Type FSBP_TAXC_TYPECHAR6Assigned to domainFSBP_TAXC_TYPE
TAX_STATUSTax Compliance Status FSBP_TAXC_STATUSCHAR1FSBP_TAXC_STATUS
TAX_REASONTax Compliance: Reason for Status FSBP_TAXC_REASONCHAR2Assigned to domainFSBP_TAXC_REASON
DATE_STARTCharacter field, 8 characters long CHAR8CHAR8CHAR8
VALID_TOCharacter field, 8 characters long CHAR8CHAR8CHAR8
WHEN_DATECharacter field, 8 characters long CHAR8CHAR8CHAR8
AGREEMENT_STATUSTax Compliance: Agreement Status FSBP_TAXC_AGREE_STATUSCHAR1FSBP_TAXC_AGREE_STATUS
AGREEMENT_DATECharacter field, 8 characters long CHAR8CHAR8CHAR8

Key field Non-key field



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

As BPATAXC_DI 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 BPATAXC_DI as there is no data to select. You could however select data from any tables that this append structure has been assigned too.

How to access SAP table BPATAXC_DI

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