BOB: Business Objects Board
Not endorsed by or affiliated with SAP

Register | Login 

Broadcast and burst BO reports dynamically 
Broadcast and burst BO reports dynamically (Opens a new window)  

General Notice: Upcoming Events: BI show Toulouse: Oct 18. There are 50 ASUG sponsored events in the next 45 days, see calendar for details.

DI/DS Improvements & Suggestions

Goto page Previous  1, 2, 3, 4  Next
 
Search this topic... | Search Data Integrator... | Search Box
Register or Login to Post    Forum Index -> Data Integrator  Previous TopicPrint TopicNext Topic
Author Message
dlaplant
Senior Member
Senior Member



Joined: 27 Mar 2006

Posts: 31
Location: Chicago


flag
PostPosted: Thu Apr 23, 2009 4:15 pm 
Post subject: Re: DI/DS Improvements & Suggestions

Flat files: a template flat file like a template table or xml

Flat files: ability to automatically ignore columns to the right of those defined in the flat file format

_________________
David La Plant
Integre Systems
Back to top
wdaehn
Forum Groupie
Forum Groupie



Joined: 17 Dec 2004

speaker.gif*6
Posts: 7627
Location: Germany


flag
PostPosted: Fri Apr 24, 2009 1:52 am 
Post subject: Re: DI/DS Improvements & Suggestions

Just asking how close these features get:

https://wiki.sdn.sap.com:443/wiki/display/BOBJ/How+to+create+a+flat+file+format+from+a+Query

https://wiki.sdn.sap.com:443/wiki/display/BOBJ/Errorhandling+in+file+formats (Scenario 3)

_________________
Werner Daehn
Product Manager Data Integrator
SAP Business Objects

PLEASE SUPPORT THIS: Run one ATL job and tell us the benchmark result. Details to be found here.
Back to top
dlaplant
Senior Member
Senior Member



Joined: 27 Mar 2006

Posts: 31
Location: Chicago


flag
PostPosted: Fri Apr 24, 2009 11:04 am 
Post subject: Re: DI/DS Improvements & Suggestions

That works. Thanks.
_________________
David La Plant
Integre Systems
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Thu Apr 30, 2009 9:54 am 
Post subject: Re: DI/DS Improvements & Suggestions

Idea: Some of the Table Compare options should be set-able through global variables, to allow dataflows that handle both Incremental loading as well as full re-loads.

In particular, if you could set the "Detect Deleted Rows" and "Comparison Method" options to also read a variable, you could have a single dataflow that does incremental (no deletion detection; comparison method is row-by-row), and a full re-load (deletion detection; cached comparison table).

Without this, you need two separate dataflows.
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Mon May 11, 2009 7:07 am 
Post subject: Re: DI/DS Improvements & Suggestions

Create and include in the DI installation, a BO universe to report on the DI repository. This would seem like a slam-dunk integration point between these two BO products...

http://www.forumtopics.com/busobj/viewtopic.php?t=116709
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Wed May 13, 2009 7:48 am 
Post subject: Re: DI/DS Improvements & Suggestions

The Merge transform should have a radio button for "Merge All" versus "Merge Distinct". Similar to the MERGE ALL vs MERGE in SQL itself.

Yes, you can add a Query transform after the Merge with the Distinct checkbox checked, but a radio button choice would make for a simpler dataflow design (fewer steps) and would make it clearer to the new DI user what was going on.
Back to top
bhupendra_fatnani
Forum Member
Forum Member



Joined: 03 Sep 2007

Posts: 29


flag
PostPosted: Thu May 14, 2009 3:43 pm 
Post subject: Re: DI/DS Improvements & Suggestions

My wishlist :

1) To be able to go back to the designer of lookup_ext() function once it has been implemented. It is a pain to manually decode the whole function because once cannot go into the designer mode again.

2) To have more compatibility in the lookup_ext() function like the usage of 'AND'/'OR'/both clauses in the conditions box. As far as I know, all the conditions in the box are joined with 'AND' which limits the usability of the function.

3) To have a small box at the end/beginning of the Administrator page which asks for the "page _ of _ " to go rather than clicking the next page button those many times. banghead.gif

4) To have the compatibility of (+) instead of/and having an outer join box in the Query transform. If there are 5 tables to be joined and if the query requires outer join only on 2 tables, even then one is forced to apply the outer join involving all the tables/queries.
Back to top
bhupendra_fatnani
Forum Member
Forum Member



Joined: 03 Sep 2007

Posts: 29


flag
PostPosted: Thu May 14, 2009 3:52 pm 
Post subject: Re: DI/DS Improvements & Suggestions

5) Include more functions in the inbuilt functions library. BO XI R2 Webi has wonderful functions and DI seems to fall short of useful functions like them.
Back to top
wdaehn
Forum Groupie
Forum Groupie



Joined: 17 Dec 2004

speaker.gif*6
Posts: 7627
Location: Germany


flag
PostPosted: Fri May 15, 2009 3:31 am 
Post subject: Re: DI/DS Improvements & Suggestions

1) I never use the lookup_ext in a mapping but as a new-function-call for exactly that reason.

https://wiki.sdn.sap.com:443/wiki/display/BOBJ/lookup_ext


2) Use two lookups for the OR. So if the condition should be col1=1 or col1=2 you can have two lookups with each condition and in the next step you decide which of the two you actually take via a ifthenelse(). I know, not perfect but with ORs you would need to support brackets as well and then the GUI gets really complex.

3) Wait one or two months and then DS 12.2 supports that!

4) True.

5) True. Can you list the most important ones for us?

_________________
Werner Daehn
Product Manager Data Integrator
SAP Business Objects

PLEASE SUPPORT THIS: Run one ATL job and tell us the benchmark result. Details to be found here.
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Tue Jun 02, 2009 12:54 pm 
Post subject: Re: DI/DS Improvements & Suggestions

A new transform, something different than History Preserve, more like "Existing Column Preserve", that does the following:

- If the data in the target table has a value, leave it alone
- If the data in the target table is null, then fill in the incoming value

In this transform, you could click on each column and the tab/dialog area below would have options for:

- Normal (pass-through)
- Preserve if not not null
- User-specified condition (and you could put in your own WHERE-like criteria)


This is useful for some columns where you always want to preserve a value like "initial load date", even if the row is later Updated (rather than inserted). But you want to have the same dataflow, and not have to resort to bringing in the target table as a source.

In fact, now that I think of it, this could be added into the Table Compare transform. Since you already have to read the entire target table's row for that transform to work, you could have another tab in the table compare that lets you specify this column-by-column behavior.
Back to top
nitrobrother
Principal Member
Principal Member



Joined: 08 Sep 2004

Posts: 127
Location: Earth.NA.US.KS.OP


flag
PostPosted: Thu Jun 11, 2009 3:05 pm 
Post subject: Re: DI/DS Improvements & Suggestions

How about the ability to have multiple instances of the Designer open at the same time, with each one pointing to a different repository?

For example, I'm in the development environment and want to go look at something in the production repository. Currently I have to exit Designer and restart it, point it to the prod system, look at what I need to (assuming that CRS hasn't kicked in and I can remember what I was after), then lather-rinse-repeat to go back to my development environment.

_________________
"No problem can withstand the assault of sustained thinking." -- Voltaire
Back to top
umak
Senior Member
Senior Member



Joined: 29 Nov 2005

Posts: 90


flag
PostPosted: Thu Jun 18, 2009 12:29 pm 
Post subject: Re: DI/DS Improvements & Suggestions

How about "View Where Used" ability for variables!!! right now is there a way to find it?
_________________
Uma
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Thu Jun 25, 2009 7:17 am 
Post subject: Re: DI/DS Improvements & Suggestions

KattaUR wrote:
How about "View Where Used" ability for variables!!! right now is there a way to find it?


That would be fantastic. We recently tried to clean up our warehouse load because there were tons of variables defined, some of them old, but it was hard to find out where they were used.

Can you enter a new Message with SAP support and suggest this?
Back to top
dnewton
Forum Addict
Forum Addict



Joined: 30 Jan 2004
ASUG Icon
Posts: 3193
Location: Massachusetts, USA


flag
PostPosted: Thu Jun 25, 2009 7:20 am 
Post subject: Re: DI/DS Improvements & Suggestions

I had a requirement to compute an aggregated fact table, and only show the Top customers or Top products in the result. This was a minor pain to do, as it required several Query steps in succession:

- Aggregate the measures
- Sort by the customer/product and then by the Revenue, in DESC order
- Add a "gen_row_num_by_group" column
- Then filter out just the top 10.


If there was a "Top" transform, it could do all of the steps above. Just specify which columns are the dimensions, which are the measures, and whether you want the highest or lowest values, and how big the TOP should be. It could do all of these in one step.
Back to top
umak
Senior Member
Senior Member



Joined: 29 Nov 2005

Posts: 90


flag
PostPosted: Thu Jun 25, 2009 4:14 pm 
Post subject: Re: DI/DS Improvements & Suggestions

Code:
KattaUR wrote:
How about "View Where Used" ability for variables!!! right now is there a way to find it?



Code:
That would be fantastic. We recently tried to clean up our warehouse load because there were tons of variables defined, some of them old, but it was hard to find out where they were used.

Can you enter a new Message with SAP support and suggest this?


Made a suggestion to SAP support about this, hope they will make this feature available in their future release.

_________________
Uma
Back to top
Display posts from previous:   
Register or Login to Post    Forum Index -> Data Integrator  Previous TopicPrint TopicNext Topic
Page 3 of 4 All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4  Next
 
Jump to:  

Index | About | FAQ | RAG | Privacy | Search |  Register |  Login 

Not endorsed by or affiliated with SAP
Powered by phpBB © phpBB Group
Generated in 0.4668 seconds using 16 queries. (SQL 0.0084 Parse 0.4385 Other 0.0200)
Hosted by ForumTopics.com | Terms of Service
phpBB Customizations by the phpBBDoctor.com
Shameless plug for MomentsOfLight.com Moments of Light Logo