Hi,
I am new to transaction HRFORMS. I need to run,but it is giving a dump. I am working on ECC 5.0.
Function module (<b>CONVERSION_EXIT_FORMD_OUTPUT)</b>
Is the reason of dump? Main program call this FM.
This function module calls another function module
<b>SFCS_FA_FUNCTION_INVOCE</b>
On This Statement of SFCS_FA_FUNCTION_INVOCE dump is coming....
<b>PERFORM FUNCTION_CALL IN PROGRAM (L_PROGNAME) IF FOUND.</b>
Where value of the L<b>_PROGRAM = CONVERSION_EXIT_FORMD_OUTPUT==FT.</b>
(CONVERSION_EXIT_FORMD_OUTPUT==FT program exists.)
Please let me know the note number for the above.
Below is the copy of the dump formed while executing <b>transaction HRFORMS</b>
Runtime Errors SYNTAX_ERROR
Date and Time 07.07.2006 15:30:38
<b>ShrtText</b>
Syntax error in program "CL_HRFORM_HRF02===============CP ".
<b>What happened?</b>
Error in ABAP application program.
The current ABAP program "SAPLHRF01_INTERNAL" had to be terminated because one
of the
statements could not be executed.
This is probably due to an error in the ABAP program.
In program "CL_HRFORM_HRF02===============CP ", the following syntax error
occurred
in the Include "CL_HRFORM_HRF02===============CM00B " in line 26:
"Method "SPLIT_RESULT_WITH_GROUPVAL" is unknown or PROTECTED or PRIVATE"
"."
" "
" "
Author and last person to change the Include are:
Author "SAP "
Last changed by "SAP "
<b>Error analysis</b>
In program "CL_HRFORM_HRF02===============CP ", the following syntax error
occurred:
"Method "SPLIT_RESULT_WITH_GROUPVAL" is unknown or PROTECTED or PRIVATE"
"."
" "
" "
<b>What can you do?</b>
Please eliminate the error by performing a syntax check
(or an extended program check) on the program "CL_HRFORM_HRF02===============CP
".
You can also perform the syntax check from the ABAP/4 Editor.
If the problem persists, proceed as follows:
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
<b>Source Code Extract</b>
Line SourceCde
>>>>> function CONVERSION_EXIT_FORMD_OUTPUT.
2 *"----
3 ""Lokale Schnittstelle:
4 *" IMPORTING
5 *" VALUE(INPUT)
6 *" EXPORTING
7 *" VALUE(OUTPUT)
8 *" EXCEPTIONS
9 *" OUTPUT_ONLY_FIELD
10 *"----
11 if INPUT eq CL_HRFORM_HRF02=>C_FORMDES_ADOBEFORM. "Adobeform
12 write TEXT-901 to OUTPUT.
13 else. "Smartform
14 write TEXT-902 to OUTPUT.
15 endif.
16
17 endfunction.
Thanks & Regards
Vakul Gupta