SAP Reports / Programs

HGRLAPD1 SAP ABAP Report - IKA Analytical Periodic Statement







HGRLAPD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run this report to generate a statement with a specific structure defined by IKA containing all relevant IKA contributions data...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 HGRLAPD1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M45_APD1 - IKA Analytical Periodic Statement


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 HGRLAPD1. "Basic submit
SUBMIT HGRLAPD1 AND RETURN. "Return to original report after report execution complete
SUBMIT HGRLAPD1 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_YEAR = Calendar Year
Selection Text: P_SEQNR = Company Data Sequential No.
Selection Text: P_SDATE = Submission Date
Selection Text: P_PYTYP = D .
Selection Text: P_OUTP2 = 2nd Alternative Layout
Selection Text: P_OUTP1 = 1st Alternative Layout
Selection Text: P_NEGAT = Display Negative records
Selection Text: P_MONTH = Year Quarter Months
Selection Text: P_APDTP = APD Type
Title: IKA Analytical Periodic Statement
Text Symbol: P15 = INSURANCE CODE
Text Symbol: P16 = PAYROLL PERIOD
Text Symbol: P17 = FRM EMPLOYMNT DTE
Text Symbol: P18 = TO EMPLOYMNT DATE
Text Symbol: P19 = TYPE OF WAGES
Text Symbol: P20 = INSURANCE DAYS
Text Symbol: P21 = DAILY WAGE
Text Symbol: P22 = WAGES
Text Symbol: P23 = EMPLOYEE'S CONTR.
Text Symbol: P24 = EMPLOYER'S CONTR.
Text Symbol: P25 = TOTAL CONTRIB
Text Symbol: P26 = EE INSUR.SUBSIDY
Text Symbol: P27 = ER INS.SUBSIDY(%)
Text Symbol: P28 = ER INSUR.SUBSIDY
Text Symbol: P29 = PAYABLE CONTRIB
Text Symbol: T05 = EMPLOYER
Text Symbol: T06 = DATE OF SUBMISSION
Text Symbol: T07 = RECIPIENT
Text Symbol: T08 = (Stamp - Signature)
Text Symbol: T09 = DATE OF RECEIPT
Text Symbol: 001 = ANALYTICAL PERIODIC STATEMENT
Text Symbol: 002 = Page :
Text Symbol: 003 = of
Text Symbol: 201 = TYPE OF STATEMENT
Text Symbol: 202 = IKA Branch
Text Symbol: 203 = Company Name
Text Symbol: 204 = A.M.E
Text Symbol: 205 = A.F.M





Text Symbol: 206 = ADDRESS
Text Symbol: 207 = FRM MONTH/YEAR
Text Symbol: 208 = TO MONTH/YEAR
Text Symbol: 301 = INSURANCE DAYS
Text Symbol: 302 = WAGES
Text Symbol: 303 = PAYABLE CONTRIB
Text Symbol: 304 = TOTAL
Text Symbol: 501 = TOTAL PER MONTH
Text Symbol: P01 = DEPARTMENT / KAD
Text Symbol: P02 = REGISTRATION NO.
Text Symbol: P03 = A.M.K.A
Text Symbol: P04 = SURNAME
Text Symbol: P05 = NAME
Text Symbol: P06 = FATHER'S NAME
Text Symbol: P07 = MOTHER'S NAME
Text Symbol: P08 = DATE OF BIRTH
Text Symbol: P09 = A.F.M
Text Symbol: P10 = FULL SCHEDULE
Text Symbol: P11 = ALL WORK DAYS
Text Symbol: P12 = SUNDAYS
Text Symbol: P13 = SPECIALTY
Text Symbol: P14 = SPECIAL INS.CASE


INCLUDES used within this REPORT HGRLAPD1

INCLUDE HGRUCMP0.
INCLUDE HGRUIKA0.
INCLUDE HGRUGEN0.
INCLUDE HGRUACT0.


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:

No SAP FUNCTION MODULES are executed within this report code!



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