cancel
Showing results for 
Search instead for 
Did you mean: 

Group Button NOT found while creating a BLOCK using GP

Former Member
0 Kudos

Hi Experts,

I am new to Comp Apps and trying an example to Integrate 2 WebDynpro Apss Using GP.

My Steps i followed are

I have created 2 Callable Objects : CallableObject1 adn CallableObject2

Created 2 Actions : CO_Action1 adn CO_Action2 next Created A Block to hold the above WebDynpro_Block

Now When i try to map the output of Action1 with input of Action2 by clicking on Parameters tab , i could not find the Group Button on the UI for creating a BLOCK

i am using the below environment

SAP Web AS 2004s SP 9Portal, NWDS 7.0.09

expectign some positve answers, Points will be rewarded :)-

Regards

Souza

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Souza,

I think you are not doing the right thing. If you want the output of Action1 to be the input of Action2, you should map those parameters, not group them. When you group parameters, these parameters should be of the same type – either input or output. At runtime, you enter a value once, and it is valid for all parameters in the group.

You map the output parameters of a callable object to the input parameters of another callable object. At runtime, the input for the second object is automatically retrieved from the output for the first object.

So, what you need to do is on Process level to map the output parameters of Action1 to the input parameters of Action2.

Here are a couple of useful links for CO parameters and parameter configuration:

http://help.sap.com/saphelp_nw70/helpdata/en/e4/8a5742330ad142e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw70/helpdata/en/52/a2d5bf5af843f6b4ceebfe32671dfc/content.htm

Hope this works

Greets,

Petra

srinivasarao_kambala4
Active Participant
0 Kudos

Hi Petra,

Im working on the Tutorial example "Time-Off Process" Even i am facing a similar error, pls help me.

I am trying create "SetUp Block Context Parameters" , below are the steps i followed

1. Selcted the sequential block in the upper pane and selected the tab Parameters

2. Now i have selected the 4 entries which are labled as "Time-Off Data" [Create Req, Approv Req, Book Req, Summary are my relative Actions]

3. Now i want to Consolidte them make them as one block, by entering a name in the field Consolidate To

But i am not able to find this Field named Consolidate To:

I am using SAP Web AS 2004s SP 9Portal

Please tell was there any change in the UI of the portal (from the Tutorial example to current version i am using)

If this field ConsolidateTo field is removed , How shd i Setup Block Context parameters

i searched everywhere, any inputs will be valuble,

thanks

Kambala

Former Member
0 Kudos

Hi,

Has your problem been solved?

If not, did you try these links?

Are you trying to map parameters (at block level) between the four actions that you have specified?

If so, please follow the links:

For consolidating parameters at blocklevel:

http://help.sap.com/saphelp_nwce10/helpdata/en/de/598041a17e060de10000000a1550b0/frameset.htm

For defining block-flow:

http://help.sap.com/saphelp_nwce10/helpdata/en/de/598041a17e060de10000000a1550b0/frameset.htm

Let me know if its useful.