FDIS50_TAB SAP (Form transfer structure for RFFDIS50) Structure details

Dictionary Type: Structure
Description: Form transfer structure for RFFDIS50




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




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

FDIS50_TAB 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 "Form transfer structure for RFFDIS50" 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_FDIS50_TAB TYPE FDIS50_TAB.

The FDIS50_TAB table consists of various fields, each holding specific information or linking keys about Form transfer structure for RFFDIS50 data available in SAP. These include BANKL (Bank number), ERDAT (Date on which the Record Was Created), ERNAM (Name of Person who Created the Object), BANKA (Name of 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: Can be enhanced (character-type or numeric)


SAP FDIS50_TAB 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
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
BANKAName of bank BANKACHAR60TEXT60
PROVZRegion PROVZCHAR2PROVZ
ANREDTitle ANREDCHAR15TEXT15
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
STRASHouse number and street STRAS_GPCHAR35TEXT35
ORT01City ORT01_GPCHAR35TEXT35
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
PFACHPO Box PFACHCHAR10PFACH
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
BGRUPBank group (bank network) BGRUPCHAR2BGRUP
XPGROPost Office Bank Current Account XPGROCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NAME1_AName of contact person NAME1_ACHAR30TEXT30
TELF1First telephone number TELF1CHAR16TEXT16
G_BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
G_BANKLBank number BANKLCHAR15BANKLBLZ
G_ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
G_ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
G_BANKAName of bank BANKACHAR60TEXT60
G_PROVZRegion PROVZCHAR2PROVZ
G_STRASHouse number and street STRAS_GPCHAR35TEXT35
G_ORT01City ORT01_GPCHAR35TEXT35
G_SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
G_IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
G_BGRUPBank group (bank network) BGRUPCHAR2BGRUP
G_XPGROPost Office Bank Current Account XPGROCHAR1XFELD
G_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
G_HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
G_HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
G_BANKNBank account number BANKNCHAR18BANKN
G_BKONTBank Control Key BKONTCHAR2BKONT
DATUMPlanning date FDTAGDATS8DATUMFDT
DMSHBAmount in local currency DMSHWCURR15(2) WERTV8
WRSHBAmount in planned currency WRSHWCURR15(2) WERTV8
USRIDUser who created the record USRIDCHAR12USRID
GBUKROffsetting company code GBUKRCHAR4Assigned to domainBUKRS
SGTXTText FDSGTCHAR50TEXT50
BNKKOG/L account/internal Cash Mgmt account SKPSKCHAR10Assigned to domainALPHASKPSKFFB
GEGBUKRBEZName of offsetting company code GEGBUKRBEZCHAR25TEXT25
G_BNKKOG/L account/internal Cash Mgmt account SKPSKCHAR10Assigned to domainALPHASKPSKFFB
GEGBUKRORTCity of offsetting company code GEGBUKRORTCHAR25TEXT25
LAND1Address line LINESCHAR80LINES
LINE0Address line LINESCHAR80LINES
LINE1Address line LINESCHAR80LINES
LINE2Address line LINESCHAR80LINES
LINE3Address line LINESCHAR80LINES
LINE4Address line LINESCHAR80LINES
LINE5Address line LINESCHAR80LINES
LINE6Address line LINESCHAR80LINES
LINE7Address line LINESCHAR80LINES
LINE8Address line LINESCHAR80LINES
LINE9Address line LINESCHAR80LINES

Key field Non-key field



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

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

How to access SAP table FDIS50_TAB

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