RNG13X SAP (IS-H: Changes to FI Customer Bank Data) Structure details

Dictionary Type: Structure
Description: IS-H: Changes to FI Customer Bank Data




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




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

RNG13X 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 "IS-H: Changes to FI Customer Bank Data" 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_RNG13X TYPE RNG13X.

The RNG13X table consists of various fields, each holding specific information or linking keys about IS-H: Changes to FI Customer Bank Data data available in SAP. These include KUNNR (Customer Number of FI Customer), LFDBV (IS-H: Sequence Number of Bank Details), AKTION (Change Type (U, I, S, D)), AKSTAT (IS-H: Status of an Action).. 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 RNG13X 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
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
KUNNRCustomer Number of FI Customer RF_KUNNRCHAR10Assigned to domainALPHAKUNNRKUN
LFDBVIS-H: Sequence Number of Bank Details ISH_LFDBVNUMC3
AKTIONChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
AKSTATIS-H: Status of an Action ISH_AKSTATCHAR1ISH_AKSTAT
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANKLBank number BANKLCHAR15BANKLBLZ
BANKL_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANKNBank account number BANKNCHAR18BANKN
BANKN_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XEZERIndicator: Is there collection authorization ? XEZERCHAR1XFELD
XEZER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BKONTBank Control Key BKONTCHAR2BKONT
BKONT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INSERTCheckbox XFELDCHAR1XFELD
INSERT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANKAName of bank BANKACHAR60TEXT60
BANKA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROVZRegion PROVZCHAR2PROVZ
PROVZ_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STRASHouse number and street STRAS_GPCHAR35TEXT35
STRAS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ORT01City ORT01_GPCHAR35TEXT35
ORT01_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
SWIFT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BGRUPBank group (bank network) BGRUPCHAR2BGRUP
BGRUP_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XPGROPost Office Bank Current Account XPGROCHAR1XFELD
XPGRO_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
BVTYP_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BKREFReference specifications for bank details BKREFCHAR20CHAR20
BKREF_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOINHAccount Holder Name KOINH_FICHAR60KOINH
KOINH_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
IBAN_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IBAN_DATEValidity start of IBAN IBAN_VALFRDATS8DATUM
IBAN_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table RNG13X

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