AW: Information about developing Workflow material master

Timo Robens trobens at platinum-cg.com
Wed Aug 10 03:13:26 EDT 2005


Hi Mark,
nice to hear from you. After looking in which way i can perform field level
binding i´m still on the point of defining the binding from task to method.
Unfortunately, I´m not able to crate a specific paramter to feed the method
with. My aim should be to create a workflow which controls the fully
creating of the material master. There i have defined a startup task an a
task with the method standardmaterial.createviews. I´m now able to execute
the workitem which goes directly to the view. But I want to go to a special
view - and for this a I have to feed the method with plant, purchasing
org. - and I do not know in which way. I´ve got R/3 4.7 with WAS6.20. If it
would be helpful I can sent a hardcopy of my settings so far.
Thank you very much for helping me.

friendly regards
timo

-----Ursprüngliche Nachricht-----
Von: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu]Im Auftrag
von Mark Pyc
Gesendet: Dienstag, 9. August 2005 21:02
An: SAP Workflow Users' Group
Betreff: Re: Information about developing Workflow material master


G'day Timo,

I think in the latest releases you can perform field level binding,
but if your in an older release you may need to use programmed
binding. This basically involves plugging in a function module to do
the tricky bits of binding for you. I know in the older releases the
link from the binding screen to the programmed binding was less than
obvious - under right mouse click maybe??

If you can't find what I'm talking about, tell us the release and
someone will be able to point you in the right direction.

Have fun,
Mark

On 8/9/05, Timo Robens <trobens at platinum-cg.com> wrote:
> Hi Joe,
>
> thanks a lot for your answer. Within the method &viewlistline& there are
> container elements like maintainance status, plant, purchasing org. and so
> on. But if I want to define the binding from method to task in the way
like
> &viewlistline.plant& ->&viewlistline.plant& I get the error message:
> &viewlistline.plant& is no Exportelement. And if I define the same binding
> from task to method like
> &viewlistline.plant&->&viewlistline.plant& I get the error
> message: the plants value is not allowed to use as an binding aim. Please
> can you give my an advice in which way i have to define the
> &viewlistline.plant&. I`ve worked on it since 2 weeks and i haven´t found
no
> solution for this problem.
> For your effort - thanks.
>
> friendly regards,
> Timo
> -----Ursprüngliche Nachricht-----
> Von: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu]Im Auftrag
von
> Toledo, Joe (NBC Universal)
> Gesendet: Montag, 8. August 2005 18:18
>
> An: 'SAP Workflow Users' Group'
> Betreff: RE: Information about developing Workflow material master
>
>
>
> Hi there Timo,
>
> You need to define the binding from the task to the method passing the
> plant.   If the plant is not going to be "hardcoded" (i.e. a constant)
then
> you need to bind the plant to the task from the workflow definition.
>
> I hope this helps...
>
>
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of
> Timo Robens
> Sent: Monday, August 08, 2005 8:56 AM
> To: 'SAP Workflow Users' Group'
> Subject: AW: Information about developing Workflow material master
>
> Hi Partha,
>
> thanks a lot for writing me. I´ve found a method called
> standardmaterial.createviews. I created a Subtyp an added the parameter
> plant. After that I create the method within an activity. But the thing i
> don´t understand is in which way am i able to feed the method with
> parameters? Do you have an advice?
>
> Friendly regards
> timo
>
> -----Ursprüngliche Nachricht-----
> Von: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu]Im Auftrag
> von Chatterjee, Partha (US - San Ramon)
> Gesendet: Montag, 8. August 2005 15:58
> An: SAP Workflow Users' Group
> Betreff: RE: Information about developing Workflow material master
>
>
> Timo,
>
> Workflow uses business object methods in each workflow step.  These
methods
> can programs including transaction codes. Generally, to bring up a
> particular view in t-code, you will need to feed the appropriate
parameters
> to the workflow task/method if it does not have the material master view
you
> are interested in by default.  So in essence, you have to able to feed the
> method in business object the correct parameter.  If it does not have an
> interface to this, then you would to program it using abap and build your
> method containing the abap and the correct parameter interface.
>
> So I would suggest testing a method that brings up the material master in
> the business object method and test if there is parameter adjusts the
views
> as first run at this problem ...
>
> With regards,
> Partha
>
>
> -----Original Message-----
> From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of
> Timo Robens
> Sent: Monday, August 08, 2005 1:57 AM
> To: sap-wug at mit.edu
> Subject: Information about developing Workflow material master
>
> hello everybody,
>
> i´m very new to the workflow topic. Because of this i´ve got some
questions.
> Regarding to our costumer request i try to develop a workflow which
controls
> the creating of the material master. For this I want to use the
BUS1001006.
> Mainly with the method material.create and viewlistline. After creating of
a
> new material there will be sent a workitem to the responsible department.
> After executing this workitem the user should be automatically given the
> right material view. Does anybody know, in which way i can do so? For your
> effort thanks a lot.
>
> friendly regards
> timo
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law.
If
> you are not the intended recipient, you should delete this message. Any
> disclosure, copying, or distribution of this message, or the taking of any
> action based on it, is strictly prohibited. [v.E.1]
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug



More information about the SAP-WUG mailing list