WBRL_ZWS SAP (Agency Business: Totals Carried Forward Document List Data) Structure details

Dictionary Type: Structure
Description: Agency Business: Totals Carried Forward Document List Data




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




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

WBRL_ZWS 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 "Agency Business: Totals Carried Forward Document List Data" 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_WBRL_ZWS TYPE WBRL_ZWS.

The WBRL_ZWS table consists of various fields, each holding specific information or linking keys about Agency Business: Totals Carried Forward Document List Data data available in SAP. These include MWSBP (Tax amount in document currency), BRTWR (Gross Value of Remuneration List Item Without Del Credere), KWERT_RL (Value of the Remuneration List Condition of a Document), MWSBP_RL (Tax of Remuneration List Conditions).. 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 or numeric)


SAP WBRL_ZWS 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
NETWRAgency business: New value of item in a list NETWR_RLCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPKCURR13(2) WERTV7
BRTWRGross Value of Remuneration List Item Without Del Credere BRTWERT_RLOCURR13(2) WERTV7
KWERT_RLValue of the Remuneration List Condition of a Document WKWERT_RLCURR13(2) WERTV7
MWSBP_RLTax of Remuneration List Conditions WMWSBP_RLCURR13(2) WERTV7
BRT_KWERT_RLCondition value KWERTCURR13(2) WERTV7
KWERT_KOAValue of the condition deduction with immed. effect f. doc. KWERT_KOA_RLCURR13(2) WERTV7
MWSBP_KOATax proportion of the cond. deduction valid w. immed. effect MWSBP_KOA_RLCURR13(2) WERTV7
BKWERT_KOAGross value of the condition deduction valid w. immed.effect BKWERT_KOA_RLCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table WBRL_ZWS

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