cancel
Showing results for 
Search instead for 
Did you mean: 

Modeling Question

sap_cohort
Active Contributor
0 Kudos

I call a Web Service and depending on the value of the web service I want to either

1. Display an error message if the Web Service Value is '00'

2. display an HTML IView if the Web Service Value is 00 - 05

So

1. I have a connection from the Webservice to the Form View

2. I have a connection from the Webservice to the HTML IView

The problem I'm finding is that there is no allowable guard condition for the connection from the Webservice to the Form IView. Any ideas why? I guess I can just use the visibility option on the form?

Let me know what you think.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kenneth ,

Its true that it does not allow guard condition , and one of the option is to make use of visiblity condition .Or try storing the Webservice value inside the Form and then make a guard condition based on that Form .

Thanx

Pankaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kenneth,

guard conditions are available for input of data services not for transitions from output of dataservices. In this case you should use the visibility condition for displaying the error message resp. the html view (webpage).

Best Regards,

Marcel