RVEDSB_EDIT_WINDOW SAP (Structure for Edit Window Fields) Structure details

Dictionary Type: Structure
Description: Structure for Edit Window Fields




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




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

RVEDSB_EDIT_WINDOW 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 "Structure for Edit Window Fields" 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_RVEDSB_EDIT_WINDOW TYPE RVEDSB_EDIT_WINDOW.

The RVEDSB_EDIT_WINDOW table consists of various fields, each holding specific information or linking keys about Structure for Edit Window Fields data available in SAP. These include TAB2TXT (Previous Data (Window Title in SD Self-Billing Procedure)), TAB3TXT (Original data), KUNAG (Sold-to party), KUNAG_DESC (Display text for partners (name, city, country, street)).. 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 RVEDSB_EDIT_WINDOW 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
TAB1TXTChanged Data (Window Title in SD Self-Billing Procedure) RVEDSB_TAB1TXTCHAR1CHAR1
TAB2TXTPrevious Data (Window Title in SD Self-Billing Procedure) RVEDSB_TAB2TXTCHAR1CHAR1
TAB3TXTOriginal data RVEDSB_TAB3TXTCHAR1CHAR1
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNAG_DESCDisplay text for partners (name, city, country, street) TXTPACHAR255TXTPA
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
DELNO_TTransferred Number for Delivery Determination DELNO_TCHAR35CHAR35
CURCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
CURISO_TTransferred Currency (ISO Code) CURISO_TCHAR3ISOCD
CURCY_TTransferred Currency Converted CURCY_TCUKY5Assigned to domainWAERS
LIFNR_TVendor number at customer location LIFNR_ED1CHAR17CHAR17
KUNAG_TTransferred Sold-To Party Number KUNAG_TCHAR17CHAR17
KUNAG_CUSTSold-To Party for Customizing Data KUNAG_CUSTCHAR10Assigned to domainALPHAKUNNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KDMAT_TTransferred Customer Material Number KDMAT_TCHAR35IDNEX
MATNR_TTransferred SAP Material Number MATNR_TCHAR18Assigned to domainMATN1MATNR
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VMEISO_TTransferred ISO Unit of Measure VMEISO_TCHAR3Assigned to domainISOCD_UNIT
VRKME_TTransferred Unit of Measure VRKME_TUNIT3Assigned to domainCUNITMEINS
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
TEXTOutput Text VEDSB_TEXTCHAR100CHAR100
ERRTYPError Types for Self-Billing Proced. With Automatic Postings ERRTYP_SBPSCHAR3ERRTYP_SBPS

Key field Non-key field



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

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

How to access SAP table RVEDSB_EDIT_WINDOW

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