J_1IST3_PAYABLE_RECV SAP (ST3 : value of taxable service Receiver) Structure details

Dictionary Type: Structure
Description: ST3 : value of taxable service Receiver




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




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

J_1IST3_PAYABLE_RECV 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 "ST3 : value of taxable service Receiver" 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_1IST3_PAYABLE_RECV TYPE J_1IST3_PAYABLE_RECV.

The J_1IST3_PAYABLE_RECV table consists of various fields, each holding specific information or linking keys about ST3 : value of taxable service Receiver data available in SAP. These include F_DATE_MONTH (Date), E_DATE_MONTH (Date), MONTH_NAME (Month long text), MONTH_NO (Month number).. 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_1IST3_PAYABLE_RECV 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
SER_CATService category J_1ISER_CATCHAR10CHAR10
F_DATE_MONTHDate DATUMDATS8DATUM
E_DATE_MONTHDate DATUMDATS8DATUM
MONTH_NAMEMonth long text FCLTXCHAR10TEXT10
MONTH_NOMonth number FCMNRNUMC2NUM2
MONTH_RANGECharacter field, length 7 CHAR7CHAR7CHAR7
AMT_SRV_RECService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_IN_ADVService Tax J_1ISERCURR13(2) WERT7
AMT_PROVISO_RULE_SIX_ONEService Tax J_1ISERCURR13(2) WERT7
MONEY_EQUIV_OTHERService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_IMPService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_OTHERSService Tax J_1ISERCURR13(2) WERT7
AMT_PART_REVService Tax J_1ISERCURR13(2) WERT7
GROSS_TAXABLE_AMTService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_EXEMPT_SERService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_PURE_AGENTService Tax J_1ISERCURR13(2) WERT7
AMT_PAID_ABETService Tax J_1ISERCURR13(2) WERT7
AMT_OTHR_CLAIM_DEDUCService Tax J_1ISERCURR13(2) WERT7
TOTAL_AMT_DEDUCService Tax J_1ISERCURR13(2) WERT7
NET_TAXABLEService Tax J_1ISERCURR13(2) WERT7
ST_PAYABLEService Tax J_1ISERCURR13(2) WERT7
LESS_RDCESS_PAYABLEService Tax J_1ISERCURR13(2) WERT7
NET_ST_PAYABLEService Tax J_1ISERCURR13(2) WERT7
EDU_CESS_PAYABLEService Tax J_1ISERCURR13(2) WERT7
SEDU_CESS_PAYABLEService Tax J_1ISERCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table J_1IST3_PAYABLE_RECV

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