CMM_S_INV_ANTCP_DATA SAP (Anticipated invoice item in material management) Structure details

Dictionary Type: Structure
Description: Anticipated invoice item in material management




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




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

CMM_S_INV_ANTCP_DATA 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 "Anticipated invoice item in material management" 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_CMM_S_INV_ANTCP_DATA TYPE CMM_S_INV_ANTCP_DATA.

The CMM_S_INV_ANTCP_DATA table consists of various fields, each holding specific information or linking keys about Anticipated invoice item in material management data available in SAP. These include BPWEM (Goods Receipt Quantity in Purchase Order Price Unit), WEWWR (Value of goods received in foreign currency), WEWRT (Value of goods received in local currency), REMNG (Quantity invoiced).. 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 (Deep)


SAP CMM_S_INV_ANTCP_DATA 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
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
BPWEMGoods Receipt Quantity in Purchase Order Price Unit BPWEMQUAN13(3) MENG13
WEWWRValue of goods received in foreign currency WEWWRCURR13(2) WERT7
WEWRTValue of goods received in local currency WEWRTCURR13(2) WERT7
REMNGQuantity invoiced REMNGQUAN13(3) MENG13
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7
AREWWClearing value on GR/IR clearing account (transac. currency) AREWWCURR13(2) WERT7
REEWRInvoice Value Entered (in Local Currency) REEWRCURR13(2) WRTV7
AREWRGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LBKUMTotal Valuated Stock LBKUMQUAN13(3) MENG13V
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KNUMV_OLDNumber of the document condition KNUMVCHAR10KNUMV
KPOSN_OLDCondition item number KPOSNNUMC6NUM6
KNUMV_NEWNumber of the document condition KNUMVCHAR10KNUMV
KPOSN_NEWCondition item number KPOSNNUMC6NUM6
FINAL_INV_EXISTDifferential Invoicing: Final Invoice Exists FINAL_INV_EXISTCHAR1CHAR1
WWERTTranslation Date WWERT_DDATS8DATUM
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
WEBUDPosting Date in the Document BUDATDATS8DATUM
KOMV 0

Key field Non-key field



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

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

How to access SAP table CMM_S_INV_ANTCP_DATA

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