T028RTRANS SAP (Repetitive Transfer Transactions) Table details

Dictionary Type: Table
Description: Repetitive Transfer Transactions




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




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

T028RTRANS is a standard SAP Table which is used to store Repetitive Transfer Transactions data and is available within R/3 SAP systems depending on the version and release level.

The T028RTRANS table consists of various fields, each holding specific information or linking keys about Repetitive Transfer Transactions 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T028RTRANS 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
RFTTYPERepetitive transfer grouping RFTTYP_EBCHAR8T028RRFTTYP_EB
RFTTRANSRepetitive transfer transaction code RFTTRN_EBCHAR20RFTTRN_EB
BUKRS0Company Code of Transaction Executing House Bank BUKRSXCUTECHAR4T001BUKRS
HBKID0Short Key for a House Bank HBKIDCHAR5T012HBKID
HKTID0ID for account details HKTIDCHAR5T012KHKTID
CMACCTRFT Source account cash managements account name DISKBXCUTECHAR10T035DALPHADISKB
BUKRS1Company Code of Transaction Source BUKRSSORCECHAR4T001BUKRS
CMACCTSOURCERFT Source account cash managements account name DISKBSOURCECHAR10T035DALPHADISKB
BUKRS2Company code of Target account BUKRSTARGETCHAR4T001BUKRS
CMACCTTARGETRFT Source account cash managements account name DISKBTARGETCHAR10T035DALPHADISKB
RZAWEPayment Method for This Payment RZAWECHAR1T042ZZLSCH
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DSARTPlanning type DSARTCHAR2T037DSARTFFA
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KFLAGRepetitive payment advice type KOART_T028RCHAR1KOART_T028R
PARTNRBUKRSBusiness partner company code BUKRSPARTNERCHAR4T001BUKRS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFB1ALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PARTNRBusiness partner TB_KUNNRCHAR10Assigned to domainALPHABP_PARTNRT05BUPA
BANKSBank country key BANKSCHAR3T005LAND1BKL
BVTYPPartner Bank Type BVTYPCHAR4BVTYP

Key field Non-key field



How do I retrieve data from SAP table T028RTRANS using ABAP code

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

SELECT SINGLE *
FROM T028RTRANS
INTO CORRESPONDING FIELDS OF WA_T028RTRANS
WHERE...

How to access SAP table T028RTRANS

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