SAP Reports / Programs

HTHCSSD1 SAP ABAP Report - Social Security Detailed Report Form No. 1-10 (1st Part) THAILAND







HTHCSSD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Social Security Form No...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 HTHCSSD1 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_M26_CSSD1 - Print Details of Social Sec. Form


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 HTHCSSD1. "Basic submit
SUBMIT HTHCSSD1 AND RETURN. "Return to original report after report execution complete
SUBMIT HTHCSSD1 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: CB_CMPLV = Company Level
Selection Text: PX_LFOR2 = Form name 2
Selection Text: PX_LFORM = Form name 1
Selection Text: PX_LFVAR = Form Variant 1
Selection Text: PX_LVAR2 = Form Variant 2
Selection Text: RB_BRHNO = Branch
Selection Text: RB_CVRP =
Selection Text: RB_DTRP =
Selection Text: RB_PERSA = Personnel Area
Selection Text: RVC_AUPR =
Selection Text: RVC_DISK = Floppy Disk
Selection Text: RVC_HDCP = Hard copy
Selection Text: RVC_POSN =
Selection Text: RVC_TAPE = Cartridge Tape
Selection Text: SO_ACCNO = Company SS Account Number:
Selection Text: SO_BRHNO = SS Branch Number:
Selection Text: SO_BTRTL = Sub-area:
Selection Text: SO_DSKFL = Disk Download Path
Selection Text: SO_MONTH = Month/Year
Selection Text: SO_PAYDT = Paid Date
Selection Text: SO_TPEFL = Tape Download Path
Selection Text: SO_WERKS = Area:
Selection Text: SO_YEAR =
Title: Social Security Detailed Report Form No. 1-10 (1st Part) THAILAND
Text Symbol: 043 = Social Security Surcharge
Text Symbol: 044 = Surcharge
Text Symbol: 045 = Footer
Text Symbol: 046 = Social Security contribution for month
Text Symbol: 047 = Date of Payment:
Text Symbol: 048 = For Month
Text Symbol: 049 = Basis Amount
Text Symbol: 050 = Employee Contribution
Text Symbol: 051 = Employer Contribution
Text Symbol: 052 = Total Contribution
Text Symbol: 053 = Surcharge @2% p.m
Text Symbol: 054 = Totals
Text Symbol: 055 = Sub Totals
Text Symbol: 056 = Form





Text Symbol: 057 = Refund Basis Amount
Text Symbol: 058 = Refund Employee Amount
Text Symbol: 059 = Refund Employer Amount
Text Symbol: 060 = Refund Total Amount
Text Symbol: 001 = Branch/Personnel area/sub-area
Text Symbol: 002 = Period
Text Symbol: 003 = Month
Text Symbol: 004 = Company
Text Symbol: 005 = Output Media
Text Symbol: 006 = Additional Information
Text Symbol: 007 = Floppy Disk
Text Symbol: 008 = Disk Download Path
Text Symbol: 009 = Paid Date
Text Symbol: 010 = Authorised Person
Text Symbol: 011 = Branch No.
Text Symbol: 012 = Position
Text Symbol: 013 = Personal Data
Text Symbol: 014 = Cartridge Tape
Text Symbol: 015 = Tape Download Path
Text Symbol: 016 = Hard Copy
Text Symbol: 017 = Only Cover Sheet
Text Symbol: 018 = Full Report
Text Symbol: 019 = Social Security
Text Symbol: 020 = Disk/Tape
Text Symbol: 021 = BAHT
Text Symbol: 022 = AND STANG
Text Symbol: 023 = ONLY
Text Symbol: 024 = Detailed
Text Symbol: 025 = Social Security cover sheet
Text Symbol: 026 = Social Security Detailed
Text Symbol: 027 = open
Text Symbol: 028 = disk
Text Symbol: 029 = write
Text Symbol: 030 = Disk file
Text Symbol: 031 = Tape file
Text Symbol: 032 = Tape
Text Symbol: 033 = Employee
Text Symbol: 034 = Employer
Text Symbol: 035 = Infotype 0002





Text Symbol: 036 = taken as default for Name
Text Symbol: 037 = Infotype 0006 subtype 1
Text Symbol: 038 = taken as default for Address
Text Symbol: 039 = Address
Text Symbol: 040 = Personal Data
Text Symbol: 041 = AND
Text Symbol: 042 = Form of Address


INCLUDES used within this REPORT HTHCSSD1

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:

RP_GET_SS_BRANCHES_TH CALL FUNCTION 'RP_GET_SS_BRANCHES_TH' EXPORTING ST0001 = P0001 BEGDA = PVD_BEGDA ENDDA = PVD_ENDDA IMPORTING ACCNO = PV_ACCNO BRHNO = PV_BRHNO EXCEPTIONS TABLE_ENTRY_NOT_FOUND = 1 OTHERS = 2.

RP_GET_SS_BRANCHES_TH * call function 'RP_GET_SS_BRANCHES_TH' * exporting * st0001 = p0001 * begda = pvd_begda * endda = pvd_endda * importing * accno = pv_accno * brhno = pv_brhno * exceptions * table_entry_not_found = 1 * others = 2.



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