When we would create genric extractor on a infoset query

hi  All,
we have infoset queries inour R/3 But very confused whether i should i go for generic with querry or genric with views.
Actually the scenario is I have the insfoset query on logical data base
I can create a generic extractor with view from the tables used by above infoset query. but there are structures in that infoset query .
so to create an generic extractor with  view on a structure  is not possible neither a function module is  possible.
last option is creating generic extractor with view and enhancing the extractor with  required fields form structure.
but i feel it would be very easy creating a generic with the same infoset querry
can u give me suggestion pls
All the answers  would be appreciated by points
Thanks and Regards,
D

Hi...
SAP Query / InfoSet Query is a powerful tool for defining reports in the SAP
source systems and supports different forms of reporting. It allows users to define
and execute their own reports on data in the SAP system without any knowledge
of the ABAP programming language.
Reports are structured by entering texts and selecting fields and options in SAP
Query. The relevant fields can be selected more easily using InfoSets (before
release 4.6C, InfoSets were known as functional areas).
InfoSets are viewed as DataSources. These data sources can be used for extracting into SAP BW.
To create an InfoSet from the DataSource definition, perform these steps:
1. Fill out all the required entry fields (application component, descriptions).
2. Choose Extraction from Query.
3. Choose Save. A new screen is displayed.
4. Assign a name for your InfoSet and choose InfoSet Maintenance.
5. In the screen that follows, choose Create.
6. Select the data source (DB tables/views, joins, logical DB, and so on).
7. Define the field groups and assign the fields
An InfoSet is a special view of a dataset (logical database, table join, table,
sequential file) that is used by SAP Query as a data source. InfoSets, therefore,
determine the tables or fields in these tables that can be referenced by a report. In
most cases, InfoSets are based on logical databases.
SAP Query features a component for maintaining InfoSets. When you create an
InfoSet, a data source in an application system is selected. SAP Query is relevant
for the Business InformationWarehouse because it allows you to define the extract
structure by selecting fields in a logical database, table join or other datasets in the form of an InfoSet. In this way, you can use the generic data extraction function for master or transaction data from any InfoSet. When you do so, a query is created for an InfoSet that retrieves data and transfers it to the generic extractor.
InfoSets represent an additional, convenient data source for extracting data
generically. Logical databases in all SAP applications, table joins and further
datasets can be used as a data source for SAP BW.
Hope this would help u
with regards,
hari kv

Similar Messages

  • Before this last upgrade, when I would create a file and do a "Save As" it would always open "My Documents" by default, which is what I prefer. But since the upgrade it opens in some annonomus file, to which I have to go through several steps to get to My

    Before this last upgrade, when I would create a file and do a "Save As" it would always open "My Documents" by default, which is what I prefer. But since the upgrade it opens in some anonymous file, to which I have to go through several steps to get to My Documents, and I can't seem to select the default in my preferences. HELP PLEASE!!!

    Before this update of what software from what version to what version using which OS?

  • Advices about creating a datasource from an infoset query

    Hi all,
    i have to create a datasource with extraction from an infoset query in R3, i have many questions:
    1- i have heard about the bad performance using a Datasource from an Infoset query, how can i improve this?
    2- The infoset query doesnt exist in R3 Develop, but this exist in R3 Prod, what do i must to do? create a false infosetquery in R3 D, with just the same name of the info set query in R3 Prod? or what else?,
    3- some material to improve this development about create datasources from an infoset query.
    thanks guys!

    Hi,
    You can verywell use infoset query if you are doing following things
    Join using Keyfields to retreive data from tables
    If not using keyfields create index for those table fields  in those fields which will improve in accessing database
    Try to use minimum of tables of small size dont try to join big tables like GLPCA and all.
    Try to load small set of data like a period or month. Dont try for a year or so.
    if your performance is good for aperiod you can go for a year.
    If you are good in function module you can try function module in which you will have the option of specifying no of records to be selected usign package size.
    Hope this helps for you.
    Thanks,
    Arun

  • Time Machine would create a NEW backup

    Hello,
    sorry for my bad english, I'm not a native speaker.
    I'm useing Mac OSX 10.7.3
    Since a few days, I've some trouble with Time Machine. When TM would create a new backup in the normal hourly loop it creates the following message:
    Time machine has completed the review of its backups. To improve the reliability time machine must create a new backup. (i hope it's the correct translation in englich)
    Now I've to options:
    1. I can create a new backup later
    2. create a new backup
    Does anyone knows what is wrong? I don't want to create a new backup, I want to use the old one.
    I still have enough space on my backup volume. I'm using the Airport Extreme and a WD hard drive.
    Thank you for your assist.
    David

    Unfortunately, the issue is that the wireless connection isn't fast enough. The error is saying that basically its going to take too long to do the work.
    Not sure how apple makes the time capsule faster,but apparently it works.
    Apple suggested configuration is either by a direct USB or FireWire connection, or use a time capsule.
    Linc is correct in his last post.   You can actually plug in your USB drive at random intervals and time machine will see it and do its thing. This will probably work better in the long run, even though you haven't had any issues up until now.

  • Generic Extractors for HR Reports using views and Infoset Query

    Hi Friends... I am working to come out with the HR reports in BW for the HR reports which are already there in R/3. The HR reports in R/3 are created based on Infoset Query.I could not find any standard business content cubes which can give me these reports.
    1)So please can anyone give me step by step approach so to create a generic extractors based on Infoset Query.
    2)And also how to populate the data into the fields of the generic extractor which is created by Infoset Query( Please provide any sample ABAP code if available)
    3)can anyone give me step by step approach so to create a generic extractors based on View/Table.
    4)And also how to populate the data into the fields of the generic extractor which is created by View/Table( Please provide any sample ABAP code if available)
    Thanks

    Hi Kalyani,
    We normally go for View or infoset when the data to be fetched in BW is distributed in different tables in SAP R/3.
    Had the data been available in one table we can easily build our datasource on that table but if there are more tables then its not possible to do it without Views or Infosets. You can use Function Modules to build your datasource in case it involves complex logic to figure out the data from various tables.
    Depending upon the table relationships we create view and include various fields from these tables in that view. Same is with the Infosets, you can have more flexible options like Outer Join, left outer Join etc.
    Regards,
    Pratap Sone

  • When to go for generic extraction using view and infoset query?

    Hi,
                        Can anyone clarify me when we should go for generic extraction using view and when we should go for generic extraction using infoset query....
    Also what is the difference between view and infoset?
    I tried but could not find out....
    Regards,
    Kalyani.

    Hi Kalyani,
    We normally go for View or infoset when the data to be fetched in BW is distributed in different tables in SAP R/3.
    Had the data been available in one table we can easily build our datasource on that table but if there are more tables then its not possible to do it without Views or Infosets. You can use Function Modules to build your datasource in case it involves complex logic to figure out the data from various tables.
    Depending upon the table relationships we create view and include various fields from these tables in that view. Same is with the Infosets, you can have more flexible options like Outer Join, left outer Join etc.
    Regards,
    Pratap Sone

  • My iPhones gives me a message that I don't have enough storage to backup.  When I attempt to manage my storage it shows 1 backup for the phone I use and it's 5GB.  I have transferred all my photos to my computer hoping it would create storage but no good.

    My iPHone tells me I don't have enough iCLoud storage.  When I manage my storage from Settings it shows 1 backup for my primary phone and it's 5GB.  I understand that is what Apple provides for free and I could upgrade but I don't want to upgrade.  I have transferred most all my photos to the computer and I have no music on my device.  And this was several weeks ago and I have attempted to backup since hoping it would create a new backup but no good.
    I have even went in the backup and turned off Camera Roll since it's the largest but still no good.
    If you have any suggestions other than upgrade your storage plan please help.
    Thanks

    Try deleting the old backup.
    Settings>iCloud>Storage & Backup>Manage Storage, tap the device name and on the resulting screen, scroll down and tap on Delete Backup.

  • How can I Import CA Certificate into a new user profile when it's created

    I need to deploy a CA Root Certificate to new firefox user profile when it is created in windows. I Seen somewhere that you could place a working copy of cert8.db in %programfiles%\firefox-installation-folder\defaults\profile and this would get added when a new firefox profile is created. However, the profile directory doesn't exist in the defaults folder and when I created it this method still didn't work.
    Is there a way to get firefox to create new profiles with preconfigured Certificates?
    Right now when new users open firefox for first time it is unable to connect to any SSL sites through our proxy server until the user adds the proxies ca certificate or it gets added later via logon script (at next user logon).

    Update... For anyone looking for a similar solution:
    I ended up adding more to my logon script I have it check for a user's mozilla profile first and if not found it will use command line "firefox.exe -createprofile default" to make one. After that I just copy a working cert8.db to that new profile. Then when the user opens firefox for first time, it will detect this new profile, and it will load it along with the correct CA Certs intact...
    Also, for existing profiles my script just uses nss certutil to add my proxy CA Certificate to the users profile cert8db.

  • I can't understand apple teminology - what is the difference between a keychain and a password - why does my mac keep asking me to type in the keychain - I don't know what it is or when it was created!!!

    I can;t understand the apple terminology - what is a keychain and how is it different to password?  When I set a new password it keeps asking me for the login keychain.  None of my passwords work for it and I don't know when it would have been created.

    A "keychain" is a secure database in which passwords are stored in an encrypted format to prevent unauthorized discovery of your passwords. Think of it like a bank safe deposit box in which you can safely store your passwords.
    If you have a problem with your keychain then perhaps you have not changed the passwords correctly or need to repair your keychain. You might try:
    Assuming that you are using a recent build of OS X, go to /Applications/Utilities and launch the app called Keychain Access. Go to the Window pulldown menu and select "Keychain First Aid". Enter your password, set the radio button to "Repair", and click "Start".

  • How to create email to Support Team when NEW message created in SupportDesk

    Hi there,
    I have been sitting with this for a while now, and am quite frustrated. I want to know whether it is possible to generate an email notification to the Support Team in the Service Desk whenever a new message is created by the user. So far, the Org Structure is correctly set up in PPOMA_CRM. The rule CRM_DNO_1 (13200137) is configured and works. Application CRM_ORDER with Action Profile SLFN0001_ADVANCED is configured, and by standard config works by correctly determining the responsible Support Team per SAP Component whenever a new message is created. Lastly, I have configured my own Action Definition that sends an email to the user (Reported By) to notify him whenever the Status of the message changes (like to In Process or Confirmed etc), which works.
    Now, whenever a new message is created by a user in the satelite system, it gets created in Service Desk and the Reported By, Sold-to-Party and Support Team are determined and the status of the message is NEW. When looking at the message in Service Desk under Actions, the only action assigned so far is  the "SLFN0001_ADVANCED_FIND_PARTNER - Find support team responsible, when message is created" action. Now, the issue is this: how do you assign an action to the message straight after the Support Team determination, but before any other processing takes place in the message (meaning, you have to click on Change in Service Desk to start processing the message - when doing this, additional actions are assigned). I have created my own Action Definition (copy of SLFN0001_ADVANCED_FIND_PARTNER) and added another Processing Type after the Method Call (CRM_DNO_PARTNER_1) to email a Smartform (Processing Type = Smart Forms Mail) to the Support Team. But from here things just dont work - either it skips the Support Team determination, or it doesn't process the SmartForm type at all. Even by creating a standalone Action Definition and using Partner Determination / Function SLFN0003 (Support Team - almost same like to notify the Reported By about status changes to the message), this newly-defined action doesn't even list under Actions in the message whenever a new message is created. Only after clicking on Change in the message does this action for the first time list and execute, which is pointless - you don't want someone to open the message first and change it to enable notification of the Support Team of a new message; this should happen as soon as the message gets created.
    So, if there is anyone out there who has done this before, please help, it would be much appreciated.

    Gavin,
    I managed to get this working in our system.
    This is what I did:
       - action ZSLFN0001_ADVANCED_FIND_PRTNR (copy of SLFN0001_ADVANCED_FIND_PARTNER): changed in processing type the method to ZCRM_DNO_PARTNER_1 which I created as described in note 1041455. The Sort Order of this action has the same number as the original action of SAP (nr. 10 in my case).
       - I created another action Z_MAIL_TO_SUPPORTTEAM_OPEN with Sort Order one higher than the previous (nr. 11 in my case).
    Processing Time: When saving document
    Processing Times not permitted: No Restrictions
    Sort Order: 11
    Schedule Automatically
    Partner-Dependent: SLNF0003
    Determination Technology: Using Conditions that can be Transported
    Rule Type: Workflow Conditions
    Action Merging: Max. 1 Action for Each Action Definition
    Processing Type
                  -  Form Name: ZFORM
                  -  Processing Class: CL_DOC_PROCESSING_CRM_ORDER
                  -  Processing Method: CRM_SRVORDER_EXEC_SMART_FORM
                  -  Archive Mode: Mail Only
    Then I configured a Schedule Condition for Z_MAIL_TO_SUPPORTTEAM_OPEN: &CRM Service Process.User Status& = E0001ZSMSD001.
    For me it's working like a ChaRM now
    Hope it also solves your problem!
    Best regards,
    Roel

  • How do I sync my music from my iphone to my mac when I have created a itunes library on my old computer?

    How do I sync my music from my iphone to my mac when I have created a itunes library on my old Hewitt packard computer?
    Thought by connecting my phone to computer it would automatically duplicate. Only seems to work with a small amount of music which I downloaded through my mac
    Im no expert with computers so need some step by step advice
    I have over 1000 songs on my iphone and want to back it up on my mac itunes
    Want to upgrade my iphone and dont want to loose my music and ideally want to import it onto my new iphone
    Need help?

    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself properly backed up against loss.  To use a device with a new computer you transfer the content from the old computer (or its backup) directly to the new computer, not the device to the new computer. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software.  See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • Getting Error while creating Genric Datasource

    Hi,
    I was try to create genric extracter where i was getting error
    While creating view genric extracter where i am getting error "Entry A ZV_ZFRT  does not exist in DD02L - check your entry".
    My requirement is need to create extracter which is getting populated from three modules like SD,MM,FI/CO.From these three module i am using several tables and some of the tables don't have relation btween these tables as like foreign key and refrence key.
    Which extracter i need to create as given scenario?
    Does view will fullfill with my requirement or any other extracter.
    Please some one can help me in this scenario.
    Answer would be great appreciate.

    Hi,
    Rather than writing a program write a function module. Create a structure and include all the necessary fields in the structure. Then in the function module write the logic to extract the values for those fields. While creating the datasource specify the function module and structure name.
    Refer this link:
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Hope this helps.
    PB

  • Solution to stop error when trying to create a portfolio

    Hi all,
    I finally found a way to make a portfolio in acrobat pro 9. The problems I was having were explained in the thread titled "Acrobat pro 9 has a stop error when trying to create a portfoloi"
    It seems ther is another way to do this, by selecting 'combine' and then 'merge files into a single pdf' rather than 'assemble pdf portfolio'.
    The merge option also gives the choice of making a pdf package and does not result in a stop error with authplay.dll.
    So much for Adobe support who conuld not tell me this or respond to support requests.
    All I have to do now is to remember to not click on 'assemble pdf portfolio' when I want to assemble a pdf portfolio but "merge files into a single pdf" when I want to assemble a pdf portfolio.
    I would still like to hear from Adobe why acrobat pro 9 has a stop error with authplay.dll.
    I feel a lot happier now.

    I read through the pdf wth your emails to/from customer support. I'll have to defer to someone else because it seems you have tried what I would suggest.
    If someone else does not respond with a better plan and you are willing to spend a bit more time before writing off Acrobat 9, I would try the process below one last time. (If you are using a CS suite, while authplay.dll is found in each of the directories, it does not appear that the issue extends to the other programs.)
    1. Using Add/Remove Programs, uninstall all Adobe Acrobat and Reader software and uninstall the Adobe Flash Player Active X and Adobe Flash Player Plugin. If you have it, uninstall Adobe Air.
    2. In C:\Documents and Settings\(your profile name)\Application Data\Adobe, delete the Acrobat and Adobe PDF folders if they still exist.
    3. Reinstall only Acrobat 9.
    4. From Acrobat, run the updater Help > Check for Updates and install all updates.
    5. Verify Adobe Acrobat is now version 9.2: Help > About Adobe Acrobat Pro  (If for any reason it is not 9.2, use the update on http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows
    6. Test
    Message was edited by: Anna Nmty
    While searching for a solution, I just saw your post over at acrobatusers.com (http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=15765). Looks like my advice was largely a duplicate, although your event log indicates Acrobat did not update properly.

  • Solman 40: When message is created, find support team responsible

    Hi ,
    I have  problem in SOLMAN 40 - service desk implementation.
    When my message arrive from the satellite systems on the solman, and when I go to check messge with the transaction CRM_DNO_MONITOR i can see the following error message associated to the satellite systems support mess:
    "When message is created, find support team responsible"
    or deeper in the log :
    "Processing CRM_DNO_PARTNER_1 Is Started
    Incorrect parameter transfer ()
    Action could not be successfully executed"
    I have checked my determination rule CRM_DNO_1 with tr PFAC and everything seems to be ok . !?
    Before I sent the message from the satellite systems I had created rules(CRM_DNO_1) for BC team SAP component BC, FI Team SAP Component FI , and1'st level of support SAP component from A* to Z* , with the corresponding priorities.
    Would you be so kind and tell me what to check/do/read next?
    rgds
    BM

    Hi,
    Check pages 15 - 19 [in this document|https://websmp105.sap-ag.de/~sapdownload/011000358700001197002005E/Addtional_Information.pdf]. This will solve your problem.
    Feel free to revert back.
    --Ragu

  • 10.5 - Finder crashes when previewing jpgs created in photoshop

    Finder crashes when previewing jpgs created in photoshop. It seems to be associated with the preview. The finder crashes whether it is in cover flow or column view.
    The only workaround I could find:
    Switch finder to list view. Open the jpg (again) in photoshop, select all and copy. Create an new doc of the same size and paste. Save as jpg. Don't ask me why but it will then preview correctly in both cover flow view and column view.
    It's a pain to open and re-save... anyone else having issues with jpgs? or know of a quicker workaround?

    This is definitely a common problem.
    I discovered this after saving some artwork from illustrator as a PDF. Opening it in Photoshop (to get the bleeds), and then saving out as a CMYK colourspace JPG. I tried a dozen times to attach it to an email to my client, but it kept springing back, and would not attach to a mail message no matter what I tried.
    It also crashes finder/preview, and quickview, and safari when trying to look at it. If I copy the flattened artwork into a new PS document and save it out as a JPG then it's fine.
    Worse - I understand that if you put one of these files in the downloads stack, then it will continually crash your dock. Nice!
    This points towards some meta data problem/incompatibility between with the JPG files coming from adobe and apple's apps...
    This is TOTALLY embarrassing as my PC has no problems at all with either JPG...
    As someone who switched to Mac for professional reasons after several years of PC use, I cannot believe how slow apple and adobe have been to sort out such a fundamental problem.
    Come on guys - less time ponsing about with iPods - remember the media industry who put you here.
    Personally I'm hanging on to Leopard by my fingernails - and am so close to saying sod it, and going back to Tiger.

Maybe you are looking for