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
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: 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
INCLUDE RNSSTABL.
INCLUDE RNCOLOUR.
INCLUDE RNSSEINR.
INCLUDE RNSSIEIN.
INCLUDE RNSSSPBO.
INCLUDE RNSSSEIN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2_MITARB_PLANSTELLE - Assignment of Employees to Positions (Table N1MAPS) RN2_MITARB_PLANSTELLE - Assignment of Employees to Positions (Table N1MAPS) RN2_LICENCE_NEW - License Management RN2_LICENCE_NEW - License Management RN2_LEISTUNG_AUFGABEN - Assignment of Tasks to Services (Table N1LAUF) RN2_LEISTUNG_AUFGABEN - Assignment of Tasks to Services (Table N1LAUF)