cancel
Showing results for 
Search instead for 
Did you mean: 

Callable object Output parameters does not show up if I use VC

Former Member
0 Kudos

I have a VC view. Finally the output of a form is fed as input to a stored procedure data service. The stored procedure data mode has 2 output ports:

OUTPUT

RESULT

The value of the result of the stored procedure is present only in the RESULT port.

When I make a Callable object pointing to the Portal iView of thois VC view, I do not get the output parameter that comes in RESULT in the Output Parameters of the Callable object

Any help ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

As u told your dataservice is Storeprocedure.Fisrt add the fields to it like.

Steps:right click on the dataservice->slect testdataservice->click on execute button->clcik on add fields->close.

if you want to see th efields of Result and out put port in the CO add a End point to the each of the output port .

plz let me know if u have further issue

Regards,

Govindu

kiran_jakkaraju
Contributor
0 Kudos

Hi,

Hope the below link will help you:

[Modeling Visual Composer iViews for Guided Procedures|http://help.sap.com/saphelp_nw04s/helpdata/en/44/429bbd709914bce10000000a155369/content.htm]

[Defining Output Parameters and Result States|http://help.sap.com/saphelp_nw04s/helpdata/en/44/429f01709914bce10000000a155369/content.htm]

Former Member
0 Kudos

You need to put the output of reports into an end point.

You may also need to turn on "Add Guided Procedure information" in the Tools > Options > Compiler > Add Guided Procedure information checkbox

Hope that helps.