FCOM_S_SC_ACC_SRM SAP (Account Assignment for SRM Shopping Cart) Structure details

Dictionary Type: Structure
Description: Account Assignment for SRM Shopping Cart




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




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

FCOM_S_SC_ACC_SRM 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 "Account Assignment for SRM Shopping Cart" 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_FCOM_S_SC_ACC_SRM TYPE FCOM_S_SC_ACC_SRM.

The FCOM_S_SC_ACC_SRM table consists of various fields, each holding specific information or linking keys about Account Assignment for SRM Shopping Cart data available in SAP. These include GUID (GUID in 'RAW' format), P_GUID (GUID in 'RAW' format), DISTR_PERC (Settlement percentage rate), ACC_NO (Count Parameters).. 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 FCOM_S_SC_ACC_SRM 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
P_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
DISTR_PERCSettlement percentage rate BRGPROZSDEC5(2) PROZS
ACC_NOCount Parameters NUMC04NUMC4NUMC4
ACC_CATR/2 table CHAR5CHAR5CHAR5
DEL_INDSingle-Character Indicator CHAR1CHAR1CHAR1
SRC_GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
G_L_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GL_ACC_ORIGINSingle-Character Indicator CHAR1CHAR1CHAR1
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SD_DOCSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
SCHED_LINEOrder Item Number CO_POSNRNUMC4CO_POSNR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROF_SEGMProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEM_EWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AUFPL
RL_EST_KEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
COUNTERNumeric 8-figures NUMC08NUMC8NUMC08
REC_INDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
PART_ACCTPartner account number JV_PARTCHAR10Assigned to domainALPHAKUNNR
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUND_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
REF_DATEReference Date for Settlement DABRBEZDATS8DDAT
COST_OBJCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
ACC_STRCharacter field, length 64 CHAR64CHAR64CHAR64
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
DIST_QUANQuantity MENGE_DQUAN13(3) MENG13
DIST_VALUETotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
DIST_INDSingle-Character Indicator CHAR1CHAR1CHAR1
FUND_RESDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
RES_ITEMEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP

Key field Non-key field



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

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

How to access SAP table FCOM_S_SC_ACC_SRM

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