If you are working on the pre-processing side of things, this BO probably doesn't have anything in the temp table yet. Since it is a "GET" BO the ttQuotehed table has a value it in as it will be used to get the information to put into the ttquoteqty table. You might take a look at the Post processing side to see if what you are looking for is in there.
Jim K.
Jim K.
--- In vantage@yahoogroups.com, "bobschnable" <bschnable@...> wrote:
>
> I'm working on Quote.GetQuotedInfo. The ttQuoteQty does exists on this BO/Method, but whenever I've tried to get information from it, I cannot. I've tried multiple can-finds, and the information is not there as far as I can see.
>
> --- In vantage@yahoogroups.com, "jckinneman" <jckinneman@> wrote:
> >
> > Which Business Object are you working with and what are you trying to accomplish? The temp tables that are available are set by the BO you are working with. If ttQuoteQty doesn't show up on the list of tables it doesn't exist in the context of the BO you are working with. Depending on what you are trying to do a different BO may have the data you need to get to.
> >
> > Jim Kinneman
> > Senior Consultant
> > Encompass Solutions Inc
> >
> > --- In vantage@yahoogroups.com, "bobschnable" <bschnable@> wrote:
> > >
> > > Hi Group. I am attempting to write a BPM to capture some data that only exists in a Temp-Table. It's in the ttQuoteQty table. I need to start on the QuoteHed however, and since I'm on the QuoteHed, that is the only TT table I have available. I can get to the QuoteQty table, but the ttQuoteQty is not available. Does anyone know of any way I can access that TT table once I get to that level?
> > >
> > > Thanks in advance.
> > >
> >
>