SAP Reports / Programs

HIDCJAM1 SAP ABAP Report - Jamsostek Yearly Report - ID







HIDCJAM1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report produces Annual Jamsostek Report (Indonesia) Usually, this report would be run only after the payroll has been run for all months in the year...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 HIDCJAM1 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_M34_CJAM1 - Run Annual Report for Jamsostek


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 HIDCJAM1. "Basic submit
SUBMIT HIDCJAM1 AND RETURN. "Return to original report after report execution complete
SUBMIT HIDCJAM1 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: SCRIPT = Form Output
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form name
Selection Text: J_MOD = D .
Selection Text: GRAND = D .
Title: Jamsostek Yearly Report - ID
Text Symbol: H06 = Tgl Lahir
Text Symbol: H07 = L/P
Text Symbol: H08 = Januari
Text Symbol: H09 = Februari
Text Symbol: H10 = Maret
Text Symbol: H11 = April
Text Symbol: H12 = Mei
Text Symbol: H13 = Juni
Text Symbol: H14 = Juli
Text Symbol: H15 = Agustus
Text Symbol: H16 = September
Text Symbol: H17 = Oktober
Text Symbol: H18 = November
Text Symbol: H19 = Desember
Text Symbol: H20 = ID
Text Symbol: H21 = Keterangan
Text Symbol: T01 = DAFTAR UPAH TENAGA KERJA Tahun
Text Symbol: T02 = Nama Perusahaan:
Text Symbol: T03 = Tgl:
Text Symbol: T04 = Nomor Pendaftaran:
Text Symbol: T05 = Hal:
Text Symbol: T06 = /
Text Symbol: X08 = Print Grand Total
Text Symbol: H05 = Awal
Text Symbol: 001 = Personnel Subarea grouping for Jamsostek office
Text Symbol: 002 = Print format selection
Text Symbol: 003 = Summary statistics
Text Symbol: 004 = No data to report
Text Symbol: 005 = Number of recs. processed
Text Symbol: 006 = Number of employees processed:
Text Symbol: 007 = Jamsostek Modifier
Text Symbol: 008 = Number of employees processed with error messages:





Text Symbol: 009 = Number of employees processed with warning messages:
Text Symbol: 010 = warning messages
Text Symbol: 011 = for period
Text Symbol: 012 = Number of Records Processed
Text Symbol: 013 = Report
Text Symbol: 014 = Summary
Text Symbol: 015 = Print Options
Text Symbol: E01 = Personnel No:
Text Symbol: E02 = Error: Cluster CU is not found.
Text Symbol: E03 = No records selected.
Text Symbol: E04 = Error on macro for cluster CU.
Text Symbol: F01 = Keterangan:
Text Symbol: F02 = * A = Aktif (Karyawan Aktif)
Text Symbol: F03 = * M = Mutasi (Karyawan Mutasi Antar PT/Cabang)
Text Symbol: F04 = * K = Keluar (Karyawan Keluar)
Text Symbol: F05 = Total halaman ini
Text Symbol: F06 = Ruang validasi
Text Symbol: H01 = No.
Text Symbol: H02 = NPK
Text Symbol: H03 = Nama
Text Symbol: H04 = No. KPA


INCLUDES used within this REPORT HIDCJAM1

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:

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