SAP Reports / Programs | Payroll(PY) SAP PY

HHRCCHAL SAP ABAP Report - Child allowance form







HHRCCHAL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Child allowance form (Potvrda o isplacenom dohodku) The program produces the Child allowance form - "POTVRDA O DOHOTKU OD NESAMOSTALNOG RADA-PLACI I NAKNADAMA ISPLACENIM U GODINI" for an employee...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 HHRCCHAL 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 HHRCCHAL. "Basic submit
SUBMIT HHRCCHAL AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCCHAL 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_PLACE = Place
Selection Text: P_DATE = Date
Selection Text: P_CNUM = Company number
Selection Text: P_BEN = Other benefits
Title: Child allowance form
Text Symbol: T01 = Other selections
Text Symbol: E02 = Upper date is older then lower
Text Symbol: E01 = Period is not within 1 calendar year
Text Symbol: 031 = and
Text Symbol: 030 = (slovima:
Text Symbol: 025 = (potpis odgovorne osobe)
Text Symbol: 024 = M.P.
Text Symbol: 022 = isplaæena naknada plaæe koju ne isplaæuje poslodavac.
Text Symbol: 021 = Osim ove svote, radniku
Text Symbol: 020 = nije
Text Symbol: 019 = je
Text Symbol: 018 = kn
Text Symbol: 017 = isplaæena ukupna svota od:
Text Symbol: 016 = godine na ime plaæe i naknade plaæe
Text Symbol: 015 = do
Text Symbol: 014 = u razdoblju od
Text Symbol: 012 = Osobni broj:
Text Symbol: 011 = OIB:
Text Symbol: 010 = Prezime i ime:
Text Symbol: 009 = Potvrðuje se da je:
Text Symbol: 008 = I NAKNADAMA ISPLAÆENIM U GODINI
Text Symbol: 006 = POTVRDA O DOHOTKU OD NESAMOSTALNOG RADA-PLAÆI
Text Symbol: 005 = Datum:
Text Symbol: 004 = Location:
Text Symbol: 003 = Company number:
Text Symbol: 002 = Address:
Text Symbol: 001 = Name of corporation:


INCLUDES used within this REPORT HHRCCHAL

INCLUDE HHRCSPER.


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 = t7hrcd EXCEPTIONS OTHERS = 1.

SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING amount = amount currency = 'KN' * FILLER = ' ' * LANGUAGE = sy-langu IMPORTING in_words = words EXCEPTIONS not_found = 1 too_large = 2 OTHERS = 3.



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