SRV_ACC_TEMPLATE_DATA is an SAP Structure so does not store data like a database table does but can be used to process "Accounting Template Information for Services" 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_SRV_ACC_TEMPLATE_DATA TYPE SRV_ACC_TEMPLATE_DATA .
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 |
VRTKZ | VRTKZ | CHAR | 1 | Distribution indicator for multiple account assignment | ||
ACCOUNTING | SRV_ACC_DATA_TTY | TTYP | Table Type: Account Assignment Data | |||
ACCOUNT_TOTAL | SRV_ACC_TOTALS_TTY | TTYP | Table Type: accounting totals |
Key field | |
Non-key field |
SRV_ACC_TEMPLATE_DATA - Accounting Template Information for Services SRV_ACC_DATAX - Change Parameters: Account Assignment Data for Service/Limit SRV_ACC_DATA - Account Assignment Data for Service/Limit SRVNODETYP - Role Menu Authorization Default Value (OT SERVICE) SRVNAMVALS - Name Value Structure for Query String SRVLISTNUM - Internet No. (4 Numbers) plus Port No. in Appl. Server List