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
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.
Title: Dynamic personnel action for HR Funds and Position Management
Text Symbol: 001 = Reconcile Financing
Text Symbol: TTL = Reconcile Financing
INCLUDE MPPDAT00.
INCLUDE RHPMDYNMASS_MAIL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHPMDYNMASS - Dynamic personnel action for HR Funds and Position Management RHPMDYNMASS - Dynamic personnel action for HR Funds and Position Management RHPMDA01_TOP - RHPMDA01TOP RHPMDA01_OLD - Different service type/service category RHPMDA01_OLD - Different service type/service category RHPMDA01 - Different service type/service category