CKMVFM_BSEG_OUT SAP (Display of FI Documents, Transaction CKMVFM, SAP Note 912984) Table details

Dictionary Type: Table
Description: Display of FI Documents, Transaction CKMVFM, SAP Note 912984




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




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

CKMVFM_BSEG_OUT is a standard SAP Table which is used to store Display of FI Documents, Transaction CKMVFM, SAP Note 912984 data and is available within R/3 SAP systems depending on the version and release level.

The CKMVFM_BSEG_OUT table consists of various fields, each holding specific information or linking keys about Display of FI Documents, Transaction CKMVFM, SAP Note 912984 data available in SAP. These include EXID (Four-digit number), MATNR (Material Number), BWKEY (Valuation Area), BWTAR (Valuation Type).. 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 or numeric)


SAP CKMVFM_BSEG_OUT 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
EXIDFour-digit number NUM4NUMC4NUM04
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VBEL2Sales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSN2Sales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KTOSLTransaction Key KTOSLCHAR3CHAR3
GLVORBusiness Transaction GLVORCHAR4CHAR4
TEXTName CKML_KURZBEZEICHNUNGCHAR30TEXT30
VORGNTransaction Type for General Ledger VORGNCHAR4VORGN
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
BUSTWPosting string for values BUSTWCHAR4BUSTW
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMVFM_BSEG_OUT
INTO CORRESPONDING FIELDS OF WA_CKMVFM_BSEG_OUT
WHERE...

How to access SAP table CKMVFM_BSEG_OUT

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