PUNPF_MI_CHLDR SAP (UNJSPF Monthly Interface Children Table) Structure details

Dictionary Type: Structure
Description: UNJSPF Monthly Interface Children Table




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




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

PUNPF_MI_CHLDR 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 "UNJSPF Monthly Interface Children Table" 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_PUNPF_MI_CHLDR TYPE PUNPF_MI_CHLDR.

The PUNPF_MI_CHLDR table consists of various fields, each holding specific information or linking keys about UNJSPF Monthly Interface Children Table data available in SAP. These include CH_FIRST_NM (First name. Left justified.), CH_NAME_VER (Name verification indicator), CH_RELAT_CHD_CD (Relationship of child to Participant.), CH_BIRTH_DT (Date of birth. DD-MM-YYYY format).. 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 PUNPF_MI_CHLDR 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
CH_LAST_NMLast name. Left justified. PUN_LAST_NMCHAR20CHAR20
CH_FIRST_NMFirst name. Left justified. PUN_FIRST_NMCHAR20CHAR20
CH_NAME_VERName verification indicator PUN_NAME_VERCHAR1PUN_VERIF_IND
CH_RELAT_CHD_CDRelationship of child to Participant. PUN_RELAT_CHD_CDCHAR1PUN_RELAT_CD_CHLD
CH_BIRTH_DTDate of birth. DD-MM-YYYY format PUN_BIRTH_DTCHAR10CHAR10
CH_DOB_DT_VERDate of birth verification indicator PUN_DOB_VERCHAR1PUN_VERIF_IND
CH_MARRI_DTMarriage date. DD-MM-YYYY format. PUN_MARRI_DTCHAR10CHAR10
CH_MARRI_DT_VERMarriage date verification indicator PUN_MARRI_DT_VERCHAR1PUN_VERIF_IND
CH_DISAB_DTDisability date. DD-MM-YYYY format. PUN_DISAB_DTCHAR10CHAR10
CH_DISAB_DT_VERDisability date verification indicator PUN_DISAB_DT_VERCHAR1PUN_VERIF_IND
CH_DEATH_DTDeath date. DD-MM-YYYY format. PUN_DEATH_DTCHAR10CHAR10
CH_DEATH_DT_VERDeath date verification indicator PUN_DEATH_DT_VERCHAR1PUN_VERIF_IND
CH_LAST_NM_CHGChanged last name for a alread reported record PUN_LAST_NM_CHGCHAR20CHAR20
CH_FIRST_NM_CHGChanged first name for a alread reported record PUN_FIRST_NM_CHGCHAR20CHAR20
CH_BIRTH_DT_CHGChanged Dateof birth of a alread reported record PUN_BIRTH_DT_CHGCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table PUNPF_MI_CHLDR

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