OPS_J_1IEWT_CERT_STR3_PDF SAP (structure for with holding tax Certificate of India) Structure details

Dictionary Type: Structure
Description: structure for with holding tax Certificate of India




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




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

OPS_J_1IEWT_CERT_STR3_PDF 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 for with holding tax Certificate of 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_OPS_J_1IEWT_CERT_STR3_PDF TYPE OPS_J_1IEWT_CERT_STR3_PDF.

The OPS_J_1IEWT_CERT_STR3_PDF table consists of various fields, each holding specific information or linking keys about structure for with holding tax Certificate of India data available in SAP. These include BANKA (Name of bank), ORT01 (City), BRNCH (Bank Branch), 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 OPS_J_1IEWT_CERT_STR3_PDF 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
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BANKAName of bank BANKACHAR60TEXT60
ORT01City ORT01_GPCHAR35TEXT35
BRNCHBank Branch BRNCHCHAR40TEXT40
BUDATPosting Date in the Document BUDATDATS8DATUM
J_1IEXTCHLNChallan Numbers- External J_1IEXTCHLNCHAR12J_1IINTCHLN
J_1IEXTCHDTChallan Date - External J_1IEXTCHDTDATS8DATUM
WT_QSSHHWithholding tax base amount (local currency) WT_BSCURR15(2) WERTV8
WT_QBSHHWithholding tax amount (in local currency) WT_WTCURR15(2) WERTV8
QSATZWithholding tax rate WT_QSATZDEC7(4) PRZ34
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SNONatural Number INT4INT410INT4
TDS_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
SURC_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
ECESS_AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
CHEQUE_NOFrom number NRFROMCHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table OPS_J_1IEWT_CERT_STR3_PDF

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