CON_FIN_S_RESOUR_ASS_ITM_DATA SAP (XI Interface Activity Allocation Item - Data Part) Structure details

Dictionary Type: Structure
Description: XI Interface Activity Allocation Item - Data Part




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




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

CON_FIN_S_RESOUR_ASS_ITM_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 "XI Interface Activity Allocation Item - Data Part" 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_RESOUR_ASS_ITM_DATA TYPE CON_FIN_S_RESOUR_ASS_ITM_DATA.

The CON_FIN_S_RESOUR_ASS_ITM_DATA table consists of various fields, each holding specific information or linking keys about XI Interface Activity Allocation Item - Data Part data available in SAP. These include FIN_COSTCTR_S (Cost Center), FIN_RSCPOOL_S (Activity Type), FIN_COMPANY_S (Company Code), FIN_PROFITCTR_S (Profit Center).. 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: Not classified


SAP CON_FIN_S_RESOUR_ASS_ITM_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
.INCLU-_S 0
FIN_COSTCTR_SCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FIN_RSCPOOL_SActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
FIN_COMPANY_SCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_PROFITCTR_SProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
.INCLU-_R 0
FIN_ORDTYPE_ROrder Category CON_FIN_ORDTYPECHAR5ALPHACON_FIN_ORDTYPE
FIN_ORD_ROrder (Corresponds to FIN_ORD) CON_FIN_ORDCHAR22
FIN_COMPANY_RCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIN_PROFITCTR_RProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FIN_SCMAGYID_RTechnical Copy of FIN_SCMAGYID CON_FIN_FIN_SCMAGYIDCHAR60TEXT60
FIN_SCMID_RTechnical Copy of FIN_SCMID CON_FIN_FIN_SCMIDCHAR60TEXT60
T_QUANTITY 0

Key field Non-key field



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

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

How to access SAP table CON_FIN_S_RESOUR_ASS_ITM_DATA

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