BAPIE1WRS1 SAP (Data transfer - assortments) Structure details

Dictionary Type: Structure
Description: Data transfer - assortments




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




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

BAPIE1WRS1 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 "Data transfer - assortments" 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_BAPIE1WRS1 TYPE BAPIE1WRS1.

The BAPIE1WRS1 table consists of various fields, each holding specific information or linking keys about Data transfer - assortments data available in SAP. These include ASSORTMENT (Assortment), STATUS (Status of assortment), CREATELISTCOND (Listing conditions should be created per assortment), ID_SUBSEQL (ID: Carry out subsequent listing).. 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 BAPIE1WRS1 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
FUNCTIONFunction MSGFNCHAR3MSGFN
ASSORTMENTAssortment ASORTCHAR10WRS1ALPHAASORTWSTWSOR
STATUSStatus of assortment W_S_STATUSCHAR1W_S_STATUS
CREATELISTCONDListing conditions should be created per assortment KZLIKCHAR1XFELD
ID_SUBSEQLID: Carry out subsequent listing NLMATFBCHAR1NLMATFB
SALESORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
LIST_PROCListing procedure LSTVFCHAR2TWLVLSTFLWLV
VALID_FROMValid-From Date DATABDATS8DATUM
VALID_TOValid To Date DATBIDATS8DATUM
ALL_MATGPSAll material groups can be listed - even if there are errors W_S_KOPROCHAR1XFELD
LAYTCHKASTListing check: only use layout defined for the assortment W_S_LAYPRCHAR1XFELD
ASTMT_CATAssortment Category W_SOTYPCHAR1W_SOTYP
LAYOUTLayout LAYVARCHAR10TWGVLAYVAR
NO_POSNo data should be sent to assortment user POS systems W_POS_DSCHAR1XFELD
CATEGORYCategory Nodes CAT_NODECHAR18CAT_NODE
HIERARCHY_IDHierarchy (BAPI) WRFDE_HIERCNTCHAR2WRFDO_HIERCNT
ASSORTMENT_TYPEAssortment Type (BAPI) WRFDE_ASORTYPCHAR4WRFDO_ASORTYP
DIMENSION_1_VALUEValue of Assortment Dimension 1 (BAPI) WRFDE_ASORDIMVAL1CHAR4WRFDO_ASORDIMVAL
DIMENSION_2_VALUEValue of Assortment Dimension 2 (BAPI) WRFDE_ASORDIMVAL2CHAR4WRFDO_ASORDIMVAL
DIMENSION_3_VALUEValue of Assortment Dimension 3 (BAPI) WRFDE_ASORDIMVAL3CHAR4WRFDO_ASORDIMVAL
LAYOUT_MODLayout Module LAYGRCHAR10Assigned to domainLAYGRWLMLAYMODD

Key field Non-key field



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

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

How to access SAP table BAPIE1WRS1

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