F111V SAP (Fields for SAPF111V (PR Payment Program Parameters)) Structure details

Dictionary Type: Structure
Description: Fields for SAPF111V (PR Payment Program Parameters)




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




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

F111V 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 "Fields for SAPF111V (PR Payment Program Parameters)" 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_F111V TYPE F111V.

The F111V table consists of various fields, each holding specific information or linking keys about Fields for SAPF111V (PR Payment Program Parameters) data available in SAP. These include LAUFI (Additional Identification), COPYD (CPU Date of the Run that Serves as a Reference Copy), COPYI (Additional Identification of the Run to be Copied), STATU (Editing Status).. 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 F111V 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
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
COPYDCPU Date of the Run that Serves as a Reference Copy COPYDDATS8DATUM
COPYIAdditional Identification of the Run to be Copied COPYICHAR6LAUFI
STATUEditing Status STATU_110CHAR60TEXT60
VONLDLower Limit for the Run Date Found VONDT_REGUDATS8DATUM
BISLDUpper Limit for the Run Date Being Searched For BISDT_REGUDATS8DATUM
ZWELSList of Payment Methods that Should be Used in a Payment Run F110_ZWELSCHAR10ZWELS
NEDATDate of the Next Payment Run PRQ_NEDATDATS8DATUM
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
WFAELBill of Exchange Due Date WFAELDATS8DATUM
XVORLIndicator: Only Proposal Run? XVORLCHAR1XFELD
XFKTVIndicator: Adjust Date Details XFKTV_110CHAR1XFELD
XSTRFIndicator: Start immediately XSTRFCHAR1XFELD
XMITLIndicator: Schedule Payment Lists Too XMITLCHAR1XFELD
XMITDIndicator: Schedule Post and Print XMITDCHAR1XFELD
XMOREIndicator: Further details on the detail screen XMORECHAR1XFELD
STRDTSched. Start Date STRDTDATS8DATUM
STRZTPlanned Start Time STRZTTIMS6UZEIT
JNAMEBackground job name BTCJOBCHAR32CHAR32
BHOSTComputer on Which the Background Job Is to Be Carried Out BHOSTCHAR20MSHOST
FDTASelection Field - Reorganize FDTA Data FDTA_REORGCHAR1XFELD
XTRZNIndicator: Payment Method Selection Trace for Errors? PRQ_XTRZNCHAR1XFELD
XTRZWIndicator: Payment Method Selection Trace Required? XTRZW_110CHAR1XFELD
XTRBLIndicator: Is a Trace Required for the Payment Documents? XTRBL_110CHAR1XFELD
XTRZEIndicator: Payment Method Selection Trace for Errors? XTRZE_110CHAR1XFELD
XTRFAIndicator: Trace for Due Date Determination? XTRFA_110CHAR1XFELD
MONATFiscal Period MONATNUMC2MONAT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PROGNProgram Name PROGNCHAR40PROGN
LPROGProgram Name PROGNCHAR40PROGN
VARI1Payment Transaction Variant FORDVARICHAR14SELSET
VARI2Payment Transaction Variant FORDVARICHAR14SELSET
VARI3Payment Transaction Variant FORDVARICHAR14SELSET
VARI4Payment Transaction Variant FORDVARICHAR14SELSET
VARL1Payment Transaction Variant FORDVARICHAR14SELSET
VARL2Payment Transaction Variant FORDVARICHAR14SELSET
VARL3Payment Transaction Variant FORDVARICHAR14SELSET
VARL4Payment Transaction Variant FORDVARICHAR14SELSET
INDINot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table F111V

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