SFSG_FREQ_V SAP (Generated Table for View SFSG_FREQ_V) Table View details

Dictionary Type: Table View
Description: Generated Table for View SFSG_FREQ_V




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




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

SFSG_FREQ_V is a standard SAP Table View which is used to store Generated Table for View SFSG_FREQ_V data and is available within R/3 SAP systems depending on the version and release level.

The SFSG_FREQ_V table consists of various fields, each holding specific information or linking keys about Generated Table for View SFSG_FREQ_V data available in SAP. These include SYSTEM_ID (Replication Framework - System ID (abbreviation)), RETRIEVE (Retrieve Method), SDLSTRTDT (Replication Framework - Start Date), SDLSTRTTM (Replication Framework - Start Time).. 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: Not classified


SAP SFSG_FREQ_V table view 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
REPL_UNITReplication Framework - Name of a Replication Unit SFSRFW_REPL_UNITCHAR30SFS_REPL_UNITSSFSRFW_REPL_UNIT
SYSTEM_IDReplication Framework - System ID (abbreviation) SFSRFW_IDX_SYSTEM_IDCHAR3SFSRFW_IDX_SYSSFSRFW_IDX_SYSTEM_ID
RETRIEVERetrieve Method SFSG_RETRIEVECHAR1SFSG_RETRIEVE
SDLSTRTDTReplication Framework - Start Date SFSRFW_REPL_FREQ_STARTDATEDATS8SYDATS
SDLSTRTTMReplication Framework - Start Time SFSRFW_REPL_FREQ_STARTTIMETIMS6SYTIME
PERIODICReplication Framework - Periodic Replication SFSRFW_REPL_FREQ_PERIODICCHAR1SFSRFW_REPL_FREQ_PERIODIC
PRDDAYSReplication Framework - Replication Frequency in Days SFSRFW_REPL_FREQ_DAYSNUMC3SFSRFW_REPL_FREQ_DAYS
PRDHOURSReplication Framework - Replication Frequency in Hours SFSRFW_REPL_FREQ_HOURSNUMC2SFSRFW_REPL_FREQ_HOURS
PRDMINSReplication Framework - Replication Frequency in Minutes SFSRFW_REPL_FREQ_MINUTESNUMC2SFSRFW_REPL_FREQ_MINUTES
PRDSECSReplication Framework - Replication Frequency in Hours SFSRFW_REPL_FREQ_SECONDSNUMC2SFSRFW_REPL_FREQ_SECONDS
PRDWEEKSReplication Framework - Period Duration (Weeks) SFSRFW_REPL_FREQ_WEEKSNUMC2SFSRFW_REPL_FREQ_WEEKS
PRDMONTHSReplication Framework - Period Duration in Months SFSRFW_REPL_FREQ_MONTHSNUMC2SFSRFW_REPL_FREQ_MONTHS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SFSG_FREQ_V
INTO CORRESPONDING FIELDS OF WA_SFSG_FREQ_V
WHERE...

How to access SAP table SFSG_FREQ_V

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