BCAREVPO_BS SAP (Payment Items and Add. Payment Orders fm Curr. Convers. (AS)) Table details

Dictionary Type: Table
Description: Payment Items and Add. Payment Orders fm Curr. Convers. (AS)




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




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

BCAREVPO_BS is a standard SAP Table which is used to store Payment Items and Add. Payment Orders fm Curr. Convers. (AS) data and is available within R/3 SAP systems depending on the version and release level.

The BCAREVPO_BS table consists of various fields, each holding specific information or linking keys about Payment Items and Add. Payment Orders fm Curr. Convers. (AS) data available in SAP. These include BKKRS (Bank Area), ITEM (Item number in current accounts), PAORN (Number of the additional payment order), PI_STATUS (Status of Payment Item).. 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 (character-type)


SAP BCAREVPO_BS 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
BKKRSBank Area BKK_BKKRSCHAR4Assigned to domainBKK_BKKRSBNS
ITEMItem number in current accounts BKK_DOCNONUMC12Assigned to domainBKK_DOCNODOCNO
PAORNNumber of the additional payment order BCA_DTE_NPAORNNUMC12BKK_PAORNPYN
PI_STATUSStatus of Payment Item BCA_DTE_PISTATCHAR1BCA_PI_STATUS
PO_STATUSStatus of the additional payment order BCA_DTE_NPOSTATCHAR1BCA_PO_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM BCAREVPO_BS
INTO CORRESPONDING FIELDS OF WA_BCAREVPO_BS
WHERE...

How to access SAP table BCAREVPO_BS

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