J_1ITDSSEC SAP (TDS Sections) Table details

Dictionary Type: Table
Description: TDS Sections




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




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

J_1ITDSSEC is a standard SAP Table which is used to store TDS Sections data and is available within R/3 SAP systems depending on the version and release level.

The J_1ITDSSEC table consists of various fields, each holding specific information or linking keys about TDS Sections data available in SAP. These include J_1ISECTIO (TDS Section), QSREC (Vendor Recipient Type), J_1ISECTYP (Indicator for section in TDS), J_1ISCDESC (TDS section description (nature of payment)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP J_1ITDSSEC 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
J_1ISECTIOTDS Section J_1ISECTIOCHAR10CHAR10
QSRECVendor Recipient Type QSRECCHAR2T059AQSREC
J_1ISECTYPIndicator for section in TDS J_1ISECTYPCHAR1CHAR1
J_1ISCDESCTDS section description (nature of payment) J_1ISCDESCCHAR60TXT60
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
J_1INOGROUPNumber Group J_1INOGROUPCHAR3J_1INOGROUP
J_1ISURCHGTo indicate if surcharge applicable for this section J_1ISURCHGCHAR1J_1ISURCHG
J_1ISURRATSurcharge Rate J_1ISURRATDEC5(3) PRZ23

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1ITDSSEC
INTO CORRESPONDING FIELDS OF WA_J_1ITDSSEC
WHERE...

How to access SAP table J_1ITDSSEC

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