RW06A SAP (Dynpro AR Header + items / stock allocation IS-R) Structure details

Dictionary Type: Structure
Description: Dynpro AR Header + items / stock allocation IS-R




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




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

RW06A 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 "Dynpro AR Header + items / stock allocation IS-R" 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_RW06A TYPE RW06A.

The RW06A table consists of various fields, each holding specific information or linking keys about Dynpro AR Header + items / stock allocation IS-R data available in SAP. These include SVART (Allocation rule type), SVTXT (Allocation rule type: text), SBELN (No. of allocation rule), SBELP (Document item of allocation rule).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RW06A 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
SVARTAllocation rule type SVEARCHAR4T622SVEAR
SVTXTAllocation rule type: text SVETXCHAR30CHAR30
SBELNNo. of allocation rule SBELNCHAR10Assigned to domainALPHASBELNBLN
SBELPDocument item of allocation rule SBELPNUMC5Assigned to domainABELP
SVBEZDescription BEZEI40CHAR40TEXT40
GUELTValidity date of allocation rule SGDATDATS8DATUM
FIXIEPlants fixed in AR SVFIXCHAR1SVFIX
SVAKTActive mat. group - plant group combination in AR SVAKTCHAR1KZDEF
MSTERIndicates that alloc rule is a model MSTERCHAR1CHAR1
DYFKLIndicates generated alloc rule DYFKLCHAR1DYFKL
FCLINInternal Class Number CLINTNUMC10Assigned to domainCLINT
FKLATText describing class type ARTTXTCHAR40EINTEXT
FKLARClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
FILKLPlant group (technical plant class) FILKLCHAR18KLASSE
FILKBClass Description KLSBEZCHAR40TEXT40KBZ
FCLINPInternal Class Number CLINTNUMC10Assigned to domainCLINT
FILKLPBase plant group FIGRPCHAR18KLASSE
FILKBPClass Description KLSBEZCHAR40TEXT40KBZ
ANZFINumber of Plants ANZFINUMC5ANZFI
VQUOTQuotas (Base for qty calculation) VQUOTNUMC13VQUOT
AKLATText describing class type ARTTXTCHAR40EINTEXT
ACLINInternal Class Number CLINTNUMC10Assigned to domainCLINT
AKLARClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
ARTKLMaterial class currently used as material group ARTKLCHAR18KLASSE
ARKLBClass Description KLSBEZCHAR40TEXT40KBZ
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
EKOTXDescription of Purchasing Organization EKOTXCHAR20TEXT20
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
EKNAMDescription of purchasing group EKNAMCHAR18TEXT18
SDFLTDefault plant group for material group SDFLTCHAR1KZDEF
RUNDGRounding off in allocation table RUNDGCHAR1RUNDG
RUNTXRound off: domain text RUNTXCHAR60TEXT60
RESTVSplit remainder RESTVCHAR1RESTV
RESTXRound off: domain text RUNTXCHAR60TEXT60
DIMAQCategory of Quotas (Ratios/Quantities) DIMCHAR1DIM
DIMATRound off: domain text RUNTXCHAR60TEXT60
OBGBZUpper limit of eval. fig. in plant group OBGBZNUMC13UPOBZ
KETYPKey Figure Category KETYPCHAR1T625KETYP
KTTXTDescription BEZEI20CHAR20TEXT20
SELKZSelection flag SELKZCHAR1SELKZ
ICONECharacter field of length 40 CHAR40CHAR40CHAR40
ICOSWBase plant group quotas were modified ICOSWCHAR1CHAR1
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
SPERIPeriod split: info structure DTPERCHAR1PRGRS
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
PDVONStarting date of period PDVONDATS8PDVON
PDBISEnd date of period PDBISDATS8PDBIS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PERABStarting date of period PERABCHAR10CHAR10
PERZUEnd date of period PERZUCHAR10CHAR10
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RW06A

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