RV54A SAP (I/O Fields for Shipment Cost Processing) Structure details

Dictionary Type: Structure
Description: I/O Fields for Shipment Cost Processing




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




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

RV54A 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 "I/O Fields for Shipment Cost Processing" 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_RV54A TYPE RV54A.

The RV54A table consists of various fields, each holding specific information or linking keys about I/O Fields for Shipment Cost Processing data available in SAP. These include SELKZ (Selection flag), TXT_TITCUA (Name), CUA_LONG (GUI: Long text (CUA text until 3.1)), TXT_VBTYP (Description).. 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 RV54A 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
FKARTShipment cost type FKART_TCHAR4TVTFFKART_TFRK
SELKZSelection flag SELKZCHAR1SELKZ
TXT_TITCUAName VTXTKCHAR20TEXT20
CUA_LONGGUI: Long text (CUA text until 3.1) CUA_LONGCHAR20CUA_LONG
TXT_VBTYPDescription BEZEI20CHAR20TEXT20
TXT_TRULEDShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TXT_TDLNREmployee's last name NAMECHAR35NAME
TXT_RECHSEmployee's last name NAMECHAR35NAME
TXT_MPROKDescription BEZEI20CHAR20TEXT20
TXT_KURSTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TXT_KOSTYDescription BEZEI20CHAR20TEXT20
TXT_TPLSTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TXT_VSARTDescription BEZEI20CHAR20TEXT20
TXT_REFTYDescription BEZEI20CHAR20TEXT20
TXT_WERKSName NAME1CHAR30TEXT30
TXT_EKORGDescription of Purchasing Organization EKOTXCHAR20TEXT20
TXT_EKGRPDescription of purchasing group EKNAMCHAR18TEXT18
TXT_BUKRSName of Company Code or Company BUTXTCHAR25TEXT25
DTBLDThere is a detail screen for the item DTBLDCHAR1CHAR1
TXT_KSTAUDescription BEZEI20CHAR20TEXT20
TXT_HERCODescription BEZEI20CHAR20TEXT20
TXT_STBERShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TXT_STFREShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
TXT_STABRShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
BUTTON1Selection flag SELKZCHAR1SELKZ
BUTTON2Selection flag SELKZCHAR1SELKZ
BUTTON3Selection flag SELKZCHAR1SELKZ
NPOS_REPOSReferenced document item REPOS_NCHAR6REPOS_N
NPOS_FKPTYItem category shipment costs FKPTYCHAR4Assigned to domainFKPTY
NPOS_RETXTText for referenced item shipment costs - F4 help REPOS_PTXTCHAR30REPOS_PTXT
FR_ALLSelection option shipment costs FR_ALLCHAR1CHAR1_X
FR_EXPANDExpansion indicator shipment costs FR_EXPANDCHAR1CHAR1_X
LF_FILTTYPFilter type: Delivery to shipment/leg LF_FILTTYPCHAR1LF_FILTTYP
PACSZPacket Size PACSZINT13PACSZ
SCD_SUBOBJLog: Name of work list SCD_SUBOBJCHAR4CHAR4
SCD_SUBTXTDescription for Worklist SCD_SUBTXTCHAR60TEXT60
FXMSG_ICONError indicator, shown as an icon FXMSG_ICONCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table RV54A

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