/BEV1/RPSEQFL SAP (Display Fields in Sequence No./Maintenance Programs) Table details

Dictionary Type: Table
Description: Display Fields in Sequence No./Maintenance Programs




ABAP Code to SELECT data from /BEV1/RPSEQFL
Related tables to /BEV1/RPSEQFL
Access table /BEV1/RPSEQFL




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

/BEV1/RPSEQFL is a standard SAP Table which is used to store Display Fields in Sequence No./Maintenance Programs data and is available within R/3 SAP systems depending on the version and release level.

The /BEV1/RPSEQFL table consists of various fields, each holding specific information or linking keys about Display Fields in Sequence No./Maintenance Programs data available in SAP. These include ANWBER (Application Area), FLD0 (Qualified Field Name of the Field to Be Displayed), FLD1 (Qualified Field Name of the Field to Be Displayed), FLD2 (Qualified Field Name of the Field to Be Displayed).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV1/RPSEQFL table 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 MANDTCLNT3Assigned to domainMANDT
ANWBERApplication Area /BEV1/RPANWBERCHAR10/BEV1/RPANWBER
FLD0Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD1Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD2Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD3Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD4Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD5Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD6Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD7Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD8Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
FLD9Qualified Field Name of the Field to Be Displayed /BEV1/RPFLDCHAR30SCRPCHA30
LEN0Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN1Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN2Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN3Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN4Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN5Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN6Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN7Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN8Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN
LEN9Length of Field to Be Displayed /BEV1/RPFLENNUMC4DDLEN

Key field Non-key field



How do I retrieve data from SAP table /BEV1/RPSEQFL using ABAP code

The following ABAP code Example will allow you to do a basic selection on /BEV1/RPSEQFL to SELECT all data from the table
DATA: WA_/BEV1/RPSEQFL TYPE /BEV1/RPSEQFL.

SELECT SINGLE *
FROM /BEV1/RPSEQFL
INTO CORRESPONDING FIELDS OF WA_/BEV1/RPSEQFL
WHERE...

How to access SAP table /BEV1/RPSEQFL

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