WSSB_RFC_ITEM_READ SAP (Item structure for billing document of COM) Structure details

Dictionary Type: Structure
Description: Item structure for billing document of COM




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




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

WSSB_RFC_ITEM_READ 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 "Item structure for billing document of COM" 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_WSSB_RFC_ITEM_READ TYPE WSSB_RFC_ITEM_READ.

The WSSB_RFC_ITEM_READ table consists of various fields, each holding specific information or linking keys about Item structure for billing document of COM data available in SAP. These include ITEM_NUMBER (Billing item), HG_LV_ITEM (Higher-level item in bill of material structures), INV_QTY (Actual Invoiced Quantity), SALES_UNIT (Sales unit).. 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 WSSB_RFC_ITEM_READ 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
BILLINGDOCBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
ITEM_NUMBERBilling item POSNR_VFNUMC6Assigned to domainPOSNR
HG_LV_ITEMHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
INV_QTYActual Invoiced Quantity FKIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
NETVAL_INVCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
REF_DOC_NUMBERDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
REF_DOC_ITEMItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
REF_DOC_CATDocument category of preceding SD document VBTYP_VCHAR1VBTYP
SD_DOC_NUMBERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
SD_DOC_ITEMSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SD_DOC_CATSD document category VBTYPCHAR1VBTYP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
ITEM_TYPEItem type POSARCHAR1POSAR
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
CSHDISCBASCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
RETURNSReturns item SHKZG_VFCHAR1SHKZG_VF
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAX_AMOUNTCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
BRVAL_INVCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
STVAL_INVCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
DP_CLEAREDCurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT

Key field Non-key field



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

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

How to access SAP table WSSB_RFC_ITEM_READ

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