FMCA_FOBJ_UPLOAD_S SAP (Upload Structure for Forms) Structure details

Dictionary Type: Structure
Description: Upload Structure for Forms




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




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

FMCA_FOBJ_UPLOAD_S 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 "Upload Structure for Forms" 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_FOBJ_UPLOAD_S TYPE FMCA_FOBJ_UPLOAD_S.

The FMCA_FOBJ_UPLOAD_S table consists of various fields, each holding specific information or linking keys about Upload Structure for Forms data available in SAP. These include RETURN_ID (Technical Case Key (Case GUID)), FORM (Form for ISR Scenario), FORM_NUMBER (Form Number), CASE_GUID (Technical Key of Form).. 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_FOBJ_UPLOAD_S 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
FORM 0
RETURN_IDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
FORMForm for ISR Scenario QISR_TEMPLATECHAR30FPWBFORMHFPWBFORM
FORM_NUMBERForm Number FORM_NUMBER_PSCHAR4CHAR4
CASE_GUIDTechnical Key of Form FMCA_FORM_GUIDCHAR32SYSUUID_C
TIMESTAMPTime Stamp for Last Change of Form FORM_TS_PSDEC15TZNTSTMPS
X_AMENDMENTCheckbox XFELDCHAR1XFELD
FORM_CLASSForm Class FORM_CLASS_PSCHAR2FORM_CLASS_PS
FORM_STATUSForm Status FORM_STATUS_PSCHAR1FORM_STATUS_PS
FORM_STATUS_TSTime Stamp for Form Status FORM_STATUS_TS_PSDEC15TZNTSTMPS
SUPERSEDED_BYTechnical Key of Form FMCA_FORM_GUIDCHAR32SYSUUID_C
SUPERSEDE_TOTechnical Key of Form FMCA_FORM_GUIDCHAR32SYSUUID_C
RECEIPT_TSTime Stamp for Form Receipt FORM_RECEIPT_TS_PSDEC15TZNTSTMPS
TEMPLATE_VERForm Template Version FORM_TMPL_VER_PSCHAR1FORM_TMPL_VER_PS
DOGUIDDocument ID DOGUID_KKCHAR32SYSUUID_C
BATCH_IDIdentification Number of Lot BATCH_ID_KKCHAR12CHAR12
LOCATOR_NUMBERIdentification of Storage Location of Document LOCATOR_NUMBER_KKCHAR16CHAR16
X_CHANGEDIndicator that Form Data was Changed X_FORMDATA_CHANGED_PSCHAR1XFELD
FORM_IDTechnical Key of Form FMCA_FORM_GUIDCHAR32SYSUUID_C
CONTAINER_NUM5 Character Numeric NUMC NUMC5NUMC5NUM5
CONTAINER_GUIDTechnical Key of Data Object FMCA_STEP_GUIDCHAR32SYSUUID_C
DOCUMENT_IDGUID BAPIGUIDCHAR32SDOK_DOCID
TIMESTAMP_CONTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
ARC_IDContent Repository Identification SAEARCHIVICHAR2SADC2_AR
FORMDATA 0

Key field Non-key field



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

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

How to access SAP table FMCA_FOBJ_UPLOAD_S

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