SAP Reports / Programs

HPLSRP60 SAP ABAP Report - ZUP Rp-6 form







HPLSRP60 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 HPLSRP60 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 HPLSRP60. "Basic submit
SUBMIT HPLSRP60 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLSRP60 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: PWRP6 = Type of issue
Selection Text: SEL0022 = Education
Selection Text: SEL0081 = Military service
Selection Text: TDARMOD = Archiving mode
Selection Text: TDDELE = Delete after print
Selection Text: TDLIFE = Spool retention period (days)
Selection Text: TDNEWID = New spool request
Selection Text: PODGLAD = Print preview
Selection Text: DATA = Date of issue
Selection Text: DIMMED = Print immediately
Selection Text: DRUKARKA = Output device
Selection Text: ID_DATA = Personal ID
Selection Text: JOB = Trained profession
Selection Text: LISTA = Show list
Title: ZUP Rp-6 form
Text Symbol: HD7 = Type of issue
Text Symbol: MS1 = No data for this employer
Text Symbol: T01 = Pension
Text Symbol: T02 = Disability
Text Symbol: T03 = Disability because unable to work
Text Symbol: T04 = Family disablity
Text Symbol: T05 = Initial capital
Text Symbol: HD6 = Reason
Text Symbol: FR1 = Print parameters
Text Symbol: FR2 = Addit. data
Text Symbol: HD1 = From
Text Symbol: HD2 = To
Text Symbol: HD3 = Period
Text Symbol: HD4 = Work type
Text Symbol: HD5 = Proof


INCLUDES used within this REPORT HPLSRP60

No INCLUDES are used within this REPORT code!


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:

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DIALOG = PODGLAD " '' FORM = 'HRPL_RP6' LANGUAGE = 'L' OPTIONS = ITCPO EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 MAIL_OPTIONS = 6 ARCHIVE_ERROR = 7 OTHERS = 8.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = 'HRPL_RP6'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'STEROWANIE' WINDOW = 'MAIN'.

END_FORM CALL FUNCTION 'END_FORM' IMPORTING RESULT = RESULT.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = 'HRPL_RP6'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'TEKSTY' WINDOW = 'MAIN'.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'STEROWANIE' WINDOW = 'MAIN'.

END_FORM CALL FUNCTION 'END_FORM' IMPORTING RESULT = RESULT.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS UNOPENED = 1 BAD_PAGEFORMAT_FOR_PRINT = 2 OTHERS = 3.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = '18000101' END = '99991231' IMPORTING FIRE_DATE = FIRE_DATE HIRE_DATE = HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING * CUCOL = 0 * curow = lv_curow * display = lv_display SELECTFIELD = 'PNPLASTA-LOW' TITEL = TEXT-HD7 * no_pers_help_select = ' ' * title_in_values_list = 'Tryb' SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' * use_user_selections = ' ' WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' REDUCED_STATUS_ONLY = 'X' * NO_MARKING_OF_CHECKVALUE = ' ' NO_DISPLAY_OF_PERS_VALUES = 'X' * FILTER_FULL_TABLE = ' ' IMPORTING IND = LV_IND * SELECT_VALUE = TABLES FIELDS = FIELDS FULL_TABLE = LASTA_F4 * USER_SEL_FIELDS = HEADING_TABLE = HEADTAB * EXCEPTIONS * FULL_TABLE_EMPTY = 1 * NO_TABLESTRUCTURE_GIVEN = 2 * NO_TABLEFIELDS_IN_DICTIONARY = 3 * MORE_THEN_ONE_SELECTFIELD = 4 * NO_SELECTFIELD = 5 * OTHERS = 6 .



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