/SAPSRM/S_GEN_IT_ACC_DTLS_DATA SAP (Structure for Accounting Details) Structure details

Dictionary Type: Structure
Description: Structure for Accounting Details




ABAP Code to SELECT data from /SAPSRM/S_GEN_IT_ACC_DTLS_DATA
Related tables to /SAPSRM/S_GEN_IT_ACC_DTLS_DATA
Access table /SAPSRM/S_GEN_IT_ACC_DTLS_DATA




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

/SAPSRM/S_GEN_IT_ACC_DTLS_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 "Structure for Accounting Details" 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_/SAPSRM/S_GEN_IT_ACC_DTLS_DATA TYPE /SAPSRM/S_GEN_IT_ACC_DTLS_DATA.

The /SAPSRM/S_GEN_IT_ACC_DTLS_DATA table consists of various fields, each holding specific information or linking keys about Structure for Accounting Details data available in SAP. These include FUNDS_CTR (Funds Center), OR_DESCRIPTION (Text Field), WBS_DESCRIPTION (Text Field), SD_DOC (Sales and Distribution Document Number).. 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 /SAPSRM/S_GEN_IT_ACC_DTLS_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
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
OR_DESCRIPTIONText Field TEXT50CHAR50TEXT50
WBS_DESCRIPTIONText Field TEXT50CHAR50TEXT50
SD_DOCSales and Distribution Document Number BBP_VBELNCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMSales Document Item BBP_POSNR_VANUMC6Assigned to domainPOSNRAPO
SCHED_LINESchedule Line Number BBP_ETENRNUMC4Assigned to domainETENR
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
COST_OBJCost Object BBP_KSTRGCHAR12Assigned to domainKSTRGKTR
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PROF_SEGMProfitability Segment Number (CO-PA) BBP_RKEOBJNRNUMC10RKEOBJNR
COUNTERInternal counter CIM_COUNTNUMC8CIM_COUNT
RL_EST_KEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
REF_DATEReference Date for Settlement DABRBEZDATS8DDAT
FUNC_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
ASSET_CLASSCHAR08 CHAR08CHAR8CHAR08
ASSET_DESCText Field TEXT50CHAR50TEXT50
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_RESDocument number for earmarked funds BBP_KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
RES_ITEMEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_GEN_IT_ACC_DTLS_DATA using ABAP code?

As /SAPSRM/S_GEN_IT_ACC_DTLS_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 /SAPSRM/S_GEN_IT_ACC_DTLS_DATA as there is no data to select.

How to access SAP table /SAPSRM/S_GEN_IT_ACC_DTLS_DATA

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