SVW_TRANS SAP (Fast entry repetitive) Structure details

Dictionary Type: Structure
Description: Fast entry repetitive




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




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

SVW_TRANS 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 "Fast entry repetitive" 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_SVW_TRANS TYPE SVW_TRANS.

The SVW_TRANS table consists of various fields, each holding specific information or linking keys about Fast entry repetitive data available in SAP. These include RFTTYPE (Repetitive transfer grouping), RFTTRANS (Repetitive transfer transaction code), BUKRS0 (Company Code of Transaction Executing House Bank), HBKID0 (Short Key for a House Bank).. 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: Not classified


SAP SVW_TRANS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RFTTYPERepetitive transfer grouping RFTTYP_EBCHAR8Assigned to domainRFTTYP_EB
RFTTRANSRepetitive transfer transaction code RFTTRN_EBCHAR20RFTTRN_EB
BUKRS0Company Code of Transaction Executing House Bank BUKRSXCUTECHAR4Assigned to domainBUKRS
HBKID0Short Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTID0ID for account details HKTIDCHAR5Assigned to domainHKTID
CMACCTRFT Source account cash managements account name DISKBXCUTECHAR10Assigned to domainALPHADISKB
BUKRS1Company Code of Transaction Source BUKRSSORCECHAR4Assigned to domainBUKRS
CMACCTSOURCERFT Source account cash managements account name DISKBSOURCECHAR10Assigned to domainALPHADISKB
BUKRS2Company code of Target account BUKRSTARGETCHAR4Assigned to domainBUKRS
CMACCTTARGETRFT Source account cash managements account name DISKBTARGETCHAR10Assigned to domainALPHADISKB
RZAWEPayment Method for This Payment RZAWECHAR1Assigned to domainZLSCH
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DSARTPlanning type DSARTCHAR2Assigned to domainDSARTFFA
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KFLAGRepetitive payment advice type KOART_T028RCHAR1KOART_T028R
PARTNRBUKRSBusiness partner company code BUKRSPARTNERCHAR4Assigned to domainBUKRS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PARTNRBusiness partner TB_KUNNRCHAR10Assigned to domainALPHABP_PARTNRT05BUPA
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
IDENRID number for cash management and forecast IDENRNUMC10IDENRFFI
KWBTRAmount in account currency KWBTR_EBCURR13(2) WRTV7
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN

Key field Non-key field



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

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

How to access SAP table SVW_TRANS

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