I am also interested in this feature and we have a couple users complaining
about this problem. I put this code in and a post processing directive and
it didn't do anything. Didn't seem to get any errors or anything, just
nothing happened.
-----Original Message-----
From: Waffqle <waffqle@... <mailto:waffqle%40gmail.com> >
Sender: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Date: Wed, 9 Mar 2011 11:06:31
To: <vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> >
Reply-To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: Re: [Vantage] Re: BPM to pull QuoteHed.QuoteComment field into
OrderHed.OrderComment filed Vantage
FOR EACH OrderHed WHERE OrderHed.OrderNum = orderNum.
Run lib/UpdateTableBuffer.p(input BUFFER OrderHed:HANDLE, `OrderComment',
ttQuoteHed.QuoteComment).
END.
That should do the trick. If it fails, let me know what it gives you and
we'll see what we can figure out.
On Wed, Mar 9, 2011 at 10:54 AM, Richard <rgraf@...
<mailto:rgraf%40abapgt.com> > wrote:
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
about this problem. I put this code in and a post processing directive and
it didn't do anything. Didn't seem to get any errors or anything, just
nothing happened.
-----Original Message-----
From: Waffqle <waffqle@... <mailto:waffqle%40gmail.com> >
Sender: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Date: Wed, 9 Mar 2011 11:06:31
To: <vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> >
Reply-To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: Re: [Vantage] Re: BPM to pull QuoteHed.QuoteComment field into
OrderHed.OrderComment filed Vantage
FOR EACH OrderHed WHERE OrderHed.OrderNum = orderNum.
Run lib/UpdateTableBuffer.p(input BUFFER OrderHed:HANDLE, `OrderComment',
ttQuoteHed.QuoteComment).
END.
That should do the trick. If it fails, let me know what it gives you and
we'll see what we can figure out.
On Wed, Mar 9, 2011 at 10:54 AM, Richard <rgraf@...
<mailto:rgraf%40abapgt.com> > wrote:
>Waffqle <waffqle@...> wrote:
>
> Thanks Waffqle. With help I'll get this figured out.
>
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> >is
> > You're going to need some ABL code for this, but nothing complicated.
> > Try the following as a post processing directive on Quote.CreateOrder.
> >
> > FOR EACH OrderHed WHERE OrderHed.OrderNum = orderNum.
> > ASSIGN OrderHed.OrderComment = ttQuoteHed.QuoteComment.
> > END.
> >
> >
> >
> > On Tue, Mar 8, 2011 at 4:26 PM, Richard <rgraf@...> wrote:
> >
> > >
> > >
> > > Hi Folks,
> > >
> > > I'm trying to write my first BPM is to pull text from the Quote Head
> > > Comment into the Sales Order Head Comment whenever a new sales order
> > > created. Being a complete newbie to BPM's I'm not sure how to go about[Non-text portions of this message have been removed]
> it.
> > > The pre-programmed actions don't seem to cover this. It looks like I
> could
> > > set the BPM to put whatever I specify in the comments field when a new
> order
> > > is created but I don't see any way to tell it to get the text from an
> > > existing field.
> > >
> > > Any ideas? Thanks in advance for all suggestions.
> > >
> > > Rick
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have
already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]