ROIIWRPT SAP (WRPT: Customer stock - transfer structure) Structure details

Dictionary Type: Structure
Description: WRPT: Customer stock - transfer structure




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




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

ROIIWRPT 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 "WRPT: Customer stock - transfer structure" 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_ROIIWRPT TYPE ROIIWRPT.

The ROIIWRPT table consists of various fields, each holding specific information or linking keys about WRPT: Customer stock - transfer structure data available in SAP. These include MANDT (Client), KUNNR (Recipient), MATNR (Material Number), STOCK (Stock level of recipient).. 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 ROIIWRPT 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
MANDTClient MANDTCLNT3T000MANDT
KUNNRRecipient WRKUNNRCHAR10KNA1ALPHAKUNNRKUN
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
STOCKStock level of recipient WRSTOCKQUAN13(3) MENG13V
CHNGE- obsolete - WRCHR1_OLDCHAR1CHAR1
PLTIMEPTNext planning timepoint WRPLTIMEPTDEC15TZNTSTMPS
PLTIMEZONENext planning timepoint, time zone WRPLTIMEZNCHAR6TTZZTZNZONE
GRTIMEPTNext goods receipt WRGRTIMEPTDEC15TZNTSTMPS
GRTIMEZONENext goods receipt, time zone WRGRTIMEZNCHAR6TTZZTZNZONE
RPLIDReplenishment run: ID number WRPLIDNUMC10WRPRNUM10
RPLRQReplenishment requirement from last replenishment run WRPLRQQUAN13(3) MENG13
RPLSTReplenishment status WRPLSTCHAR1WRPLST
CHCNTReplenishment: Change counter WRCOUNTINT410INT4_NOS
ONORDPurchase order stock quantity for customers WRONORDQUAN13(3) MENG13V
.INCLU--AP 0
SRP_NPLDATNext Planning Date from Planning Rhythm WSRP_NPLDATDATS8DATE
SRP_CONSUMPTIONInventory Change Since Last POS Upgrade WSRP_CONSUMPTIONQUAN13(3)
SRP_RECEIPTSATP quantity MNG04QUAN13(3) MENGV13
SRP_UMLMCStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
SRP_ARPLRQChanged Replenishment Requirement of Last Replenishment Run WSRP_ARPLRQQUAN13(3)
SRP_ARPLMEStore Replenishment: Unit of Measure in Changed Replen. Req. WSRP_ARPLMEUNIT3
SRP_ARESWKStore Replenishment: Altern. Plant in Stock Transport Order WSRP_ARESWKCHAR4
SRP_ALIFNRStore Replenishment: Account Number of Alternative Vendor WSRP_ALIFNRCHAR10
SRP_AEINDTStore Replenishment: Requested Delivery Date WSRP_AEINDTDATS8
SRP_AUZEITTime of Requested Delivery Date WSRP_AUZEITTIMS6
SRP_FFNRID Number in Subsequent Function WSRP_FFNRCHAR30
SRP_BRPLRQConfirmed Replenishment Requirement WSRP_BRPLRQQUAN13(3)
SRP_BRPLMEUnit of Measure in Confirmed Replenishment Requirement WSRP_BRPLMEUNIT3
SRP_BRESWKConfirmed Plant in Stock Transport Order WSRP_BRESWKCHAR4
SRP_BLIFNRAccount Number of Confirmed Vendor WSRP_BLIFNRCHAR10
SRP_OBJTYPEObject type OBJTYPECHAR2CHAR2
SRP_BELNRObject key SWO_TYPEIDCHAR70SWO_TYPEID
SRP_POSNRDocument Item in Follow-On Document for Store Order WVFB_BELPNUMC6Assigned to domainPOSNR
SRP_EINDTItem Delivery Date EINDTDATS8DATUM
SRP_UZEITTime UZEITTIMS6UZEIT
SRP_BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
SRP_BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
SRP_DC_RQU Planned Requirements for DC Planning0
SRP_DC_CQU Planned DC Requirements0
SRP_DC_CUN Unit of Measure for Planned DC Requirement0
SRP_DC_OBJTYPEObject type OBJTYPECHAR2CHAR2
SRP_DC_BELNRObject key SWO_TYPEIDCHAR70SWO_TYPEID
SRP_DC_POSNRDocument Item in Follow-On Document for Store Order WVFB_BELPNUMC6Assigned to domainPOSNR
UPD_FLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table ROIIWRPT

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