PCSSDTH5 is a standard ABAP INCLUDE 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 PCSSDTH5 into the relevant SAP transactions such as SE38 or SE80
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.
Title: SAPscript Form Routines - include of HTHCSSD1 (TH)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = L_PVE_TOTCONTRB CURRENCY = 'THB' FILLER = SPACE LANGUAGE = SY-LANGU IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = L_PVE_TOTCONTRB CURRENCY = 'THB' FILLER = SPACE LANGUAGE = SY-LANGU IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.
ADDR_GET call function 'ADDR_GET' exporting address_selection = selection address_group = 'CA01' importing address_value = address_value * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * sadr = sadr * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.
ADDR_GET * call function 'ADDR_GET' * exporting * address_selection = selection * address_group = ca01 * importing * address_value = address_value ** ADDRESS_ADDITIONAL_INFO = ** RETURNCODE = ** ADDRESS_TEXT = ** sadr = sadr ** TABLES ** ADDRESS_GROUPS = ** ERROR_TABLE = ** VERSIONS = * exceptions * parameter_error = 1 * address_not_exist = 2 * version_not_exist = 3 * internal_error = 4 * others = 5.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ' ' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'DETAILS' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'MAIN' * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'FOOTER' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'FOOTER' * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING * ARCHIVE_INDEX = ' ' FORM = C_LAYOUT_REFUND LANGUAGE = SYST-LANGU STARTPAGE = 'PAGE1' * PROGRAM = ' ' * importing * language = ' ' EXCEPTIONS FORM = 1 FORMAT = 2 UNENDED = 3 UNOPENED = 4 UNUSED = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'FOOTER' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'CONTRB_D' * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
ADDR_GET call function 'ADDR_GET' exporting address_selection = selection address_group = 'CA01' importing address_value = address_value * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * sadr = sadr * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING * ARCHIVE_INDEX = ' ' FORM = C_LAYOUT_REFUND LANGUAGE = SYST-LANGU STARTPAGE = 'PAGE2' * PROGRAM = ' ' * importing * language = ' ' EXCEPTIONS FORM = 1 FORMAT = 2 UNENDED = 3 UNOPENED = 4 UNUSED = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'ACCOUNT' FUNCTION = 'SET' TYPE = 'BODY' WINDOW = 'ACC_D' * IMPORTING * PENDING_LINES = EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCSSDTH5 - SAPscript Form Routines - include of HTHCSSD1 (TH) PCSSDTH4 - General Report Form Routines - include of HTHCSSD1 (TH) PCSSDTH3 - Cluster includes - include of HTHCSSD1 (TH) PCSSDTH2_ALV - Data Definitions - include of HTHCSSD1 (TH) PCSSDTH2 - Data Definitions - include of HTHCSSD1 (TH) PCSSDTH1 - Table/Infotype Definitions - include of HTHCSSD1 (TH)