FIWTIN_SEL_PARAMS SAP (Selection screen parameters) Structure details

Dictionary Type: Structure
Description: Selection screen parameters




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




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

FIWTIN_SEL_PARAMS 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 "Selection screen 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_FIWTIN_SEL_PARAMS TYPE FIWTIN_SEL_PARAMS.

The FIWTIN_SEL_PARAMS table consists of various fields, each holding specific information or linking keys about Selection screen parameters data available in SAP. These include FIWTIN_BUKRS (Company Code), FIWTIN_GJAHR (), FIWTIN_STATE (ITD State Code), FIWTIN_PERIOD (Period for Quarterly E-returns).. 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: Can Be Enhanced (Deep)


SAP FIWTIN_SEL_PARAMS 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
FIWTIN_FORMNOForm Number FIWTIN_FORMNOCHAR4FIWTIN_FORMNO
FIWTIN_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FIWTIN_GJAHR 0
FIWTIN_STATEITD State Code J_1ISTATECODECHAR2J_1ISTATECODE
FIWTIN_PERIODPeriod for Quarterly E-returns J_1IPERIODCHAR2J_1I_PERIOD
FIWTIN_FDATE 0
FIWTIN_AUGDT 0
FIWTIN_DTYPE 0
FIWTIN_TANOBCheckbox XFELDCHAR1XFELD
FIWTIN_TANTDSCAN of Collecting Company for TCS J_1ITANNOCHAR40CHAR40
FIWTIN_EXVENDCheckbox XFELDCHAR1XFELD
FIWTIN_SECCO 0
FIWTIN_FILECheckbox XFELDCHAR1XFELD
FIWTIN_ASINCheckbox XFELDCHAR1XFELD
FIWTIN_ASFILELogical file name FILEINTERNCHAR60Assigned to domainFILEINTERN
FIWTIN_PSINCheckbox XFELDCHAR1XFELD
FIWTIN_PSFILELocal file for upload/download LOCALFILECHAR128LOCALFILE
FIWTIN_EXFILECheckbox XFELDCHAR1XFELD
FIWTIN_XFILELocal file for upload/download LOCALFILECHAR128LOCALFILE
FIWTIN_VARINATLayout SLIS_VARICHAR12SLIS_VARI
FIWTIN_NAMEName FIWTIN_NAMECHAR75
FIWTIN_DIVISIONDeductor Branch FIWTIN_BRANCHCHAR75
FIWTIN_ADDR1Address FIWTIN_ADDRESSCHAR25
FIWTIN_ADDR2Address FIWTIN_ADDRESSCHAR25
FIWTIN_ADDR3Address FIWTIN_ADDRESSCHAR25
FIWTIN_ADDR4Address FIWTIN_ADDRESSCHAR25
FIWTIN_ADDR5Address FIWTIN_ADDRESSCHAR25
FIWTIN_PINPostal code PSTLZ_BASCHAR10PSTLZ
FIWTIN_ST_CODEITD State Code J_1ISTATECODECHAR2J_1ISTATECODE
FIWTIN_EMAILMail ID FIWTIN_MAILCHAR75
FIWTIN_STDSTD Code FIWTIN_STDCHAR6
FIWTIN_PHONETelephone Number FIWTIN_TELNUMC10
FIWTIN_ADRCHANGEAddress change FIWTIN_ADRCHNGCHAR1
FIWTIN_RNAMEName FIWTIN_NAMECHAR75
FIWTIN_RDESIGDesignation FIWTIN_DESIGCHAR20
FIWTIN_RADDR1Address FIWTIN_ADDRESSCHAR25
FIWTIN_RADDR2Address FIWTIN_ADDRESSCHAR25
FIWTIN_RADDR3Address FIWTIN_ADDRESSCHAR25
FIWTIN_RADDR4Address FIWTIN_ADDRESSCHAR25
FIWTIN_RADDR5Address FIWTIN_ADDRESSCHAR25
FIWTIN_RPINPIN Code FIWTIN_PINNUMC6
FIWTIN_RSTATEITD State Code J_1ISTATECODECHAR2J_1ISTATECODE
FIWTIN_REMAILMail ID FIWTIN_MAILCHAR75
FOWTIN_RSTDSTD Code FIWTIN_STDCHAR6
FIWTIN_RPHONETelephone Number FIWTIN_TELNUMC10
FIWTIN_RMOBILEMobile Number FIWTIN_MOBILECHAR10
FIWTIN_RADRCHANGEAddress change FIWTIN_ADRCHNGCHAR1

Key field Non-key field



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

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

How to access SAP table FIWTIN_SEL_PARAMS

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