SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN2_MITARB_PLANSTELLE SAP ABAP Report - Assignment of Employees to Positions (Table N1MAPS)







RN2_MITARB_PLANSTELLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Assignment of employees to i...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 RN2_MITARB_PLANSTELLE 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 RN2_MITARB_PLANSTELLE. "Basic submit
SUBMIT RN2_MITARB_PLANSTELLE AND RETURN. "Return to original report after report execution complete
SUBMIT RN2_MITARB_PLANSTELLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Assignment of Employees to Positions (Table N1MAPS)
Text Symbol: U11 = Task Assignmt
Text Symbol: U10 = Employee -
Text Symbol: U07 = Valid To
Text Symbol: U06 = Valid From
Text Symbol: U05 = Employee
Text Symbol: U04 = Position
Text Symbol: U03 = OU
Text Symbol: U02 = Inst.
Text Symbol: S01 = Institution
Text Symbol: E12 = Selected assignments already exist
Text Symbol: E11 = Following assignments were created:
Text Symbol: E10 = Test Run - No Database Update
Text Symbol: E09 = 7-12
Text Symbol: E08 = Test Run
Text Symbol: E07 = To :
Text Symbol: E06 = Valid From:
Text Symbol: E05 = Employee 1-6
Text Symbol: E04 = Employee and Validity of Assignment
Text Symbol: E03 = Positions
Text Symbol: E02 = Org. Units
Text Symbol: E01 = Organizational Units and Positions


INCLUDES used within this REPORT RN2_MITARB_PLANSTELLE

INCLUDE RNSSTABL.
INCLUDE RNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.


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:

R3MED_VALUE_REQUEST CALL FUNCTION 'R3MED_VALUE_REQUEST' EXPORTING ss_field = feldname ss_heigth = 9 ss_length = 40 ss_loekz = 'X' " keine gelöschten * SS_LOEKZ = ON " LOEKZ berücksichtigen! ss_table = 'N1PLST' ss_vcode = vcode IMPORTING ss_value = wert EXCEPTIONS not_found = 01.

R3MED_VALUE_REQUEST * CALL FUNCTION 'R3MED_VALUE_REQUEST' * EXPORTING ** SS_EINRI = TN01-EINRI * ss_einri = se_einri * ss_length = 45 * ss_heigth = 9 * ss_select = 'ALL' * ss_field = feldname * ss_table = 'NORG' * ss_vcode = vcode ** SS_LOEKZ = ON * IMPORTING * ss_value = wert * EXCEPTIONS * not_found = 01.

ISH_READ_NPER CALL FUNCTION 'ISH_READ_NPER' "Gz 05072006 R.700

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = rnstat-einri line_size = rnstat-line_size repid = rnstat-repid title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 uline = off.



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