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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M34_CJAM1 - Run Annual Report for Jamsostek
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.