/SAPSRM/S_GEN_ITEM_ACC_DATA SAP (Include for Accounting Data) Structure details

Dictionary Type: Structure
Description: Include for Accounting Data




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




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

/SAPSRM/S_GEN_ITEM_ACC_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 "Include for Accounting Data" 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_ITEM_ACC_DATA TYPE /SAPSRM/S_GEN_ITEM_ACC_DATA.

The /SAPSRM/S_GEN_ITEM_ACC_DATA table consists of various fields, each holding specific information or linking keys about Include for Accounting Data data available in SAP. These include DISTR_PERC (Distribution Percentage in the Case of Multiple Acct Assgt), DIST_QUAN (Quantity in Order Unit), DIST_VALUE (Net Value), ACC_CAT (Account Assignment Category in SRM).. 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_ITEM_ACC_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
ACC_NOSequential Account Assignment No. in EBP Purchase Document BBP_ACC_NONUMC4BBP_ACCNO
DISTR_PERCDistribution Percentage in the Case of Multiple Acct Assgt BBP_VPROZDEC5(2) BBP_VPROZ
DIST_QUANQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
DIST_VALUENet Value BBP_VALUECURR15(2) WERT8
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
ACC_CAT_DESCAccount Assignment Category Description in SAP SRM BBP_ACCCAT_DCHAR30CHAR_30
ACC_ASSIGNGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64
ACC_DESCRIPTIONText Field TEXT50CHAR50TEXT50
G_L_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GL_DESCRIPTIONText Field TEXT50CHAR50TEXT50
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ACC_DIST_INDAccount Assignment Distribution Indicator for Web Dynpro /SAPSRM/BBP_ACC_DIST_INDCHAR1/SAPSRM/BBP_ACC_DIST_IND

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_GEN_ITEM_ACC_DATA

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