cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro java calling bapi function module

Former Member
0 Kudos

Hi all,

I am webdynpro java developer, In my application i created model using bapi function module and fetch those values using iviews mapping to custom controller . While running that application i got an error as shown below

**Application error occurred during request processing.**

Details: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'ram.com/getdata' and application 'Searchapp' are not deployed on the server. Please check the used URL for typos.

Exception id: [BCAEC58D04E400870000019500000DF80004B20FE3921612]

Please help me anyone

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

just deploy your application before you run it

also check the trace to see if there is any other error

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to all my problem is solved my jco connection is failed..

anand_govardhan
Active Participant
0 Kudos

Hi Ramesh,

Your application is not deployed to the server.

Right click on your application and select Deploy New Archive and Run if its a local development.

If your are using NWDI you have to check out and Activate the changes.

Regards,

Anand G

Former Member
0 Kudos

Hi,

Have you deployed your application?because it is mentioned that the "Searchapp"(which i suppose is your application) is not deployed.

Take the "Deploy and Run" option by right clicking the application(i mn Seachapp). It will prompt you to enter the SDM password. Give the pwd and it will open the explorer and will show you the output.

Hope this helps you.

Regards,

Jithin