HTHCSSS1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter HTHCSSS1 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_M26_CSSS1 - Print Summary of Social Sec. Form
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: SO_YEAR =
Selection Text: SO_WERKS = Area:
Selection Text: SO_MONTH = Month/Year:
Selection Text: SO_BTRTL = Sub-area:
Selection Text: SO_BRHNO = SS Branch Number:
Selection Text: SO_ACCNO = Company SS Account Number:
Selection Text: RB_PERSA = Personnel Area
Selection Text: RB_BRHNO = Branch
Title: Social Security Form No. 1-10 (1st Part) THAILAND
Text Symbol: 042 = Form of Address
Text Symbol: 040 = Personal Data
Text Symbol: 039 = Address
Text Symbol: 038 = taken as default for Address
Text Symbol: 037 = Infotype 0006 subtype 1
Text Symbol: 036 = taken as default for Name
Text Symbol: 035 = Infotype 0002
Text Symbol: 034 = Employer
Text Symbol: 033 = Employee
Text Symbol: 006 = Summary
Text Symbol: 005 = Social Security Summary
Text Symbol: 004 = Account
Text Symbol: 003 = Month
Text Symbol: 002 = Period
Text Symbol: 001 = SS Branch/Personnel Area
INCLUDE PCSSSTH2_ALV. "DATA DEFINITIONS
INCLUDE PCSSCTH1_ALV. "COMMON ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_SS_BRANCHES_TH CALL FUNCTION 'RP_GET_SS_BRANCHES_TH' EXPORTING ST0001 = P0001 *SURPH0K005981 31012000 Read Branch valid in month, not just last perd
* begda = pvd_begda
* endda = pvd_endda
begda = l_pvd_pay_area_begda
endda = l_pvd_pay_area_endda
*
IMPORTING ACCNO = PV_ACCNO BRHNO = PV_BRHNO EXCEPTIONS TABLE_ENTRY_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HTHCSSS1 - Social Security Form No. 1-10 (1st Part) THAILAND HTHCSSS1 - Social Security Form No. 1-10 (1st Part) THAILAND HTHCSSD1 - Social Security Detailed Report Form No. 1-10 (1st Part) THAILAND HTHCSSD1 - Social Security Detailed Report Form No. 1-10 (1st Part) THAILAND HTHCLSTR - Payroll Results for Cluster TH HTHCLSTR - Payroll Results for Cluster TH