HRPFD00_DOCLINE_DETAIL SAP (HR-PF: Output Structure for Document Line Details) Structure details

Dictionary Type: Structure
Description: HR-PF: Output Structure for Document Line Details




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




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

HRPFD00_DOCLINE_DETAIL 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 "HR-PF: Output Structure for Document Line Details" 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_HRPFD00_DOCLINE_DETAIL TYPE HRPFD00_DOCLINE_DETAIL.

The HRPFD00_DOCLINE_DETAIL table consists of various fields, each holding specific information or linking keys about HR-PF: Output Structure for Document Line Details data available in SAP. These include ENAME (Formatted Name of Employee or Applicant), KONNR (Individual PF account number), VTEXT (HR-PF: FI Value Type with Value Type Text), VALUS (HR-PF: FI Debit Amount).. 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 HRPFD00_DOCLINE_DETAIL 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
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
KONNRIndividual PF account number P02K_KONNRNUMC10NUMC10
VTEXTHR-PF: FI Value Type with Value Type Text HRPFD00_VTEXTCHAR40TEXT40
VALUSHR-PF: FI Debit Amount HRPFD00_BETRSCURR15(2) PRBETRG
VALUHHR-PF: FI Credit Amount HRPFD00_BETRHCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BUDATPosting date of a PF posting P02K_BUDATDATS8DATS
SEQNRSequence number of posting per day P02K_SEQNRNUMC5NUMC5
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
EVTYPRun type P_EVTYPCHAR2Assigned to domainP_EVTYP
RUNIDNumber of Posting Run P_EVNUMNUMC10NUMC10
VADATValue date for PF posting P02K_VADATDATS8DATS
MCINFMatchcode Determination HRPFD00_MCINFCHAR1HRPFD00_MCINF
MCODEMatchcode search term HRPP_MCODECHAR14CHAR14
SYMKOTransfer to FI/CO: Symbolic Account P_KOMOK40CHAR4Assigned to domainP_KOMOK40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KSMODFunds Modifier HRPFD00_KSMODCHAR4Assigned to domainHRPFD00_KSMOD
ACMODAccount Modifier HRPFD00_ACMODCHAR4Assigned to domainHRPFD00_ACMOD

Key field Non-key field



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

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

How to access SAP table HRPFD00_DOCLINE_DETAIL

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