RV75A SAP (Help Fields for SAPMV75A) Structure details

Dictionary Type: Structure
Description: Help Fields for SAPMV75A




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




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

RV75A 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 "Help Fields for SAPMV75A" 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_RV75A TYPE RV75A.

The RV75A table consists of various fields, each holding specific information or linking keys about Help Fields for SAPMV75A data available in SAP. These include CPAGE (Current Page Number), KTEXT (Field Name (Short Text)), LINE1 (Specification of the Left Edge of Dynamic Window), LTEXT (Field Name (Long Text)).. 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)


SAP RV75A 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
BISSLTo Entry (Selection Field) BISSLCHAR18CHAR18
CPAGECurrent Page Number CPAGE_XPONUMC2NUM02
KTEXTField Name (Short Text) KTEXT_XPOCHAR16TEXT16
LINE1Specification of the Left Edge of Dynamic Window LINE1_XPOCHAR74CHAR74
LTEXTField Name (Long Text) LTEXT_XPOCHAR20TEXT20
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
PABEZLanguage-specific description of partner function PABEZCHAR2CHAR2
SRTFOSort Sequence ( 1, 2, 3 ) SRTFOCHAR1SRTFO
STREPIndicator: Start with Journal Entries? STREP_XPOCHAR1XFELD
STRSBIndicator: Start with Totals Sheet ? STRSB_XPOCHAR1XFELD
STRTDIndicator: Start with Totals Sheet ? STRTD_XPOCHAR1XFELDLDS
SUVARTotals Variant SUVNRCHAR3T180BSUVNR
TEXT1Text TEXT1_XPOCHAR40TEXT40
TEXT2Text TEXT2_XPOCHAR20TEXT20
TEXT3Text TEXT3_XPOCHAR30TEXT30
TPAGENumber of Display Pages TPAGE_XPONUMC2NUM02
TXT_PARVWName VTXTKCHAR20TEXT20
VARNRLayout VARNRCHAR3VARNR
VONSLFrom entry (selection field) VONSLCHAR18CHAR18
VRBEZName of Layout VRBEZCHAR35VRBEZ
XDESCIndicator: Sort in descending order XDESC_XPOCHAR1XFELD
XJAAnswer to question asked: Yes XJACHAR1XFELD
XNEINAnswer to question asked: No XNEINCHAR1XFELD
XSFSWIndicator: Select fields when totalling ? XSFSWCHAR1XFELD
XSTRGIndicator: Search string required ? XSTRGCHAR1XFELD
XSUCHIndicator: Offer search field? XSUCHCHAR1XFELD_EXT
XSUMAIndicator: Display totals ? XSUMACHAR1XFELD
TXT_AUARTSales document type TXT_AUARTCHAR20TEXT20
VASDAStart date for subsequent processing acc.to specified action VSDATFDATS8DATS

Key field Non-key field



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

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

How to access SAP table RV75A

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