F111PARAM_MODIFY SAP (Note whether RF_F111_PARAMETERS_MODIFY_ONCE has already run) Table details

Dictionary Type: Table
Description: Note whether RF_F111_PARAMETERS_MODIFY_ONCE has already run




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




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

F111PARAM_MODIFY is a standard SAP Table which is used to store Note whether RF_F111_PARAMETERS_MODIFY_ONCE has already run data and is available within R/3 SAP systems depending on the version and release level.

The F111PARAM_MODIFY table consists of various fields, each holding specific information or linking keys about Note whether RF_F111_PARAMETERS_MODIFY_ONCE has already run data available in SAP. These include REPID (ABAP Program Name), UNAME (User Name), DATUM (Date), UZEIT (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP F111PARAM_MODIFY 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
REPIDABAP Program Name REPIDCHAR40PROGNAME
UNAMEUser Name UNAMECHAR12UNAME
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
XZDEBIIndicator: Selection by Customer Account XZDEBICHAR1XFELD
XZKREDIndicator: Selection by Vendor Account XZKREDCHAR1XFELD
XZSAKOIndicator: Selection by G/L Account XZSAKOCHAR1XFELD
XNOMOD Indicator: User does not want conversion0

Key field Non-key field



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

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

SELECT SINGLE *
FROM F111PARAM_MODIFY
INTO CORRESPONDING FIELDS OF WA_F111PARAM_MODIFY
WHERE...

How to access SAP table F111PARAM_MODIFY

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