SAP Reports / Programs

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







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


Transaction Code(s):

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

PC00_M26_CSSS1 - Print Summary 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 HTHCSSS1. "Basic submit
SUBMIT HTHCSSS1 AND RETURN. "Return to original report after report execution complete
SUBMIT HTHCSSS1 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: 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


INCLUDES used within this REPORT HTHCSSS1

INCLUDE PCSSSTH2_ALV. "DATA DEFINITIONS
INCLUDE PCSSCTH1_ALV. "COMMON ROUTINES


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 *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.



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