J_1I_DEDUCTEE SAP (Form 16 A India) Structure details

Dictionary Type: Structure
Description: Form 16 A India




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




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

J_1I_DEDUCTEE 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 "Form 16 A India" 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_J_1I_DEDUCTEE TYPE J_1I_DEDUCTEE.

The J_1I_DEDUCTEE table consists of various fields, each holding specific information or linking keys about Form 16 A India data available in SAP. These include NAME2 (Name 2), NAME3 (Name 3), STR_SUPPL1 (Street 2), STR_SUPPL2 (Street 3).. 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 J_1I_DEDUCTEE 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
NAME1Name 1 AD_NAME1CHAR40TEXT40
NAME2Name 2 AD_NAME2CHAR40TEXT40
NAME3Name 3 AD_NAME3CHAR40TEXT40
STR_SUPPL1Street 2 AD_STRSPP1CHAR40TEXT40
STR_SUPPL2Street 3 AD_STRSPP2CHAR40TEXT40
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STR_SUPPL3Street 4 AD_STRSPP3CHAR40TEXT40
LOCATIONStreet 5 AD_LCTNCHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
TANSearch Term 1 AD_SORT1CHAR20CHAR20
PANParameter value PAVALCHAR48TEXT48
ASSESS_YEAR_FROMFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ASSESS_YEAR_TOFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOD_FROMPosting Date in the Document BUDATDATS8DATUM
PERIOD_TOPosting Date in the Document BUDATDATS8DATUM
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
SECCOSection Code SECCOCHAR4Assigned to domainSECCOSECCO_ABA
STR_CIT_SUPPL1Street 2 AD_STRSPP1CHAR40TEXT40
STR_CIT_SUPPL2Street 3 AD_STRSPP2CHAR40TEXT40
CIT_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CIT_STR_SUPPL3Street 4 AD_STRSPP3CHAR40TEXT40
CIT_LOCATIONStreet 5 AD_LCTNCHAR40TEXT40
CIT_CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CIT_CITY2District AD_CITY2CHAR40TEXT40CITY_PART
CIT_POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table J_1I_DEDUCTEE

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