PKR_FORM_SILOS SAP (Lost struct ure for SI) Structure details

Dictionary Type: Structure
Description: Lost struct ure for SI




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




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

PKR_FORM_SILOS 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 "Lost struct ure for SI" 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_PKR_FORM_SILOS TYPE PKR_FORM_SILOS.

The PKR_FORM_SILOS table consists of various fields, each holding specific information or linking keys about Lost struct ure for SI data available in SAP. These include PERNR (Personnel Number), SEQNO (Sequence number), BUKRS (Company Code), SIMOD (Social Insurance Agency).. 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: Cannot Be Enhanced


SAP PKR_FORM_SILOS 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SEQNOSequence number PKRSEQINT25INT2
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SIMODSocial Insurance Agency PKR_SIMODCHAR2Assigned to domainPKR_SIMOD
REPPIRepresentative business place for National Pension PKR_REPPICHAR4Assigned to domainJ_1BBRANCH
NP_BPNUMPension Insurance number of business place PKR_PINUMCHAR11CHAR11
MICNRMedical insurance card number PKR_MICNRCHAR15PKR_MICNR
REGNOKorean Registration Number PKR_REGNOCHAR13REGNOPKR_REGNO
ENAMEText (10 Characters) TEXT10CHAR10TEXT10
ENAME08NAME+0(8) PKR_NAME08CHAR8CHAR8
NATIONation PKR_NATIOCHAR30CHAR30
MALECheckbox XFELDCHAR1XFELD
FEMALECheckbox XFELDCHAR1XFELD
ENTXTText for SI entitlement reason PKR_ENTXTCHAR80TEXT80
MICODSI code given from SI agencies PKR_GVCODCHAR2Assigned to domainPKR_GVCOD
MCTXTText for SI entitlement reason PKR_MCTXCHAR10CHAR10
SIMCAStd.Salary Monthly PKR_SIMSC2CURR13(2) PKR_AMT13
PRGRDGrade PKR_GRADENUMC4NUM4
CUGRDGrade PKR_GRADENUMC4NUM4
SALARSalary PKR_SALARYCURR12(2) PKR_AMT12
MSCAMMonthly compensation amount PKR_MSCAMTCURR12(2) PKR_AMT12
GRADEGrade PKRGRADECHAR3CHAR3
APPDTDate of application for housing fee PKR_APPDTDATS8DATUM
ACQDTDate of buying or renting a house PKR_ACQDTDATS8DATUM
CHRDTDate of charge PKR_CHARDTCHAR10CHAR10
CHRDT02 CHAR_DT+0(2)0
CHRDT32 CHAR_DT+3(2)0
CHRDT64 CHAR_DT+6(4)0
CHGDTDate of change PKR_CHGDTDATS8DATS
CHGYYYear PKR_YYCHAR4CHAR4
MMCHGMonth PKR_MMCHAR2CHAR2
DDCHGDate PKR_DDCHAR2CHAR2
LOSDTDate of lose PKR_LOSDTDATS8DATS
RSMDTDate of Resumption PKR_RSMDTDATS8DATS
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ORT01City PKR_ORTCHAR60CHAR60
TELNRTelephone Number TELNRCHAR14TELNR
FDNHMNo Premium in the Acquired Month PKR_FDNHMCHAR1PKR_FDNHM
DEPNOVersion Number Component CHAR2CHAR2CHAR2
CURR_LOSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PKR_FORM_SILOS

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