PCTAXID2 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 PCTAXID2 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 functions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = FORM_NAME EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 6.
WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELE FUNCTION = FUN TYPE = TYP WINDOW = WIN EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.
START_FORM CALL FUNCTION 'START_FORM' EXPORTING FORM = FORM_NAME LANGUAGE = SY-LANGU STARTPAGE = PAGE_NUM EXCEPTIONS FORM = 1 FORMAT = 2 UNENDED = 3 UNOPENED = 4 UNUSED = 5 OTHERS = 6.
TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING NAME = FNAME VALUE = C_WERT VALUE_LENGTH = 0.
END_FORM CALL FUNCTION 'END_FORM' EXCEPTIONS UNOPENED = 1 OTHERS = 2.
TEXT_SYMBOL_SETVALUE CALL FUNCTION 'TEXT_SYMBOL_SETVALUE' EXPORTING NAME = FNAME VALUE = C_WERT VALUE_LENGTH = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCTAXID2 - Sapscript functions PCTAXID1_ALV - Print summary of the results PCTAXID1 - Print summary of the results PCTAXID0 - Tax Routines (Indonesia) PCTAXHKF - HR-HK: Re-usable code for the IR56 forms (forms)(Ver. 4.6) PCTAXHKD - HR-HK: Re-usable code for the IR56 forms (data declarations)(Ver 4.6)