MCWBRLB SAP (Invoice Lists: Item Data - LIS Updating) Structure details

Dictionary Type: Structure
Description: Invoice Lists: Item Data - LIS Updating




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




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

MCWBRLB 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 "Invoice Lists: Item Data - LIS Updating" 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_MCWBRLB TYPE MCWBRLB.

The MCWBRLB table consists of various fields, each holding specific information or linking keys about Invoice Lists: Item Data - LIS Updating data available in SAP. These include MANDT (Client), WBELN (Agency Business: Document Number of Remuneration List), POSNR (Agency business: Item in list), WBELN_LF (Agency Business: Document Number).. 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 MCWBRLB 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
SUPKZStatistics update indicator (post in/post out) SUPKZCHAR1SUPKZ
MANDTClient MANDTCLNT3T000MANDT
WBELNAgency Business: Document Number of Remuneration List WBELN_RLCHAR10WBRKALPHAWBELNWLR
POSNRAgency business: Item in list WPOSNR_RLNUMC6Assigned to domainWPOSNR_RL
WBELN_LFAgency Business: Document Number WBELN_LFCHAR10WBRKALPHAWBELNWLF
NETWRAgency business: New value of item in a list NETWR_RLCURR15(2) WERTV8
MWSBPTax amount in document currency MWSBPKCURR13(2) WERTV7
NAVNWNon-deductible input tax NAVNWCURR13(2) WERT7
KWERT_RLValue of the Remuneration List Condition of a Document WKWERT_RLCURR13(2) WERTV7
MWSBP_RLTax of Remuneration List Conditions WMWSBP_RLCURR13(2) WERTV7
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
LNRZBAgency business: Payee W_LIFZECHAR10LFA1ALPHALIFNR
KUNREBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRGPayer KUNRGCHAR10KNA1ALPHAKUNNR
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
WDTYP_LAgency Business: Category of List Document DOCTYPE_LCHAR1DOCTYPE
WDTYP_LIAgency Business: Category of List Item DOCTYPE_LICHAR1DOCTYPE_LI
TXJCDTax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBJECT_IDAB: External Document: Object Key WLF_FOREIGN_OBJECT_IDCHAR30WLF_FOREIGN_OBJECT_ID
.INCLU--AP 0
FKSTO_LIList Item Cancelled WLF_FKSTO_LIST_ITEMCHAR1XFELD
WUVPRSAgency business: Item incomplete re. price determination WUVPRSCHAR1XFELD
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
12345678901Character Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table MCWBRLB

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