J_3R_ALV_INCOM_TTD SAP (ALV 'List of incoming tax transf' in Export analysis report) Structure details

Dictionary Type: Structure
Description: ALV 'List of incoming tax transf' in Export analysis report




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




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

J_3R_ALV_INCOM_TTD 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 "ALV 'List of incoming tax transf' in Export analysis report" 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_3R_ALV_INCOM_TTD TYPE J_3R_ALV_INCOM_TTD.

The J_3R_ALV_INCOM_TTD table consists of various fields, each holding specific information or linking keys about ALV 'List of incoming tax transf' in Export analysis report data available in SAP. These include BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document), BUDAT (Posting Date in the Document).. 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_3R_ALV_INCOM_TTD 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
XBLNRReference Document Number XBLNRCHAR16XBLNR
FWBASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
TTD_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
TTD_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TTD_BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
TTD_BUDATPosting Date in the Document BUDATDATS8DATUM
TTD_BLDATDocument Date in Document BLDATDATS8DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 2 NAME2_GPCHAR35NAME
NAME3Name 3 NAME3_GPCHAR35NAME
NAME4Name 4 NAME4_GPCHAR35NAME
AD_PSTCD1City postal code AD_PSTCD1CHAR10CHAR10
LANDXCountry Name LANDXCHAR15TEXT15
AD_CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
AD_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
AD_HSNM1House Number AD_HSNM1CHAR10TEXT10
SGTXTItem Text SGTXTCHAR50TEXT50
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TTD_FWBASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
TTD_FWSTETax Amount in Document Currency FWSTECURR13(2) WERT7
OBELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
OGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
OBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ZUONRAssignment Number DZUONRCHAR18ZUONR
EXTCNUMExternal Contract Number J_3RF_EXTCNTNUMCHAR40Assigned to domainJ_3RF_EXTCNTNUMJ_3RF_CNT_SH
CNTDATEContract Date J_3RF_CNTDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table J_3R_ALV_INCOM_TTD

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