More details about Universal Adapter.

Hi,
I would like to know what is the Universal Adapter, what is its role and when can we use them.
I am using OBIA 7.9.5. From the Installation and Configuration guide, I understand that the non-packaged data sources use the Universal Adapter. But I have not understood what does that mean in the right context.
Thanks.
Manoj.

The Universal Adapter is simple yet complicated.
Simple because all you need to do is generate a flat file (CSV) for the Staging Tables of the Application you wish to load. The documentation describes the structure of these files very well for CRM.
It is complicated because you must verify you have the right data and create a refresh schedule so the new or updated flat files are generated on the same schedule (or slightly before) as your Execution Plan.
I posted a thread on this topic, here is a link:
Re: Configuration of SAP application with OBI application 7.9.5

Similar Messages

  • Want to know more details about control breaks in reports

    hello all
    i want to know more details about control breaks AT First,
                                                                          AT Last,
                                                                          AT New,
                                                                          At End of and on change .
    can anybody tell with examples?

    Hi Swamy,
       Check the following.
    Control break statements are used to create statement blocks which process only specific table lines the LOOP – ENDLOOP block.
    You open such a statement block with the control level statement AT and close it with the control level statement ENDAT. The syntax is as follows:
    Table should be sorted when you use control-break statements
    You can break the sequential access of internal tables by using these statements.
    Syntax:
    At first.
    <Statement block>
    Endat.
    This is the first statement to get executed inside the loop (remember control break statements are applicable only inside the loop)
    So in this block you can write or process those statements which you want to get executed when the loop starts.
    At New carrid.
    Write:/ carrid.
    Endat.
    In this case whenever the new carrid is reached, carrid will be written.
    At End of carrid.
    Uline.
    Endat.
    In this case whenever the end of carrid is reached, a line will be drawn.
    At Last.
    Write:/ ‘Last Record is reached’.
    Endat.
    Processing of statements within this block is done when entire processing of entire internal table is over. Usually used to display grand totals.
    You can use either all or one of the above control break statements with in the loop for processing internal table.
    At end of carrid.
    Sum.
    Endat.
    In above case the statement SUM (applicable only within AT-ENDAT) will sum up all the numeric fields in internal table and result is stored in same internal table variable.
    Hope this helps you.
    Any queries, get back to me.
    Regards,
    Chandra Sekhar

  • More Details about Info Objects

    I want to enrich my technical skillset.
    So could you experts pls guide me in more detail about Info Objects in SAP BI
    Thanks,
    Vijayakumar

    HI,
    Actually the info given on thatpage is a copy paste of the information from Help.sap.com.
    [Editing InfoObjects|http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a63cde07211d2acb80000e829fbfe/frameset.htm]
    [Creating InfoObjects: Key Figures|http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a63b3e07211d2acb80000e829fbfe/frameset.htm]
    And So on
    Regards,
    Gaurav

  • More details about mustella

    Hi,
    would it be possible to have more details on how mustella work ?
    I like the fact to be able to launch a swf and communicate back the results
    to ant or other tools
    or if giving details about mustella is not possible could be possible to request
    a "special" flash player that does not span a GUI when run ?
    my goal is to be able to run unit tests working withing the SWF bytecode
    but the GUI get in the way for server-side scenarios, etc.
    cheers,
    zwetan

    Mustella is internal right now. There's a few quirks in how it works
    that make it not ready for public consumption. It may go public
    eventually.
    I'm not sure why the GUI gets in your way. Server communication is
    asynchronous so you mostly need a test harness that can wait for
    asynchronous events.
    -----Original Message-----
    From: zwetan [mailto:[email protected]]
    Sent: Tuesday, March 25, 2008 2:25 AM
    To: [email protected]
    Subject: more details about mustella
    A new discussion was started by zwetan in
    Developers --
    more details about mustella
    Hi,
    would it be possible to have more details on how mustella work ?
    I like the fact to be able to launch a swf and communicate back the
    results
    to ant or other tools
    or if giving details about mustella is not possible could be possible to
    request
    a "special" flash player that does not span a GUI when run ?
    my goal is to be able to run unit tests working withing the SWF bytecode
    but the GUI get in the way for server-side scenarios, etc.
    cheers,
    zwetan
    View/reply at
    Replies by email are OK.
    Use the unsubscribe form at
    to
    cancel your email subscription.

  • More Details about Multithreading Mode in User Management

    Good morning,
    we are working with Portal 7.0 on SP 14 and there is an option to activate the multithreading mode
    in the User Management part of the support desk. Since this option seems to significant speed up our
    login time i´am interested in more details about what is happening here. But i was unable to locate
    any documentation / forum entries / blogs about it. Another point is the question if it is possible
    to persist that option. After every Node / Serverrestart multithreading gets deactivated again.
    Any Ideas / Links / Helps would be appreciated and points will be rewarded.
    Thank you,
    Marco

    Hi
    Here is a useful HDD password summary:
    http://aps2.toshiba-tro.de/kb0/TSB6B01MC000CR01.htm
    _HDD User Password and HDD Master Password:_
    There are two levels of the HDD Password, the HDD User Password and the HDD master Password. If both levels of HDD Password have been registered, you can access the HDD by entering either of them. TOSHIBA Password Utility (TPU) only supports the HDD User Password. If you want to register both, open BIOS SETUP. If the HDD User Password has been registered, the HDD Master Password can not be registered
    Hope this helps a little bit

  • Can anybody explain in more detail about NO-DISPLAY in selection screens..

    an anybody explain in more detail about NO-DISPLAY in selection screens.. in that it is saying
    "If you want to display a parameter only in certain cases, for example, depending on the values entered by the user in other input fields of the selection screen, you cannot use the NO- DISPLAY addition. If you use NO-DISPLAY, the parameter actually is an element of the interface for program calls, but not an element of the selection screen. As a result, you cannot make it visible using the MODIFY SCREEN statement. To hide a parameter that is an element of the selection screen, you must declare it without the NO-DISPLAY addition and suppress its display using the MODIFY SCREEN statement."
    what is the meaning of this?

    This is use a lot in programs which are submitted using the SUBMIT statement.  Say that you have a program which runs as usally with a selection screen and nornal output, but you also have some logic built in there that needs to be execute when this program is not ran by the user with the selection screen, but submitted.  You can use a PARMETER statement the selection screen and NO-DISPLAY to hide it when normal processing by the user.  You could pass a value to the parameter when it is called via the SUBMIT statement.  Does this make sense?
    Regards,
    Rich Heilman

  • Hi, is there a support for development ? I have a idear for a docking station. But i want to know some more details about the licence from apple and so on. Is there a special call center ??

    Hi, is there a support for development ? I have a idear for a docking station. But i want to know some more details about the licence from apple and so on. Is there a special call center or can i call the normal support for my country ???

    For liscensing of iOS related hardware? You'd need to contact the Made For iPod Program.
    <http://developer.apple.com/ipod/>
    Their contact address is <[email protected]>

  • Know more detail about the Remote Support Platform for SAP Business One ?

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

  • More details about ASAP steps and ASAP forms

    I overally know ASAP and its 5 phases.
    But unfortunately i couldnt find more detail information about it.
    I mean level2 & level3 steps of each phase and descriptive information about what exactly is each step.
    Also wether any forms exist related to each step i really interested in having such forms.
    Regards
    Abedi

    Hi,
    Please read below links:-
    http://help.sap.com/saphelp_47x200/helpdata/en/48/623972d55a11d2bbf700105a5e5b3c/content.htm
    http://service.sap.com/asap & http://service.sap.com/roadmaps
    http://www.sap-basis-abap.com/sapgeneral/what-is-asap.htm
    Regards,
    Anil

  • Should BT be able to provide more detail about usa...

    Ok, so I've jut done a bit of searching and found what would be a solution to my problem in the "ideas" section... so commented there also, but so I may get a community opinion, what are your thoughts on the subject of BT providing more detailed usage statistics outside of the BroadBand usage monitor in My-BT? (i.e over the phone / by request on mail / even as an attachment on email notification of additional charges???)
    So my story that's prompted this...
    I have an option 1 10GB limited service and often get close to it - my average usage is actually 10.1Gb according to the usage monitor as I've had a couple of £5 additional use charges now in the past 6 months... However, today I've received a message saying I'd again exceeded the limit for Feb by using 16Gb... this is the most I've been over (plus £10 charge now) and to make matters worse in Feb, BT managed to disrupt my service (completely disconnected & long story!) for nearly 6 days and therefore I would like to "question" the exceeded usage for the first time - I'd raised a dispute today following the complaint process, and promptly received a returned call...
    What I wanted was a breakdown of the usage over Feb PER DAY as I'm pretty sure our surfing habits have not changed, yet I'm well above my average usage even considering I had no internet for 20% of the month!!
    I'd also like to have seen in the report that there was no increase of data consumed over the "6 day outage period" - as it would have confirmed to me there was nothing strange going on.
    FYI if its relevant to usage totals; to resolve my problem, a BT Openreach engineer was required to visit the exchange to re-patch the broadband service in to my residential line... after some other engineer pulled it out! So there is a risk (in my opinion) that the usage for Feb could be misleading if taken over 2 different connections.
    For instance, I know my line is syncing faster than previously & the engineer confirmed I'd been re-connected to different infrastructure in the exchange. (e.g from upto 8MB to the upto 20Mb service???)
    When I politely asked for the usage detail on the phone today, I had a point blank refusal! I know the customer version of the usage monitor doesnt provide this level of detail, but really BT, are you telling me you do not have (or could create a report) on my usage by day?
    This leaves me with a problem because (again in my opinion) BT are able to abuse the "usage" total and top up their revenue as & when they see fit!!! As a customer, I now feel powerless to challenge it!
    My only option is to upgrade to a higher service, when out of the principle of handing over more money, I'm not happy to do at the moment - again BT could easily abuse the supplier position to "push" customers into more expensive service!!!
    Back to the phone call today, after explaining my problem & concerns, I got nowhere but the BT agent agreed with everything I said (thanks??? ) and basically said she agreed it was a poor service! lol
    Is this a new tactic to agree with everything the customer says but then keep repeating the fact they cant help???
    So to wrap this up, I have lost trust in BT and the usage "statistics" and would love for them to try and improve this situation, even make some effort to try to rebuild my lost trust!
    I'm almost annoyed enough by this if there is a general consensus/concern to take it further to a watchdog type body, the analogy is putting fuel in the motor without any reading/display at the pump... i.e would you really trust the system is regulated and not open to abuse?? And if you ask for evidence and they wont provide any??? Come on BT, time to improve your customer service!!!
    Thanks for reading, please let me know if you have similar experiences

    Ok, so this is a list of your addons that will work:
    Ad-Block Plus: This will work. You'll have to update to version 2.2.2 after you install Firefox 18, but it will work fine.
    Autoformer: This will work fine
    iMacros for Firefox: This will also work after an update to 7.6.0.2
    Personas: You don't really need this anymore, Firefox has the ability to load Personas built in now. you can remove that add-ons. If you want the addon you can continue to use it.
    Tabkit: This was abandoned by it's developer, but you can uninstall it and use https://addons.mozilla.org/en-US/firefox/addon/tabkit-2nd-edition, which is the same thing, just compatible with modern versions of Firefox
    Tineye: This will also work after an update to 1.1
    All the other extensions you have are disabled.
    So, good news, it looks you only need to uninstall tabkit and install tabkit 2, and then update the other add-ons after you install Firefox 18.0.2.
    And of course update your plugins ;)

  • Can I get more details about the buys I seem to have made by itunes (credit card)

    I had amounts written of my credit card for apps I did not buy (I think). Can I somehow get a more detailled review of what I bought?

    Look at your purchase history.
    iTunes Store & Mac App Store: Seeing your purchase history and ...

  • I need more details about an http 404 error

    I got the ''http 404, page not found '' error for an existing page in htmldb, I do not know where is the error exactly.How can I do to take this kind of web error in more detail: the procedure that is generating the error, the number of line, the item name...etc.

    user510288:
    Check the Apache error_log
    Sergio

  • Can someone give me more detail about an error

    environment did not include a memory pool : I intialize my environment and try to open a database when I get this message.

    Thanks for answering my question with an answer to the question I already asked :) . It doesn't make sense to my why I got the error though. Up until then I wasn't setting the flag and I wasn't getting the error.
    I have searched the documentation but I must not be looking in the right place for more details on this. Could you please direct me to the page or explain why it works without the flag sometimes and doesn't others?

  • Some more details about hard drives with a T410s

    Hi all,
    So, needless to say, my T410s uses a 100 GB 1.8" Internal hard drive.  The 1.8" drives are seeming to be harder find and more expensive by the day.  I have recently purchased and installed the ultrabay hard drive adapter so I now have some questions about it's use:
    - My 1.8" internal has 2.5 GB Free (Yikes!) 
    - Does anyone have any reccomendations as to the how to best put the new ultra bay drive to use? i.e. Transfer program files to run from it, boot from it...etc.
    Any help would be greatly appreciated!
    Thanks,
    - Patrick

    I'd consider imaging everything over to the bigger drive and just removing the 1.8". One drive is better on power consumption than two, of course.
    Consider enabling NTFS compression on the drive too; it's basically disk space for free.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • I upgraded to 9.01 of Firefox and now get an error 'MORZCRT19.dll" -- because it falls within my area of expertise. I just need a few more details about your situation and I will get to work!

    I upgraded to 9.01 of Firefox and now get an error 'MORZCRT19.dll" --

    If you use ZoneAlarm Extreme Security then disable Virtualization and reinstall Firefox.
    See these about a similar problem caused by ZoneAlarm.
    *http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/880050]]

Maybe you are looking for