STKZBETR is an SAP Structure so does not store data like a database table does but can be used to process "Create BB Plan: Coll. Table for Tax Code Amounts" 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_STKZBETR TYPE STKZBETR .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
VERTRAG | VERTRAG | CHAR | 10 |
* | Contract | ALPHA |
TVORG | TVORG_KK | CHAR | 4 |
* | Subtransaction for Document Item | |
MWSKZ | MWSKZ | CHAR | 2 |
* | Tax on sales/purchases code | |
NETTOBTR | NETTOBTR | CURR | 13(2) | Net amount of billing line item | ||
BRUTTOBTR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
FAELLBETR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
MWSTBETR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
RELATION | REL_ABP | DEC | 10(9) | Relation BB plan | ||
U_FBETR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
RESBETR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
V_BETR | BETRW_KK | CURR | 13(2) | Amount in Transaction Currency with +/- Sign | ||
WAERS | WAERS | CUKY | 5 | TCURC | Currency Key | |
VORZ | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
AB | ABZEITSCH | DATS | 8 | Date from which time slice is valid | ||
BIS | BISZEITSCH | DATS | 8 | Date at Which a Time Slice Expires | ||
TXJCD | TXJCD | CHAR | 15 |
* | Tax Jurisdiction | |
TXDAT | TXDAT_KK | DATS | 8 | Decisive Date for Calculating Taxes | ||
ERMWSKZ | ERMWSKZ | CHAR | 2 |
* | Indicator: Tax Determination Code | |
OP | KENNZX | CHAR | 1 | Indicators | ||
STPRZ | STEUERSATZ | CHAR | 8 | Tax rate in output format | ||
HKONT | HKONT_KK | CHAR | 10 |
* | General ledger account | ALPHA |
WASTE | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
STAKZ | STAKZ_KK | CHAR | 1 | Type of statistical item |
Key field | |
Non-key field |
STKZBETR - Create BB Plan: Coll. Table for Tax Code Amounts STKO_APICN - Temp. Help Structure for Converting API Structures STKO_API02 - API structure for BOM header: all fields STKO_API01 - API BOM Header Structure: Fields that can be Changed STKOS - STKO - Details STKOK - Root BOM used for component assignments