cancel
Showing results for 
Search instead for 
Did you mean: 

WD4A error concerning "CL_WDR_CLIENT_COMPONENT=======CP"

former_member210967
Participant
0 Kudos

Hi college's

We have an problem on our acceptance environment when trying to run our webdynpro for abap application. We use xRPM 4.0 / netweaver 7.01.

In development everything is working fine, no problems. All is transported to Acceptence. Transports went well, WD4A's are all active. But..... when we try to run the application from within SE80 or direct via the URL we get an error like this:

Short text

Syntax error in program "/1BCWDY/FL51RR1ZRFUBEZ871OVR==CP ".

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_WDR_CLIENT_COMPONENT=======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program

"/1BCWDY/FL51RR1ZRFUBEZ871OVR==CP " in include "/1BCWDY/S_FL51SU7RDOLK3Y88Q0O2

" in

line 11:

"The type "ZIWCI__ASSIGN_DE_DS01" is unknown, but there is a type with "

"the similar name "IG_Z_ASSIGN_DE_DS01". "IG_Z_ASSIGN_DE_DS01"."

" "

" "

The include has been created and last changed by:

Created by: "MC_BATCH "

Last changed by: "NLJMBG "

Error in the ABAP Application Program

The current ABAP program "CL_WDR_CLIENT_COMPONENT=======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Web Dynpro Component Z_ASSIGN_DE_DS01

Web Dynpro Controller COMPONENTCONTROLLER

Do you know what the problem is ? Is het WD4A related or has it something to do with packages or whatelse ?

Good answers will get the points !

Kind regards John

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi John,

Check ST22, might be short dump, and will show which statement failed to execute.

Cheers,

SV

former_member210967
Participant
0 Kudos

Hi Santosh,

That was the first thing we did.

John

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Is this an application that your company has written or one delivered standard by SAP? A class interface gets generated for each Web Dynpro Component. It seems like the class interface doesn't exist for this component or isn't active. You might try going into the component and doing a syntax check and finding the exact block of code with the syntax error. Can you forward navigate to this interface and see if it exists but is inactive?

former_member210967
Participant
0 Kudos

Thanks Thomas,

We went into the component that generates the class interface. We faced that there was an object missing that was on development as $TMP. Thanks for putting us in the wright direction.

john