Menu

SAP Function Module HRHAP_DOCUMENT_GET_LIST_XXL

Appraisal Document Get List

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module HRHAP_DOCUMENT_GET_LIST_XXL (Appraisal Document Get List) is a standard Function Module in SAP ERP and is part of the function group HRHAP_IF_DOCUMENT within the package PAOC_HAP_DOCUMENT_IF.

Technical Information

Function Module HRHAP_DOCUMENT_GET_LIST_XXL
Short Text Appraisal Document Get List
Function Group HRHAP_IF_DOCUMENT
Package PAOC_HAP_DOCUMENT_IF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADD_ON_APPLICATION TYPE HAP_ADD_ON_APPLICATION Add On Application for the Appraisal Systems
EXTRACT_M_N TYPE CHAR1 ' ' 'X' -> Extract the multiple appraisers / appraisees to 1:1
NO_DIALOG TYPE BOOLE_D Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ')
PLAN_VERSION TYPE HAP_PLAN_VERSION Plan Version
SEL_FILTER TYPE ANY ' ' Selection Filter - BAdI dependent
S_AND_OR TYPE HAP_S_SEL_OPTION_AND_OR Document Selection: AND/OR option for all Participants
S_DOCUMENT_FILL TYPE HAP_S_DOCUMENT_FILL Document List (Def. of which Fields will not be Filled)
S_SEL_DATE TYPE HAP_S_SEL_DATES Date fields of the appraisal document.
S_SEL_STATUS TYPE HAP_S_SEL_STATUS Appraisal Status.
S_SEL_WITH_OR_WITHOUT TYPE HAP_S_SEL_WITH_OR_WITHOUT Selection of Objects With or Without Document
T_APPRAISEES TYPE HAP_T_HRSOBID Appraisees
T_APPRAISERS TYPE HAP_T_HRSOBID Appraisers
T_OTHERS TYPE HAP_T_HRSOBID Others
T_PART_APPRAISERS TYPE HAP_T_HRSOBID Part Appraisers
T_SEL_STATUS_SUB TYPE HAP_T_STATUS_SUB Document Substatus
T_TEMPLATES TYPE HAP_T_HROBJECT Appraisal Templates
T_TMPL_DETAIL TYPE HAP_T_SEL_TMPL_DETAIL Document Selection: For a Template on Element Level

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
S_RETURN TYPE BAL_S_MSG Application Log: Message Data
T_DOCUMENTS TYPE HAP_T_DOCUMENTS Document List (Prepared for Output)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.