BBP_TAXGROUP_STRING is an SAP Structure so does not store data like a database table does but can be used to process "Formatted Text: Tax Groups for Tax Type/Region/Country" 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_BBP_TAXGROUP_STRING TYPE BBP_TAXGROUP_STRING .
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 |
TAXGROUP_INDEX | SYTABIX | INT4 | 10 | Row Index of Internal Tables | ||
TAXGROUP_STRING | BBP_TAXGRP_STRING | CHAR | 120 | Formatted Text: 'Ctry_Region_TaxType_TaxGroup' |
Key field | |
Non-key field |
BBP_TAXGROUP_STRING - Formatted Text: Tax Groups for Tax Type/Region/Country BBP_TAXGROUP_KEYS - Web Dropdown Boxes: Tax Groups for Tax Type BBP_TAXGROUP_FAV - User-Specific Favorites: Tax Groups for Tax Type BBP_TAXCON - Result of Tax Calculation (per Item) BBP_TAXCOM_46 - Communication structure for tax calculation BBP_TAXCOM - Communication Structure for Tax Calculation