P22J_PRTJ0_MOD SAP (Structure for Tax Modifier Node) Structure details

Dictionary Type: Structure
Description: Structure for Tax Modifier Node




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




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

P22J_PRTJ0_MOD 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 Tax Modifier Node" 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_P22J_PRTJ0_MOD TYPE P22J_PRTJ0_MOD.

The P22J_PRTJ0_MOD table consists of various fields, each holding specific information or linking keys about Structure for Tax Modifier Node data available in SAP. These include RTXTT (Residence Tax Modifier Text JP), SUM1 (No. of municipal cities to submit payment reports), JGNNM (Name of Company (Legal Person)), JGNNK (Name of company (Kana)).. 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 P22J_PRTJ0_MOD 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
RTXMFResidence Tax Modifier P22J_RTXMFCHAR2Assigned to domainP22J_RTXMF
RTXTTResidence Tax Modifier Text JP P22J_RTXTTCHAR20TEXT20
SUM1No. of municipal cities to submit payment reports P22J_SUMM1INT410
JGNNMName of Company (Legal Person) P22J_JGNNMCHAR50TEXT50
JGNNKName of company (Kana) P22J_JGNNKCHAR40CHAR40
ERNMEName of representative P22J_ERNMECHAR70CHAR70
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ADDRAddress of company P22J_EMP_ADDR_KANJICHAR140CHAR140
ADDRKAddress of company (kana) P22J_EMP_ADDR_KANACHAR180CHAR180
TELNRTelephone Number TELNRCHAR14TELNR
KEIRIFinance responsible person P22J_KEIRICHAR24CHAR24
CNTNMName of contact person P22J_CNTNMCHAR10CHAR10
KAKARITitle of contact person P22J_KAKARICHAR16CHAR16
RETELTel. no. of contact person P22J_RETELCHAR20CHAR20
KAINMName of accounting firm P22J_KAINMCHAR20CHAR20
KATELTel. no. of accounting firm P22J_KATELCHAR20CHAR20
PAYMDWay of salary payment P22J_PAYMDCHAR6CHAR6
PAYDTDue date of salary payment P22J_PAYDTCHAR6CHAR6
SHUMODescription of business P22J_SHUMOCHAR12CHAR12
TAXOFTax office concerned P22J_TAXOFCHAR12CHAR12
FINNMName of financial firm P22J_FINNMCHAR20CHAR20
FINADAddress of financial firm P22J_FINADCHAR20CHAR20
RPDTEReport date (Japanese style) P22J_RPDTECHAR16CHAR16

Key field Non-key field



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

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

How to access SAP table P22J_PRTJ0_MOD

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