FMCA_AMD_HIS SAP (Amendment History) Structure details

Dictionary Type: Structure
Description: Amendment History




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




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

FMCA_AMD_HIS 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 "Amendment History" 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_FMCA_AMD_HIS TYPE FMCA_AMD_HIS.

The FMCA_AMD_HIS table consists of various fields, each holding specific information or linking keys about Amendment History data available in SAP. These include AMD_ACTION (Action Group), AMD_ACTION_ID (Amendment Action Group ID), AMD_SOURCE (), DESCRIPTION (Text Field of Length 60).. 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 (Deep)


SAP FMCA_AMD_HIS 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
RETURN_IDTechnical Key of Carrying Object FMCA_RETURN_GUIDCHAR32SYSUUID_C
AMD_ACTIONAction Group AMD_ACTION_PSCHAR30CHAR30
AMD_ACTION_IDAmendment Action Group ID AMD_ACTION_ID_PSCHAR32SYSUUID_C
AMD_SOURCE 0
DESCRIPTIONText Field of Length 60 TEXT60CHAR60TEXT60
ERNAMEName of Person who Created the Object ERNAMCHAR12USNAM
ERTSPTime at Which Object Was Created ERTSPDEC15TZNTSTSPSH_KK
CRT_DATECreated On ERSDADATS8DATUM
CRT_TIMETime UZEITTIMS6UZEIT
RCODEProcessing Reason RCODE_PSCHAR10Assigned to domainRCODE_PS
RCODETCode for Processing Reason RCODET_PSCHAR30TEXT30
AMD_SOURCE_DESC 0
NOTE_TEXT 0

Key field Non-key field



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

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

How to access SAP table FMCA_AMD_HIS

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