FCOM_S_SC_HEADER_SRM SAP (Interface Header Data SRM Shopping Cart) Structure details

Dictionary Type: Structure
Description: Interface Header Data SRM Shopping Cart




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




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

FCOM_S_SC_HEADER_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 "Interface Header Data 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_HEADER_SRM TYPE FCOM_S_SC_HEADER_SRM.

The FCOM_S_SC_HEADER_SRM table consists of various fields, each holding specific information or linking keys about Interface Header Data SRM Shopping Cart data available in SAP. These include DESCRIPTION (Character field of length 40), CURRENCY (Currency Key), SUBTYPE (Version Number Component), SK_COUNTRY (Version Number Component).. 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_HEADER_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
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
DESCRIPTIONCharacter field of length 40 CHAR40CHAR40CHAR40
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SUBTYPEVersion Number Component CHAR2CHAR2CHAR2
SK_COUNTRYVersion Number Component CHAR2CHAR2CHAR2
SK_SCENARIO13-Byte field CHAR3CHAR3CHAR3
SK_SCENARIO23-Byte field CHAR3CHAR3CHAR3
SK_SCENARIO33-Byte field CHAR3CHAR3CHAR3
SK_SCENARIO43-Byte field CHAR3CHAR3CHAR3
SK_SCENARIO53-Byte field CHAR3CHAR3CHAR3
PROCESS_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
OBJECT_IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
POSTING_DATEDate DATUMDATS8DATUM
CREATED_BYUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CREATED_ATTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
CHANGED_BYUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CHANGED_ATTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
TZONECharacter field of length 6 CHAR6CHAR6CHAR6
TOTAL_VALUETotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
TOTAL_TAXTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
TOTAL_VALUE_APPRTotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8
USR_BUDGET_VALUETotal Value in Transaction Currency WTGXXXCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table FCOM_S_SC_HEADER_SRM

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