Information about developing Workflow material master

Mark Pyc mark.pyc at gmail.com
Tue Aug 9 15:02:20 EDT 2005


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
> 
> 
>



More information about the SAP-WUG mailing list