FIWTIN_QCHALLAN SAP (Structure to store challan details) Structure details

Dictionary Type: Structure
Description: Structure to store challan details




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




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

FIWTIN_QCHALLAN 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 to store challan details" 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_QCHALLAN TYPE FIWTIN_QCHALLAN.

The FIWTIN_QCHALLAN table consists of various fields, each holding specific information or linking keys about Structure to store challan details data available in SAP. These include BATCHNO (Batch number), RECNUM (Challan Record Number), CNTDEDREC (Deductee / Party Detail Record Number), CHLIND (NIL Challan Indicator).. 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 (character-type or numeric)


SAP FIWTIN_QCHALLAN 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
RECTYPERecord Type FIWTIN_RECTYPECHAR2
BATCHNOBatch number FIWTIN_BATCHNUMNUMC9
RECNUMChallan Record Number FIWTIN_RECNUMNUMC9
CNTDEDRECDeductee / Party Detail Record Number FIWTIN_CNTDEDRECNUMC9
CHLINDNIL Challan Indicator FIWTIN_CHLINDCHAR1
BNKCHLNNOBank Challan Number FIWTIN_BNKCHLNNOCHAR5
TRNSVOUCHNUMTransfer Voucher Number FIWTIN_TRNSVOUCHNUMNUMC9
BNKBRCHCDBank-Branch Code/ Form 24G Receipt Number FIWTIN_BNKBRCHCDNUMC7
CHLNDTBank Challan Number/Transfer Voucher Number Date FIWTIN_CHLNDTDATS8DATUM
SECTIONCDSection Code FIWTIN_SECTIONCHAR3
OLTASTDSOltas TDS /TCS -Income Tax FIWTIN_OLTASTDSCURR15(2)
OLTASURCOltas TDS /TCS-Surcharge FIWTIN_OLTASURCCURR15(2)
OLTASCESSOltas TDS / TCS - Cess FIWTIN_OLTASCESSCURR15(2)
OLTASINTOltas TDS /TCS -Interest Amount FIWTIN_OLTASINTCURR15(2)
OLTASOTHOltas TDS / TCS - Others (amount) FIWTIN_OLTASOTHCURR15(2)
TOTDEPAMTTotal Deposit Amount FIWTIN_TOTDEPAMTCURR15(2)
TOTTAXDEPTotal Tax Deposit Amount FIWTIN_TOTTAXDEPCURR15(2)
SUMINCTAXTDS / TCS -Income Tax FIWTIN_SUMINCTAXCURR15(2)
SUMSURCTDS / TCS -Surcharge FIWTIN_SUMSURCCURR15(2)
SUMCESSTDS / TCS - Cess FIWTIN_SUMCESSCURR15(2)
AMTDEDSum of Total Income Tax Deducted at Source FIWTIN_AMTDEDCURR15(2)
AMTINTTDS / TCS - Interest Amount FIWTIN_AMTINTCURR15(2)
AMTOTHTDS / TCS - Others (amount) FIWTIN_AMTOTHCURR15(2)
CHEQUENOCheque/DD Number FIWTIN_CHEQUENONUMC15
BOOKENTRYBy Book entry / Cash FIWTIN_BOOKENTRYCHAR1
REMARKSRemarks FIWTIN_REMARKSCHAR14
FEEFee paid under section 234E FIWTIN_FEECURR15(2)
MINORCHALLANMinor head of Challan FIWTIN_MINORCHALLANCHAR3
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table FIWTIN_QCHALLAN

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