cancel
Showing results for 
Search instead for 
Did you mean: 

UNABLE TO CREATE cALLABLE WEB DYNPRO COMPONENT

Former Member
0 Kudos

Hell All,

I have created Wweb Dynpro Callable project and deployed on the server,GP callable object is also created, but when I test the created object after Input parameters it's giving following error

Result: Technical exception

Details: Could not create Web Dynpro callable object component

Output Parameters

Callable object implementation did not return output parameters

Please help

Regards,

CSP

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201361
Active Contributor
0 Kudos

Hi,

Technical Exception occurs when u have not set the input and output parameters.

Please check whether u have given the Input and Output parameters correctly in the getDescription method and have u set all the ouput parameters with same name and Structure.

Check whether u have set the output parameters correctly in the Action method with the same name and with correct Structure.

U can refer the error log in the nwa .

http://nwserver:<port no>/nwa

Problem Management -->log and traces -->Log Viewer....

In the drop down -->Server View and User View

or General View , Sap Logs .

Thanks and Regards