cancel
Showing results for 
Search instead for 
Did you mean: 

Show the result view in the begining.

Former Member
0 Kudos

Hi

I have one more dout.

When i run one application in the beginig it self it is showing the Result view.

What might be the error.

Can any body help me.

Regards,

H.V.Swathi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As i said earlier, check that your context in Component controller should be mapped to both the views. Revert me if you

need clarification.

Regards

Raghu

Former Member
0 Kudos

yes i ahve done the mapping too

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Also check your context mapping. That is whenever you are getting data from BAPI. The Bapi nodes may be created in the context of Component Controller. So, while linking your views to component in Data Modelur, you should map the required attributes to the context of both the views.

Regards

Raghu

Former Member
0 Kudos

Hi,

You can check that in the R/3 system, by giving the inputs you can check if there is anything stored in database.

Former Member
0 Kudos

Hi,

if two views start view and result view are under the "SampleWindow" window.

you want to show first the result view just follow the below steps,

right click on the "SampleWindow" under the windows and select "open navigation modeler" from context menu.

then you see the diagram view.

from this select the desired view under the properties tab you see the default option

just make it as true.

and deploy the application.

Regards,

ramesh

Former Member
0 Kudos

i am able to see the start view only but i have another dout now.

I am trying to connect to ABAP system. Flight model is the example i am trying to do.

After entering to the to values(Deparcher and arival)

It is not going to result view and displying the table.

Regards

H.V.Swathi

Former Member
0 Kudos

Hi,

use inbound plug and outbound plug concepts!

refer this pdf,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/web-application-se...

Regards,

ramesh

Edited by: Ramesh Babu V on Oct 14, 2008 1:03 PM

Former Member
0 Kudos

Hi !!

Is it not going to next view or there is not data available in back end tables. Most of example applications are designed for IDES server's so, might possible that BAPI you are using doesn't contain data.

Regards

Abhijeet

Former Member
0 Kudos

yes now it is going to next page, but it is not desplaying any data on the screan.

Only the table is displaying without any content.

Regards,

H.V.Swathi

Former Member
0 Kudos

Hi,

confirm whether rfc giving values or not ?

Former Member
0 Kudos

How can i check that

Former Member
0 Kudos

Hi !!

You can check BAPI out put in back end. Use SE37 transaction.

Then execute the functional module you are using.

You will get the output.

Probably you can ask your ABAP Developer to help you.

Note: There are alternative function modules are also available. you can use that.

Former Member
0 Kudos

I have checked that module in visual composer it is fetching values.

But it is not displaying in my application in resultview.

What might be problem?

Rgards,

H.V.swathi

PradeepBondla
Active Contributor
0 Kudos

Hi,

Did you invalidate the output node after executing it?

wdcontext.nodexxxnode.invalidate();

write this statement after the execute statement.

PradeeP

Former Member
0 Kudos

once check the dataSource property of the Table UI ?

Former Member
0 Kudos

yes i have put that

Rgards,

H.V.swathi

Former Member
0 Kudos

i have put the proper data source

former_member192434
Active Contributor
0 Kudos

Hi

You need to change the defult property as true, for your view you want to display first .

thanks'

Former Member
0 Kudos

Hi,

Please check if the default property of the Result View is set to true.

If yes then at runtime it will be the 1st view to be shown..

whichever view you wish to show 1st set its default property to true.

You can change the property by clicking once on the view which is located under Window. In the properties tab you can see "default" change it to true/false as per requierement.

Edited by: Aishwarya Sharma on Oct 14, 2008 8:46 AM