P22_FEATURE_F4 SAP (FEATURE HELP) Structure details

Dictionary Type: Structure
Description: FEATURE HELP




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




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

P22_FEATURE_F4 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 "FEATURE HELP" 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_P22_FEATURE_F4 TYPE P22_FEATURE_F4.

The P22_FEATURE_F4 table consists of various fields, each holding specific information or linking keys about FEATURE HELP data available in SAP. These include 22RWT (Wage Type), 22SWG (Wage Type Model), 22SWT (Wage Type), 22TXA (Subtype).. 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 P22_FEATURE_F4 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
22RWGWage Type Model LGMUSCHAR2T511MCHAR2
22RWTWage Type LGARTCHAR4T512ZLGART
22SWGWage Type Model LGMUSCHAR2T511MCHAR2
22SWTWage Type LGARTCHAR4T512ZLGART
22TXASubtype SUBTY_591ACHAR4T591ASUBTY_591A
22INSInsurance Type P22J_INST1CHAR2T5J33P22J_INST1
22NATJapanese national or not ? P22J_22NATCHAR1P22J_22NAT
22YSLY.E.A. accounting control P22J_22YSLCHAR1P22J_22YSL
JKINGpayment period P22J_JKINGCHAR1P22J_JKING
22SIPmonth of SI premium collection P22J_22SIPCHAR1P22J_22SIP
22CCRStandard compensation amount change indicator P22J_22CCRCHAR1P22J_22CCR
22RPFReturn of Pension Fund's Assets to the Government P22J_22RPFCHAR1P22J_22RPF
22FLXPayroll constant ABRKNCHAR5T511KABRKN
22VKYVariable key VARKYCHAR15T5JMACHAR15
22JOBEI type of job P22J_22JOBCHAR1P22J_22JOB
ITMUSLiquidation/Allowance Item Model (JP) P22_ITMUSCHAR2T5JMDCHAR2
22TPJContribution Target Period Flag PJP_CP_TGT_PER_FLGCHAR1PJP_CP_TGT_PER_FLG
22TPFAssignment Target Period Flag PJP_BP_TGT_PER_FLGCHAR1PJP_BP_TGT_PER_FLG
22CPPMonth of Corporate Pension Premium Collection PJP_CP_22CPPCHAR1PJP_CP_22CPP
22EBOBusiness Establishment Code PJP_BT_BO_IDCHAR4T7JPBT_BUSOFFICEPJP_BT_BO_ID
22EMPEmployment Status of Business Office Tax PJP_BT_EMP_STATCHAR1PJP_BT_EMP_STAT
22DISDisabled Status PJP_BT_DISABCHAR1PJP_BT_STATUS
JPAHSApplicability of Hokensha-Santei by Annual Average PJP_AHSFLCHAR1PJP_AHSFL
JLOLPAction type: Layoff or Low Payment for Leave or Others PJP_JLOLPCHAR1PJP_JLOLP

Key field Non-key field



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

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

How to access SAP table P22_FEATURE_F4

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