SEPA_CI_PROC_HIS SAP (SEPA CI Limits and CI Whitelist) Table details

Dictionary Type: Table
Description: SEPA CI Limits and CI Whitelist




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




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

SEPA_CI_PROC_HIS is a standard SAP Table which is used to store SEPA CI Limits and CI Whitelist data and is available within R/3 SAP systems depending on the version and release level.

The SEPA_CI_PROC_HIS table consists of various fields, each holding specific information or linking keys about SEPA CI Limits and CI Whitelist data available in SAP. These include CLIENT (Client), INTERNAL_ID (Global Unique ID for table), TMSTMP (UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun)), ANWND (SEPA: Application for Which Mandate Relevant).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SEPA_CI_PROC_HIS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
INTERNAL_IDGlobal Unique ID for table UUIDRAW16UUID
TMSTMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
ANWNDSEPA: Application for Which Mandate Relevant SEPA_ANWNDCHAR1Assigned to domainSEPA_ANWND
CICreditor Identification Number SEPA_CRDIDCHAR35ID035
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
LIMIT_AMOUNTLimit for Payee - Limit Amount SEPA_CI_LIMIT_AMOUNTCURR23(2)
LIMIT_CURRLimit for Payee - Limit Currency SEPA_CI_LIMIT_CURRENCYCUKY5Assigned to domainWAERS
LIMIT_NUMBERLimit for Payee - Limit Number SEPA_CI_LIMIT_NUMBERNUMC6
LIMIT_UNITLimit for Payee - Period Unit SEPA_CI_LIMIT_P_UNITCHAR1SEPA_CI_LIMIT_P_UNIT
LIMIT_START_DATELimit for Payee - Start Date SEPA_CI_LIMIT_START_DDATS8DATS
CRUSRUser Name UNAMECHAR12UNAME
TIMESTAMP_CREATEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEPA_CI_PROC_HIS
INTO CORRESPONDING FIELDS OF WA_SEPA_CI_PROC_HIS
WHERE...

How to access SAP table SEPA_CI_PROC_HIS

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