Author |
Message
|
SDUVVAPU |
Posted: Fri Mar 05, 2004 8:42 am Post subject: NOOP activity with different input & output structures |
|
|
Newbie
Joined: 05 Mar 2004 Posts: 4
|
For my project, I need to create an empty NOOP activity that takes different input & output structures... Everywhere in workflow, FMCINTERNALNOOP is mentioned; but, it requires the input & output structure to be the same. Whereas, in my case, it is not the same. Can anyone have any insight on creating a NOOP acitivity with different data structures? |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 8:48 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
It does not make sense for me. NOOP activity does nothing so what do ou mean by different input and output structures???
Have input structure as what ever output structure you need. _________________ -Ratan |
|
Back to top |
|
 |
SDUVVAPU |
Posted: Fri Mar 05, 2004 9:27 am Post subject: |
|
|
Newbie
Joined: 05 Mar 2004 Posts: 4
|
I have an Inventory Structure and I need to make a call to the WBI Collab which returns the InventoryDetails Structure. The WBI collab mandates the input & output to be the same. So, I have to create a task in between to map the Inventory Structure to InventoryDetails structure, before calling the collab. So, all I want to do is to map the data wihtout any application assigned and move forward.... How do I accomplish this? |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 9:36 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Why do you even need a NOOP?
Just map your Inverntory structure of the o/p of the previous act to the InventoryDetails Structure (I/P) of the next activity. _________________ -Ratan |
|
Back to top |
|
 |
SDUVVAPU |
Posted: Fri Mar 05, 2004 10:45 am Post subject: |
|
|
Newbie
Joined: 05 Mar 2004 Posts: 4
|
I don't have a previous act... Inventory structure is my starting point...
I just have Inventory Structure PHI coming in... and before it goes to the next task (WBI), I need to change it to InventoryDetails. |
|
Back to top |
|
 |
Ratan |
Posted: Fri Mar 05, 2004 11:10 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
So map the Inventory Structure from your Source to InventoryDetails (I/P) of ur activity. _________________ -Ratan |
|
Back to top |
|
 |
SDUVVAPU |
Posted: Fri Mar 05, 2004 12:40 pm Post subject: |
|
|
Newbie
Joined: 05 Mar 2004 Posts: 4
|
Tried & worked. Thanks for your help:) |
|
Back to top |
|
 |
|