FCC2_EXT_EXPORT_PARA SAP (Export Parameters for External Job Scan) Structure details

Dictionary Type: Structure
Description: Export Parameters for External Job Scan




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




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

FCC2_EXT_EXPORT_PARA 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 "Export Parameters for External Job Scan" 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_FCC2_EXT_EXPORT_PARA TYPE FCC2_EXT_EXPORT_PARA.

The FCC2_EXT_EXPORT_PARA table consists of various fields, each holding specific information or linking keys about Export Parameters for External Job Scan data available in SAP. These include JOBNAME (Background job name), JOBVARIANT (Variant Name), JOBCOUNT (Job ID), SCHETMPSTMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)).. 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 FCC2_EXT_EXPORT_PARA 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
JOBIDReference value from job creator to identify job BTCCTXTCHAR32CHAR32
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBVARIANTVariant Name RALDB_VARICHAR14RALDB_VARI
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
SCHETMPSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SCHEDUSERUser Name UNAMECHAR12UNAME
JOBSTATState of Background Job BTCSTATUSCHAR1CHAR1
APPLSTATJob Status from a Business View SCHEDMAN_JOB_STATICHAR1SCHEDMAN_JOB_STATI
STARTDATEDate DATUMDATS8DATUM
STARTTIMETime UZEITTIMS6UZEIT
ENDDATEDate DATUMDATS8DATUM
ENDTIMETime UZEITTIMS6UZEIT
SPOOL Spool ID List Split By /0
APPLLOGApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
JOBLOG Job Log0
BASICLISTID of Processed Object (see SCHEDMAN_TYPE for Category) SCHEDMAN_IDDEC21(7) TZNTSTMPL
DETAILLISTID of Processed Object (see SCHEDMAN_TYPE for Category) SCHEDMAN_IDDEC21(7) TZNTSTMPL
REPORTABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
VARIANTEVariant SELSETCHAR14SELSET
RJ_USRUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
RJ_CREATORUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

How to access SAP table FCC2_EXT_EXPORT_PARA

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