SAP Reports / Programs

HHRCPDMO SAP ABAP Report - DATA ON VOLUNTARY PENSION INSURANCE PREMIUMS







HHRCPDMO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for PDMO form - Voluntary pension insurance premiums (PODACI O PREMIJAMA DOBROVOLJNOG MIROVINSKOG OSIGURANJA) The program produces the PDMO form - form of voluntary pension insurance premiums (PODACI O PREMIJAMA DOBROVOLJNOG MIROVINSKOG OSIGURANJA)...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 HHRCPDMO 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 HHRCPDMO. "Basic submit
SUBMIT HHRCPDMO AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCPDMO 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: P_URED = District office
Selection Text: P_TEL = Telephone
Selection Text: P_PATH = File name
Selection Text: P_NAZIS = Branch office name
Selection Text: P_EMAIL = E-mail
Selection Text: P_DATDA = File forming date
Title: DATA ON VOLUNTARY PENSION INSURANCE PREMIUMS
Text Symbol: S03 = XML output
Text Symbol: S02 = Other output data
Text Symbol: S01 = Generate XML file
Text Symbol: 230 = (amounts in kuna and lipa)
Text Symbol: 228 = TAXABLE
Text Symbol: 227 = EXEMPT
Text Symbol: 226 = CONTRACT
Text Symbol: 225 = NAME
Text Symbol: 224 = ADDRESS
Text Symbol: 223 = OIB
Text Symbol: 222 = NAME AND SURNAME:
Text Symbol: 221 = PREMIUMS
Text Symbol: 220 = PAID
Text Symbol: 219 = PREMIUM
Text Symbol: 218 = DATE
Text Symbol: 217 = AMOUNT
Text Symbol: 216 = AGREED
Text Symbol: 215 = NUMBER AND
Text Symbol: 214 = DATA ON PENSION FUND
Text Symbol: 213 = DATA ON EMPLOYEE-FUND MEMBER
Text Symbol: 040 = OIB:
Text Symbol: 036 = DISTRICT OFF.
Text Symbol: 033 = DATE
Text Symbol: 032 = STAMP AND SIGNAT.OF AUTH.PER.
Text Symbol: 031 = DATE ____________________________
Text Symbol: 012 = DATA ON VOLUNTARY PENSION INSURANCE PREMIUMS FOR YEAR
Text Symbol: 008 = ADDRESS
Text Symbol: 006 = NAME /NAME AND LAST N:
Text Symbol: 004 = DATA ON REPORT SUBMITTER
Text Symbol: 003 = BRANCH OF.
Text Symbol: 002 = TAX ADMINISTR.





Text Symbol: 001 = MINISTRY O FINANCE


INCLUDES used within this REPORT HHRCPDMO

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:

HR_HR_COMPANYCODE_GETDETAIL CALL FUNCTION 'HR_HR_COMPANYCODE_GETDETAIL' EXPORTING comp_code = p0001-bukrs IMPORTING * comp_code_data = i_ee-caddr.

HR_HR_READ_PYRES_INTERVAL CALL FUNCTION 'HR_HR_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'P' begda = pn-begda endda = pn-endda tprun = 'X' * tpall = 'X' TABLES runs = it_runs myrg = it_myrg rtdet = it_rtdet rtrun = it_rtrun.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = sy-uname IMPORTING address = ls_address TABLES return = lt_bapiret2.



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