BKKPAYMEX_HD SAP (Header Table of EFT Management: Outgoing Payt Transactions) Table details

Dictionary Type: Table
Description: Header Table of EFT Management: Outgoing Payt Transactions




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




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

BKKPAYMEX_HD is a standard SAP Table which is used to store Header Table of EFT Management: Outgoing Payt Transactions data and is available within R/3 SAP systems depending on the version and release level.

The BKKPAYMEX_HD table consists of various fields, each holding specific information or linking keys about Header Table of EFT Management: Outgoing Payt Transactions data available in SAP. These include FILE_NAME (File Name Prefix), RUN_NO (Sequential Number of a File), DATE_CREATE (Date on which the EFT was created), TIME_CREATE (Time at which EFT was created).. 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: Not classified


SAP BKKPAYMEX_HD 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
FILE_NAMEFile Name Prefix BKK_FILE_NAMECHAR12BKK_FILE_NAME
RUN_NOSequential Number of a File BKK_FILE_RUN_NRNUMC5NUM05
DATE_CREATEDate on which the EFT was created BKK_DATE_CREATEDATS8DATUM
TIME_CREATETime at which EFT was created BKK_TIME_CREATETIMS6TIME
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
DATE_ITEM_FROldest Date Limit of Processed Items BKK_DATE_FROMDATS8DATUM
TIME_ITEM_FREarliest Time of Processed Items During Day DATE_ITEM_FROM BKK_TIME_FROMTIMS6TIME
DATE_ITEM_TONewest Date Limit of Processed Items BKK_DATE_TODATS8DATUM
TIME_ITEM_TOLatest Time of Processed Items During Day DATE_ITEM_TO BKK_TIME_TOTIMS6TIME
FILE_PATHFile path in EFT management BKK_LOCALFILECHAR100BKK_LOCALFILE
USER_CREATEUser who Created EFT BKK_USER_CREATECHAR12BKK_USER_CREATE
XDUPLICATIndicator: A Duplicate of this File has Been Created BKK_XDUPLICATCHAR1XFELD
REF_YEARReference Year in Outgoing Payment Transactions BKK_REF_YEARNUMC4NUMC4
REF_NOReference Number in Outgoing Payment Transactions BKK_REF_NONUMC6NUMC6
CLEAR_IDID of a Clearing Center BKK_CLEAR_IDCHAR6BKK_CLEAR_ID
POST_DATEPosting date BKK_PSTDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKKPAYMEX_HD
INTO CORRESPONDING FIELDS OF WA_BKKPAYMEX_HD
WHERE...

How to access SAP table BKKPAYMEX_HD

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