SAP Reports / Programs | Payroll | India(PY-IN) SAP PY

PCF16IN4 SAP ABAP INCLUDE - Standard Tax routines







PCF16IN4 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 PCF16IN4 into the relevant SAP transactions such as SE38 or SE80


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 PCF16IN4. "Basic submit
SUBMIT PCF16IN4 AND RETURN. "Return to original report after report execution complete
SUBMIT PCF16IN4 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Standard Tax routines
Text Symbol: 001 = User Parameters
Text Symbol: 002 =
Text Symbol: 003 = Output format
Text Symbol: 004 = Name of the Layout Set
Text Symbol: 005 = Customer Layout
Text Symbol: 006 = Standard Layout
Text Symbol: 007 =
Text Symbol: 008 = Additional Selection
Text Symbol: 021 = Test run without Printing


INCLUDES used within this REPORT PCF16IN4

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'HINCF161' I_INTERNAL_TABNAME = 'HD_TAB1' I_INCLNAME = 'PCF16IN2' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = '01' LANGU = $LANGU MOLGA = '40' PP0002 = P0002 IMPORTING EDIT_NAME = $EMP_NAM * RETCODE = EXCEPTIONS OTHERS = 1.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = LV_FORMNAME IMPORTING E_FUNCNAME = GV_FMNAME.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = LV_FORMNAME IMPORTING E_FUNCNAME = GV_FMNAME.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = LV_FORMNAME IMPORTING E_FUNCNAME = GV_FMNAME.

FP_JOB_CLOSE ******** CALL FUNCTION 'FP_JOB_CLOSE' ********* IMPORTING ********* E_RESULT = ******** EXCEPTIONS ******** USAGE_ERROR = 1 ******** SYSTEM_ERROR = 2 ******** INTERNAL_ERROR = 3 ******** OTHERS = 4 ******** .

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = l_f16 importing output_length = l_len tables binary_tab = l_tab.

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = l_12ba importing output_length = l_len tables binary_tab = l_tab.

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = l_annex importing output_length = l_len tables binary_tab = l_tab.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = 'HR_INTAXF162009' IMPORTING E_FUNCNAME = GV_FMNAME.

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' exporting buffer = l_f16 importing output_length = l_len tables binary_tab = l_tab.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = 'HR_IN_CONTRLOG' IMPORTING E_FUNCNAME = GV_FMNAME.

SCMS_XSTRING_TO_BINARY call function 'SCMS_XSTRING_TO_BINARY' EXPORTING buffer = l_out IMPORTING output_length = l_len TABLES binary_tab = l_tab.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4 .

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = GC_X MODE = 'CURRENT' IMPORTING OUT_PARAMETERS = LS_PRI_PARAMS.

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = GS_FPOUTPARAMS EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.

SO_DOCUMENT_SEND_API1 CALL FUNCTION 'SO_DOCUMENT_SEND_API1' EXPORTING document_data = ls_doc_data put_in_outbox = 'X' commit_work = 'X' TABLES packing_list = lt_objpack * OBJECT_HEADER = * CONTENTS_BIN = * CONTENTS_TXT = contents_hex = lt_contents receivers = lt_receivers EXCEPTIONS too_many_receivers = 1 document_not_sent = 2 document_type_not_exist = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 OTHERS = 8 .



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