CON_FIN_S_INV_CHANGE_ITEM_REF SAP (References) Structure details

Dictionary Type: Structure
Description: References




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




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

CON_FIN_S_INV_CHANGE_ITEM_REF 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 "References" 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_CON_FIN_S_INV_CHANGE_ITEM_REF TYPE CON_FIN_S_INV_CHANGE_ITEM_REF.

The CON_FIN_S_INV_CHANGE_ITEM_REF table consists of various fields, each holding specific information or linking keys about References data available in SAP. These include FIN_ORDMNF (Order Number), FIN_SCMAGYIDMNF (Technical Copy of FIN_SCMAGYID), FIN_SCMIDMNF (Technical Copy of FIN_SCMID), FIN_ORDTYPEPUR (Character Field with Length 5).. 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)


SAP CON_FIN_S_INV_CHANGE_ITEM_REF 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
FIN_ORDTYPEMNFCharacter Field with Length 5 CHAR05CHAR5CHAR005
FIN_ORDMNFOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FIN_SCMAGYIDMNFTechnical Copy of FIN_SCMAGYID CON_FIN_FIN_SCMAGYIDCHAR60TEXT60
FIN_SCMIDMNFTechnical Copy of FIN_SCMID CON_FIN_FIN_SCMIDCHAR60TEXT60
FIN_ORDTYPEPURCharacter Field with Length 5 CHAR05CHAR5CHAR005
FIN_ORDPURPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
FIN_ORDITMTYPEPUROrder Item Category (Corresponds to FIN_ORDITMTYPE) CON_FIN_ORDITMTYPECHAR5CHAR5
FIN_ORDPURITMOrder Item (Corresponds to FIN_ORDITM) CON_FIN_ORDITMCHAR10
FIN_RETITMINDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FIN_SCMAGYIDPURTechnical Copy of FIN_SCMAGYID CON_FIN_FIN_SCMAGYIDCHAR60TEXT60
FIN_SCMIDPURTechnical Copy of FIN_SCMID CON_FIN_FIN_SCMIDCHAR60TEXT60
FIN_PRODUCTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
FIN_LOCATIONPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FIN_COMPANYCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RASSCCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
FIN_PROFITCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
.INCLU-BTD 0
FIN_SCMAGYIDBTDTechnical Copy of FIN_SCMAGYID CON_FIN_FIN_SCMAGYIDCHAR60TEXT60
FIN_SCMIDBTDTechnical Copy of FIN_SCMID CON_FIN_FIN_SCMIDCHAR60TEXT60
FIN_ORDBTDOrder (Corresponds to FIN_ORD) CON_FIN_ORDCHAR22
FIN_ORDITMBTDOrder Item (Corresponds to FIN_ORDITM) CON_FIN_ORDITMCHAR10
FIN_ORDASGTNOBTDAccount Assignments for Order Item (Corresp. FIN_ORDASGTNO) CON_FIN_ORDASGTNOCHAR10CHAR10
FIN_ORDTYPEBTDOrder Category CON_FIN_ORDTYPECHAR5ALPHACON_FIN_ORDTYPE
FIN_ORDITMTYPEBTDOrder Item Category (Corresponds to FIN_ORDITMTYPE) CON_FIN_ORDITMTYPECHAR5CHAR5

Key field Non-key field



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

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

How to access SAP table CON_FIN_S_INV_CHANGE_ITEM_REF

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