Hello Experts,
I am having a webdynpro component HRRCF_C_PERSONL_DATA_UI .
In the component controller there is method : IS_NAVIGATION_FORBIDDEN which is having two parameter:
zmessages type exporting associatedtype ( bapirettab) .
ev_navigation_foridden type exporting associatedtype (wdyboolean) .
There is subcomponent of interface controller HRRCF_CI_SUBCOMPONENT , where the same method has been declared .
Now its working absolutely fine in Devlopment system but when i transported same to Quality it is throwing me dump .
Is_NAVIGATION_FORBIDDEN does not have returning parameter .
If i try to change the parameter : ev_navigation_forbidden to returning , it throws error that combination does not support as Zmessage is of type exporting .
I checked in ST22 :
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/N3EAQGRD430R5ZCUF9E8==CP " in include "/1BCWDY/B_20HC2MD1AS813GYIBI
" in line 1789:
"The method "IS_NAVIGATION_FORBIDDEN" does not have a RETURNING parameter. You cannot use it in expressions."
" "
" "
The include has been created and last changed by:
Created by: "33CBEFD2621 "
Last changed by: "33CBEFD2621 "
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 HRRCF_C_ROADMAP_UI
Web Dynpro Controller VW_ROADMAP
Now, what to do ? Even i disable that code but same dump come again .
And guess what the same things are in Devlopment and working fine ?
Is there any way i can disable that method ?
SO, please help me sorting out this problem .
Regards,
Pankaj