SAP Reports / Programs

RHPMDYNMASS SAP ABAP Report - Dynamic personnel action for HR Funds and Position Management







RHPMDYNMASS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


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 RHPMDYNMASS. "Basic submit
SUBMIT RHPMDYNMASS AND RETURN. "Return to original report after report execution complete
SUBMIT RHPMDYNMASS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Dynamic personnel action for HR Funds and Position Management
Text Symbol: 001 = Reconcile Financing
Text Symbol: TTL = Reconcile Financing


INCLUDES used within this REPORT RHPMDYNMASS

INCLUDE MPPDAT00.
INCLUDE RHPMDYNMASS_MAIL.


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:

RH_PM_EMPLOYEE_CARD_MAINTAIN CALL FUNCTION 'RH_PM_EMPLOYEE_CARD_MAINTAIN' EXPORTING plvar = act_plvar pernr = p_pernr begda = t7pm9-begda endda = t7pm9-endda status = '1' fcode = 'AEND' finyr = fin_year EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.

RH_PM_EMPLOYEE_CARD_START * call function 'RH_PM_EMPLOYEE_CARD_START' * exporting * plvar = * pernr = pspar-pernr.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' EXPORTING ask_plvar_dialog = ' ' IMPORTING act_plvar = act_plvar EXCEPTIONS no_active_plvar = 01.

SO_NEW_DOCUMENT_SEND_API1 CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1' EXPORTING document_data = document_data document_type = x_object_type put_in_outbox = 'X' IMPORTING sent_to_all = x_sent_to_all TABLES object_header = objhead object_content = objcont" new_object_id = new_object_id object_para = objpara receivers = receivers " OBJECT_PARB = EXCEPTIONS too_many_receivers = 01 document_not_sent = 02 document_type_not_exist = 03 operation_no_authorization = 04 parameter_error = 05 x_error = 06 enqueue_error = 07.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'PAMA' "Text-ID für PAD language = sy-langu name = text_id object = 'TEXT' IMPORTING header = header TABLES lines = mailtext EXCEPTIONS object = 1 id = 2 language = 3 name = 4 not_found = 6.

TEXT_SYMBOL_REPLACE CALL FUNCTION 'TEXT_SYMBOL_REPLACE' EXPORTING endline = no_of_lines header = header init = ' ' option_dialog = ' ' program = ' ' IMPORTING changed = et_function newheader = header TABLES lines = mailtext.



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 RHPMDYNMASS or its description.