TFW_DX_JOB SAP (TFW: Schedule Data Exchange Changes to (Mini-) Templates) Table details

Dictionary Type: Table
Description: TFW: Schedule Data Exchange Changes to (Mini-) Templates




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




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

TFW_DX_JOB is a standard SAP Table which is used to store TFW: Schedule Data Exchange Changes to (Mini-) Templates data and is available within R/3 SAP systems depending on the version and release level.

The TFW_DX_JOB table consists of various fields, each holding specific information or linking keys about TFW: Schedule Data Exchange Changes to (Mini-) Templates data available in SAP. These include TFW_OBJECT (TFW: Application Object), JOB_START (TFW: Scheduling of a Job), REPORT_VARIANT (Variant Name), JOB_TIME (Planned start time for background Job).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TFW_DX_JOB table 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
CLIENTClient MANDTCLNT3T000MANDT
TFW_OBJECTTFW: Application Object TFW_APPL_OBJECTCHAR10TFW_OBJECTCHAR10TFW_APPL_OBJECT_BADI_SHLP
JOB_STARTTFW: Scheduling of a Job TFW_JOB_STARTCHAR1TFW_JOB_START
REPORT_VARIANTVariant Name RALDB_VARICHAR14RALDB_VARI
JOB_TIMEPlanned start time for background Job BTCSTIMETIMS6SYTIME

Key field Non-key field



How do I retrieve data from SAP table TFW_DX_JOB using ABAP code

The following ABAP code Example will allow you to do a basic selection on TFW_DX_JOB to SELECT all data from the table
DATA: WA_TFW_DX_JOB TYPE TFW_DX_JOB.

SELECT SINGLE *
FROM TFW_DX_JOB
INTO CORRESPONDING FIELDS OF WA_TFW_DX_JOB
WHERE...

How to access SAP table TFW_DX_JOB

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