BKK_PXPO_ORDER SAP (Collective Payment Order) Table details

Dictionary Type: Table
Description: Collective Payment Order




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




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

BKK_PXPO_ORDER is a standard SAP Table which is used to store Collective Payment Order data and is available within R/3 SAP systems depending on the version and release level.

The BKK_PXPO_ORDER table consists of various fields, each holding specific information or linking keys about Collective Payment Order data available in SAP. These include PO_ID (Payment Order GUID), BKKRS (Bank Area), PAORN (Payment order number), POST_DATE (Posting date).. 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 BKK_PXPO_ORDER 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
PO_IDPayment Order GUID BKK_DTE_PXPO_IDRAW16
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PAORNPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
POST_DATEPosting date BKK_PSTDATDATS8DATUM
AMOUNTAmount in Transaction Currency BKK_TAMNTCURR17(2) BKK_ITAMT
CURRENCYTransaction Currency BKK_TCURCUKY5TCURCWAERS
XCREDITTransaction Type Initiates a Credit BKK_INPMNTCHAR1XFELD
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
BANK_COUNTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKKEYBank number BANKLCHAR15BANKLBLZ
IBANInternational Bank Account Number BKK_ACIBANCHAR35ALPHABKK_ACIBAN
COLL_PO_REFCollective Payment Order Reference Number BKK_OPD_DTE_COL_PO_REF_NOCHAR32CHAR32
RCP_ITEM_COUNTNumber of RCPs BKK_DTE_PXPO_NUM_RCPINT410
CREATE_TMSTMPTimestamp of Record Creation BKK_DTE_PXPO_TMSTMP_CREATEDEC15TZNTSTMPS
FORWARD_TECHNOLOGYPossible Forwarding Technologies for Payment Orders BKK_DTE_PXPO_TECHCHAR3BKK_DOM_PXPO_TECH
SYS_TOTarget System For Receiving Payment Orders and Payment Items BKK_DTE_PXPO_SYSTEM_TOCHAR10Assigned to domainALPHALOGSYS
RECONC_SYSTEMOriginating System for Payment Orders and Payment Items BKK_DTE_PXPO_SYSTEM_FROMCHAR10Assigned to domainALPHALOGSYS
RECONC_APPLOriginating Application for Payment Orders and Payment Items BKK_DTE_PXPO_APPLICATION_FROMCHAR5BKK_DOM_PXPO_APPLICATION_ID
RECONC_NOReconciliation Number BKK_DTE_PXPO_RECONC_NOCHAR15BKK_DOM_PXPO_RECONC_NO
RI_BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
RI_PAORNPayment order number BKK_PAORNNUMC12BKK_PAORNPYN
RI_POSNOPosition in Item BKK_POSNONUMC3BKK_POSNOPOSNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK_PXPO_ORDER
INTO CORRESPONDING FIELDS OF WA_BKK_PXPO_ORDER
WHERE...

How to access SAP table BKK_PXPO_ORDER

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