WITH_0F61 SAP (Structure for Customizing (Screen Fields)) Structure details

Dictionary Type: Structure
Description: Structure for Customizing (Screen Fields)




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




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

WITH_0F61 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 "Structure for Customizing (Screen Fields)" 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_WITH_0F61 TYPE WITH_0F61.

The WITH_0F61 table consists of various fields, each holding specific information or linking keys about Structure for Customizing (Screen Fields) data available in SAP. These include WT_ACCREC (Screen Field: Customer data), WT_EXEMPT (Screen Field: Exemption), WT_VALDTY (Screen field: Validity), WT_BASNET (Net amount).. 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 WITH_0F61 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
WT_ACCPAYVendor data WT_ACCPAYCHAR1XFELD
WT_ACCRECScreen Field: Customer data WT_ACCRECCHAR1XFELD
WT_EXEMPTScreen Field: Exemption WT_EXEMPTCHAR1XFELD
WT_VALDTYScreen field: Validity WT_VALDTYCHAR1XFELD
WT_BASNETNet amount WT_BASNETCHAR1XFELD
WT_BASNETMModified net amount WT_BASNETMCHAR1XFELD
WT_BASTAXMModified tax amount WT_BASTAXMCHAR1XFELD
WT_BASVATTax amount WT_BASVATCHAR1XFELD
WT_BASGROGross amount WT_BASGROCHAR1XFELD
WT_NOACC2Indicator: No accumulation? WT_NOACC2CHAR1XFELD
WT_PYEARIndicator: Per Calendar Year? WT_PYEARCHAR1XFELD
WT_PQUARTIndicator: Per quarter? WT_PQUARTCHAR1XFELD
WT_PMONTHIndicator: Per month? WT_PMONTHCHAR1XFELD
WT_WTDISCIndicator: Calculate w/tax pre cash discount calculation? WT_WTDISCCHAR1XFELD
WT_DISCWTCash discount calculation before w/tax calculation WT_DISCWTCHAR1XFELD
WT_CODEW/tax code level WT_CODECHAR1XFELD
WT_CODE2W/Tax code level WT_CODE2CHAR1XFELD
WT_TYPEIndicator: At w/tax type level? WT_TYPECHAR1XFELD
WT_TYPE2Indicator: At w/tax type level? WT_TYPE2CHAR1XFELD
WT_NOCIIndicator: No central invoicing? WT_NOCICHAR1XFELD
WT_CIFIRSCentral invoice & 1st partial payment WT_CIFIRSCHAR1XFELD
WT_CIPROPCentral invoice: Distribute w/tax proportionately WT_CIPROPCHAR1XFELD
WT_NOBCHKBLGMinimum Check at Item Level WT_NOBCHKBLGCHAR1XFELD
WT_BCHKZHLBLGCheck minimum base amount at payment doc level WT_BCHKZHLBLGCHAR1XFELD
WT_BCHKRECHBLGMinimum base amount check at invoice document level WT_BCHKRECHBLGCHAR1XFELD
WT_RDKFMIndicator: Apply commercial rounding to w/tax amount? WT_RDKFMCHAR1XFELD
WT_RDUPIndicator: Always round withholding tax amount up? WT_RDUPCHAR1XFELD
WT_RDDWNIndicator: Always round w/tax amount down? WT_RDDWNCHAR1XFELD
WT_ACHKZHLBLGMinimum Amount Check at Payment Document Level WT_ACHKZHLBLGCHAR1XFELD
WT_PDEFYEARIndicator: Per Year, with Defined Start WT_PDEFYEARCHAR1XFELD
WT_MONTHMonth MONTH12NUMC2MONTH12
WT_ECHKZHLBLGMinimum Amount Check at Payment Document Level WT_ECHKZHLBLGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WITH_0F61

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