IDITSR12_SELECT SAP (Intern.Trade Statistic Reporting(Austria):Selection Criteria) Table details

Dictionary Type: Table
Description: Intern.Trade Statistic Reporting(Austria):Selection Criteria




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




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

IDITSR12_SELECT is a standard SAP Table which is used to store Intern.Trade Statistic Reporting(Austria):Selection Criteria data and is available within R/3 SAP systems depending on the version and release level.

The IDITSR12_SELECT table consists of various fields, each holding specific information or linking keys about Intern.Trade Statistic Reporting(Austria):Selection Criteria data available in SAP. These include COUNTRY (Country Key), ITSR_DOCTYPE (Reporting Category), BUKRS (Company Code), ITSR_SEQNO (Sequence Number for Reporting Category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDITSR12_SELECT table 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
MANDTClient MANDTCLNT3T000MANDT
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
ITSR_DOCTYPEReporting Category IDITSR_DOCTCHAR6IDITSR_DOCTYPIDITSR_DOCT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ITSR_SEQNOSequence Number for Reporting Category IDITSR_SEQNONUMC4NUMC4
PRIORITYReporting Priority IDITSR_PRIONUMC4NUMC4
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDVALUE_LOWFrom-Field Value IDITSR_FVLOWCHAR50CHAR50
FIELDVALUE_HIGHTo-Field Value IDITSR_FVHIGHCHAR50CHAR50
POSITION_NUMBERReporting Subcategory IDITSR_POSNOCHAR10IDITSR12_POSNUMIDITSR_POSNO
GROUPINGGrouping for Assignment to Reporting Category/Subcategory IDITSR_GROUPNUMC3NUMC3
ITSR_VLTYPEValue type IDITSR_VLTYPECHAR3IDITSR_VLTYPE
REPORTING_TYPEReporting Type IDITSR_REPTYPECHAR1IDITSR_REPTYPE

Key field Non-key field



How do I retrieve data from SAP table IDITSR12_SELECT using ABAP code

The following ABAP code Example will allow you to do a basic selection on IDITSR12_SELECT to SELECT all data from the table
DATA: WA_IDITSR12_SELECT TYPE IDITSR12_SELECT.

SELECT SINGLE *
FROM IDITSR12_SELECT
INTO CORRESPONDING FIELDS OF WA_IDITSR12_SELECT
WHERE...

How to access SAP table IDITSR12_SELECT

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