SAP Reports / Programs | Personnel Management | Personnel Administration | Belgium(PA-PA-BE) SAP PA

RPLMOGB4 SAP ABAP INCLUDE - Subroutines for Model G related to the personal calendar







RPLMOGB4 is a standard ABAP INCLUDE 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 RPLMOGB4 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 RPLMOGB4. "Basic submit
SUBMIT RPLMOGB4 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLMOGB4 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: S_WORKPL = Workplace address code
Selection Text: S_ENTITY = Main company address code
Selection Text: P_REG_SP = Create specific register
Selection Text: P_REG_GE = Create general register
Selection Text: P_DATE = From
Selection Text: E_DATE = Ending date
Title: Subroutines for Model G related to the personal calendar
Text Symbol: HE2 = Seq. no.
Text Symbol: HE3 = Name/Christ. name
Text Symbol: HE8 = Home address
Text Symbol: HF2 = Identity card
Text Symbol: HF3 = Govrn.regstr.
Text Symbol: HF5 = Entry date
Text Symbol: HD9 = Postal code name
Text Symbol: HD1 = Personnel Register concerning the firm
Text Symbol: HD2 = Personnel register
Text Symbol: HD3 = Standard
Text Symbol: HD6 = Official name
Text Symbol: HD7 = Commercial name
Text Symbol: HD8 = Street and number
Text Symbol: HF6 = Leave date
Text Symbol: SC1 = Juridical entities
Text Symbol: SC2 = Workplaces
Text Symbol: SC3 = Juridical entities employees are assigned to
Text Symbol: SC7 = Not chosen or empty
Text Symbol: U01 = Persons that could not be assigned
Text Symbol: U02 = Name/Christ.Name Juridical Entities Workplaces


INCLUDES used within this REPORT RPLMOGB4

INCLUDE RPCLST00.


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:

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = ncale IMPORTING p_struct2 = pcalb.

DURATION_DETERMINE CALL FUNCTION 'DURATION_DETERMINE' EXPORTING unit = 'MON' IMPORTING duration = l_nbmonth CHANGING start_date = lw_i0016-eindt end_date = lw_i0016-ctedt EXCEPTIONS factory_calendar_not_found = 1 date_out_of_calendar_range = 2 date_not_valid = 3 unit_conversion_error = 4 si_unit_missing = 5 parameters_not_valid = 6 OTHERS = 7.



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