We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-basis] Syntax Error in Program 'HRPAD00INFTYUI================CP'

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by rajesh
on Oct 14 at 12:46 AM
What happened?
Error in the ABAP Application Program

The current ABAP program "CL_HRPA_UI_CONVERT_WRAPPER====CP" had to b
terminated because it has
come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program
"HRPAD00INFTYUI====CP " in include
"HRPAD00INFTYUI====CM000 " in
line 7:
"The specified type cannot be converted into the target variables."
" "
" "
" "

The include has been created and last changed by:
Created by: "DDIC "
Last changed by: "DDIC "
Error in the ABAP Application Program

The current ABAP program "CL_HRPA_UI_CONVERT_WRAPPER====CP" had to b
terminated because it has
come across a statement that unfortunately cannot be executed.
What can you do?
Please eliminate the error by performing a syntax check
(or an extended program check) on the program "HRPAD00INFTYUI===CP
".
You can also perform the syntax check from the ABAP Editor.

If the problem persists, proceed as follows:
Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system
administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.

Error analysis
The following syntax error was found in the program
HRPAD00INFTYUI===CP :
"The specified type cannot be converted into the target variables."
" "
" "
" "
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File
(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which
actions and input led to the error.

Information on where terminated
Termination occurred in the ABAP program "CL_HRPA_UI_CONVERT_WRAPPER====CP" -
in "CONSTRUCTOR".
The main program was "RPASR_TEST_PROCESS_EXECUTION ".

In the source code you have the termination point in line 1
of the (Include) program "CL_HRPA_UI_CONVERT_WRAPPER====CM001".

Source Code Extract

Line SourceCde

>>>>> METHOD constructor .
2
3 DATA invalid_parameter TYPE seosconame.
4 DATA any_converter TYPE REF TO object.
5
6 ASSERT ui_converter_class IS NOT INITIAL.
7
8 CREATE OBJECT any_converter TYPE (ui_converter_class).
9 TRY.
10 * this will work if the UI Converter class is of the "advanced" type
11 a_advanced_converter ?= any_converter.
12 a_is_converter_standard = false.
13 CATCH cx_sy_move_cast_error.
14 * if the cast failed we try for a "standard" converter
15 TRY.
16 a_standard_converter ?= any_converter.
17 a_is_converter_standard = true.
18 CATCH cx_sy_move_cast_error.
19 * If this also fails then there is some problem with conversion class
20 invalid_parameter = ui_converter_class.

Thank you
Have a nice day.
__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
View this online
  
Popular White Papers

In the Spotlight
Toolbox.com for iPhone & Android: Ask Questions & Get Answers Anywhere. Download the Free App

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language