SAP Reports / Programs | Personnel Management | Personnel Administration | General(PA-PA-XX) SAP PA

HRPAD_R_EDIT_MODEL SAP ABAP Report - Add or Remove infotype objects in BOL model HRPAD







HRPAD_R_EDIT_MODEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to add or remove infotype objects to the business object layer (BOL) model, HRPAD...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HRPAD_R_EDIT_MODEL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPAD_EDIT_MODEL - Add or Remove infotypes in HRPAD BOL


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT HRPAD_R_EDIT_MODEL. "Basic submit
SUBMIT HRPAD_R_EDIT_MODEL AND RETURN. "Return to original report after report execution complete
SUBMIT HRPAD_R_EDIT_MODEL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_INFTY = Infotype
Selection Text: R_ADD = Add
Selection Text: R_DEL = Remove
Title: Add or Remove infotype objects in BOL model HRPAD
Text Symbol: 001 = Add Root and Search objects using transaction GENIL_MODEL_EDITOR
Text Symbol: 002 = Infotype object already exists in model HRPAD
Text Symbol: 003 = Infotype is not available in model HRPAD
Text Symbol: 004 = No entry in table T588UICONVCLAS for this Infotype
Text Symbol: 005 = Version 99 is not available for this Infotype in table T588UICONVCLAS
Text Symbol: 006 = No entry in table T7XSSPERSUBTYPE for this Infotype
Text Symbol: 007 = Model HRPAD is updated and saved
Text Symbol: 008 = Do you want to create objects for Line Records?
Text Symbol: 009 = Infotype object will be deleted! Do you want to Proceed?
Text Symbol: 010 = Infotype object is Deleted successfully


INCLUDES used within this REPORT HRPAD_R_EDIT_MODEL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING client_state = lv_client_state.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-008 "Do you want to create objects for Line Records? display_cancel_button = ' ' IMPORTING answer = lv_line_record.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-009 "Infotype object will be deleted! Do you want to Proceed? display_cancel_button = ' ' IMPORTING answer = lv_ans.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HRPAD_R_EDIT_MODEL or its description.