BAPICM61V SAP (Communication Work Area for Availability Check) Structure details

Dictionary Type: Structure
Description: Communication Work Area for Availability Check




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




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

BAPICM61V 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 "Communication Work Area for Availability Check" 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_BAPICM61V TYPE BAPICM61V.

The BAPICM61V table consists of various fields, each holding specific information or linking keys about Communication Work Area for Availability Check data available in SAP. These include RCODE (Single-Character Indicator), KZPSX (Single-Character Indicator), KZVEX (Single-Character Indicator), PRMOD (Single-Character Indicator).. 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 or numeric)


SAP BAPICM61V 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
VFPSTControl indicator for availability check VFPSTCHAR1VFPST
RCODESingle-Character Indicator CHAR1CHAR1CHAR1
KZPSXSingle-Character Indicator CHAR1CHAR1CHAR1
KZVEXSingle-Character Indicator CHAR1CHAR1CHAR1
PRMODSingle-Character Indicator CHAR1CHAR1CHAR1
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
KZLGPSingle-Character Indicator CHAR1CHAR1CHAR1
DIAFLSingle-Character Indicator CHAR1CHAR1CHAR1
KZUEBSingle-Character Indicator CHAR1CHAR1CHAR1
WKBSTQuantity received or quantity required MNG01QUAN13(3) MENGV13
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PSPELWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
ATPBTATP quantity MNG04QUAN13(3) MENGV13
MTVFPChecking Group for Availability Check MTVFPCHAR2Assigned to domainMTVFP
PRRERChecking Rule for Availability Check PRREGCHAR2Assigned to domainPRREGPRR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
FCBEANew Input Values XFLAGCHAR1XFLAG
FCODEFunction code XCODECHAR20FCODE
OKDBDCheckbox XFELDCHAR1XFELD
SUMZGTotal receipts SUMZGQUAN13(3) MENGV13
SUMAGIssue totals SUMAGQUAN13(3) MENGV13
SUMBACommitted issue total SUMBAQUAN13(3) MENGV13
PRFLGCheckbox XFELDCHAR1XFELD
TRTYPTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table BAPICM61V

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