Doubts in BW implementation

Hi Friends,
I have some doubts in BW, pls clarify them.
1) How PSA can be partitioned?
2) What is line item dimension, how is implemented, what are the restrictions on it?
3) What is the role of Report Agent?
4) What is Fiscal Year Period?
5) Features of 3.1C over 3.0B
Pls mail the answers to my mailid [email protected]
Thank You
Have a nice day
Kiran

Hi Sai Krishna
Do send me a copy of it at [email protected]
Thanks in advance.
Chakri..

Similar Messages

  • Doubt about proxies implementation

    hi experts i have small doubt about proxies implementation
    1. if we r implementing client proxies, it means sap r/3(proxy)->>xi->>>file
         system.here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.and the next thing is where we have to write the report program
         to trigger the interface.in sap r/3 or in the xi server.
    2. if we r implementing server proxies, it means File->>xi->>>sap r/3
        (proxy).here where we have to execute the SPROXY  transaction. in sap r/3 or
         in the xi server.
    please clear me
    Regards
    giri

    Sreeram,
    The Integration Server and the client on which you generate the proxies should not be the same. If they are different then yes, you can use another client in your XI box itself to generate proxies and trigger the call to XI.
    If you see this blog by Ravi ( incidentally he is my boss as well ) this is exactly what we have done as well.
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    When you say XI, you mean the Client on which the Integration Server is running! XI is basically a R3 instance with more functionality and its own Integration Engine.
    Regards
    Bhavesh

  • Note 175842 - Reverse DU: doubts in the implementation

    Hi masters!
    I need to apply the note 175842, but I'm having doubts in the process.
    I did not understand the instructions correctly.
    After adjusting the OMJJ:
    Where do the reversal of DU?
    Through Qa12 or should be created a new program?
    Thx and Hugs
    Edited by: thelunga on Mar 8, 2012 5:46 PM

    SAP note says you have to create new executable program.Create new T code with this program and add name in OMJJ.

  • Doubt in XI implementation

    Hi Friends
                   I am starting a scenario in which AS-IS is, there is a R/3 system on which pay roll system is implemented.In R/3 there are many reports execute in timely manner and create a flat file and sent it to a another R/3 system. These reports are outbound process which flows into another R/3 system on daily basis.
    Now in TO-BE we have to involve XI in between these two systems. Then what will be possible solutions for this implementation apart from writing new RFC. Because they dont want to do anything in R/3 and which solution will be the best in this case
    Or without writing RFC we cant do this?
    Its urgent.
    Plzz repond with your valuable suggestions.
    Thanks in advance.
    Regards
    Sami

    Hi sami,
    You should definetly go for PROXY. why i am telling you.
    Before WAS 6.2 (i.e. WAS<6.2), RFC or IDOC were used to communicate with other SAP systems.But from WAS>=6.2 generally proxies are used to communicate.
    There are many advantages of proxy over RFC and IDOC.
    XI 3.0 provides a variety of ways to access data from different sources. There are adapters to connect files,
    databases, messaging systems, Web Services. With R/3 systems (3.1h and higher), IDoc and RFC can be
    used.
    The standard communication channel for SAP systems is the ABAP Proxy which is available for Web AS
    6.20 and higher.
    - 2 -
    The Proxy communication supports the full Quality of Service (“Exactly Once In Order”) between XI and
    • The RFC-Adapter does not support “In Order” but only “Exactly Once” (so-called tRFC)
    • The SOAP-Adapter supports “In Order”, i.e. the order of the messages of the sender is kept during the processing.
    Hence, SAP recommends to use the ABAP Proxy communication.
    u can see the links below...
    File to ABAP Proxy
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    ABAP Proxy to file
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    Regards
    biplab
    <i>****Reward points if it helps you!!</i>

  • The Excel-Mania - Best Ways of Implementing Excel-Like ADF

    Hello people, good afternoon!
    I would like to share with you a doubt i have implementing complex, matrix-like forms in ADF. More often than i'd like to hear, users ask for input forms that closely resemble Microsoft Excel, where the dimensions are layered both vertically and horizontally, and the intersection between them must contain an input or output component, allowing themselves to rapidly input the data they need or to create a web version of Oracle Reports' Matrix Report. Some cases are:
    1) The user wishes to associate the employees (located in table EMPLOYEES) to the projects (located in table PROJECTS) in a screen that lays out the employees as columns and the projects as rows in a table. The intersection between them must contain a checkbox, which will insert a third record when selected, on a table called EMP_PROJ, which associates the employees to the projects.
    2) The user wishes to input a timecard in a time control system. This system must have a screen that shows the days in the week as columns, and the projects the employee is working on as rows. On the intersection, we must provide an input text where he will enter the hours he worked on that specific project on that day.
    3) The user wishes to see a screen that shows the Open Auctions they have in a Purchasing system as rows in a table, crossed with the suppliers that have bidded on these (as the columns). The intersection must contain the price each supplier bidded on each Auction.
    As you can see, i run across this requirement A LOT =). And, as much as i have polished my "Web-Like-Applications-Are-Not-Like-This" and "You-Are-Not-Working-With-Excel" speeches, our beloved users never learn ;)
    Nevertheless, i have been looking for a consistent way to implement this behavior, and i have found some options along the way. I would like to know your impressions on this matter, and if you have any "Best-Practices" that you imagine for this case.
    CASE 1: Creating a Dynamic, On-The-Fly View Object by using ADF BC APIs and using af:table component to do the trick on the page
    PROS: Less work in the View layer, Preservation of the Table CSS Layout (very nice blue header and light brown cells)
    CONS: A LOT of work on the BC layer, creates an awful lot of View Objects, and generates tons of java code on the Application Modules.
    CASE 2: Creating the model as usual and working with repeating layouts on ADF Faces (for example, enclosing an af:cellFormat on an af:forEach to repeat each column)
    PROS: Simplifies the BC layer, making it much cleaner and maintainable.
    CONS: Loses a lot of the declarative wonders of ADF Faces and also the CSS Layouts, since we are using cellFormat, rowLayout and tableLayout instead of table tag we have to manually apply the styles to the columns and rows.
    Of course, both implementations take an awful lot of time. Any other implementation styles are quite welcome (ADF Wizards, step in!)
    Anyone wants to discuss better ways of doing it?
    Best Regards,
    Thiago Souza

    Well, you could do the following:
    1) Create a stored procedure that assembles the data into a rowset with rows and fields like the format you want.
    2) Create stored procedures that handle insert, update, and delete.
    3) Create an entity object definition with all transient attributes. Make the attributes match the elements of one row.
    4) Override doDML() in the entity object class to call your procedures (the doc explains how to do this). You might also need to do a bit of research and figure out if you need to override some other method so you can report rows with transient attribute changes only as needing posting. (getPostState(), maybe?)
    5) Create a view object definition with entity-derived attributes based on your EO attributes.
    6) Override the appropriate methods to call your data assembly procedure rather than execute a query (this is also in the doc).
    Still kind of kludgy, but it keeps your business components pretty clean, especially if you use framework classes to do most of the work for you. (I have a partial example of how to do that here.) Of course, it keeps your business components clean by moving the real work to the DB, but some people find that more maintainable that a kazillion business components.
    Hope this helps,
    Avrom

  • Doubt About Soap Adapter

    Hi Experts,
    I have one doubt Here iam Implementing SOAP To RFC Scsnario Using EP(WebDynpro).
    Here Should I Generate WSDL File in Integration Directory of XI.
    Or Can we generate In WebDynpro Appln.
    Please let me know
    Regards
    Khanna

    Hi,
    Look into this article, It describes exactly what you want,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    Create the WSDL for your message interface in the integration directory and then create a Webservice Model in WebDynpro and finally deploy this on your portal.
    Regards
    Bhavesh

  • How to implement simple CEV rules?

    Hi,
    I have some doubts how to implement very simple CEV rules (ex: When enddate is filled then determinationdate is sysdate)
    When i follow the CDM Guidelines then I have to create a custom routine and make a derivation expression for the column.
    When i use commom sense I do a update in the BR implementation. Saves a lot of work.
    What is the opinion of the Headstart team?
    Regards, Jan-Derk

    Hi Kathyaini,
    For using a XML connection as data source then you have to follow the below:
    Configure the following elements as described below:
    u2022 <JavaDir>
    u2022 <Classpath>
    u2022 <JDBCURL>
    u2022 <JDBCUserName>
    u2022 <JDBCClassName>
    It will prompt you for the class name and path of the URL using, that also depends upon the data base you use.
    It is different for each database like oracle, sql and DB2.
    For configuring the connection you should follow the process for each database.
    JDBCURL  - The JDBCURL parameter value is the default JDBC connection URL that will be displayed in Crystal Reports when you create a new JDBC data connection. The exact format of the connection URL is specific to the database driver and is provided by the database driver vendor.
    For example, the connection URL for the Oracle JDBC driver is:
    jdbc:oracle:thin:@<hostname>:<port>:<sid>
    Sample for SQL Server:
    jdbc:microsoft:sqlserver://SERVERNAME:1433
    Sample for DB2:
    jdbc:db2:XTREME
    JDBCUserName  - Default username for the Database
    JDBCDriverName - The JDBCDriverName is the default full classname of the JDBC driver that will be displayed in Crystal Reports when creating a new JDBC data connection..
    Oracle: oracle.jdbc.driver.OracleDriver
    Let me know if any.
    Regards,
    Naveen.

  • Badi's multiple implementation

    Hi,
    I have a doubt in badi implementation.
    Suppose we have a badi which can have multiple implementation. Suppose this badi's  has  5 methods and one implementation is created in which these 5 methods were implemented.
    Now we make another implementation in which we change one method and do not touch others.
    How will we made this BADI work so that it calls one method from the new implementation and rest of the method from older implementation.
    Many Thanks!
    Parul.
    Edited by: Parul Gupta on Jan 29, 2011 12:52 PM

    Hi ,
    This might be helpful.
    1.Define the Filter for Badi.
    2.Set different filter values for each Badi Implemention.
    3.Call badi implemention based on filter value.
    Regards , Chetan.
    Edited by: Chetan on Feb 16, 2011 2:09 PM

  • What JSF Implementation to choose??

    Hi everyone,
    I�m looking to JSF for 6 months and decided to use JSF in a new project, but after this 6 months of learning JSF I continue im doubt about what Implementation is better to use.
    For example, I started with SUN�s RI, but at a certain moment i see that the myfaces implementation has better components and the releases are more frequently. I look at the IBM implementation on WSAD 5.1.2 too (It�s the IDE that I prefer), but the main doubt is WHAT IS THE BETTER IMPLEMENTATION TO CHOOSE??? Does the Sun correct any bug that the myfaces or IBM or others don�t or vice-versa??
    I think this is a critical point to all users of JSF because we have many implementations and the teams envolved seems to be working on different products.
    My conclusion at this moment is to use the Sun RI with custom components of other implementations (MyFaces for instance), but DON�T change the implementation considerating that the Sun RI will be the recommended source of bug fixes and performance improviment.
    Does my decision is correct??? I�m in the right way??
    Thanks for the comments
    Rogerio Saulo

    You have not yet understood my posting on "you have to live with what comes with the application server" correctly: What I described is that J2EE 1.5 will make application servers to come with some JSF compliant implementation, so you don't need to bring your own with when deploying. Then, there is no more need to include myfaces or Sun RI in your WAR file. What I meant with "you have to live with" is that certainly every J2EE 1.5 compliant server comes with some 100% JSF compliant implementation, but since any software has bugs, that servers will have bugs too. Sure your WAR will run on ANY J2EE 1.5 compliant server without any adaptions or adjustments. That's the idea behind J2EE in core, and JSF in detail. But beeing compliant doesn't mean beeing bug free. Since you found out that Sun RI also myfaces both have bugs which you need to work around, this fact will not change with the movement of JSF from your WAR to the appserver: The problem of bugs will remain. You (as the application provider) cannot solve this. Sure you can try bringing your own JSF implementation with your WAR, but that idea means, to bring your own JDBC, JMS, JTA, EJB... implementations with your WAR, too. So that's why I wrote "you have to live with bugs".

  • Why the HashMap implements the Map interface twice

    See the type hierarchy below:
    HashMap<K,V>
    &#9475;
    &#9507;AbstractMap<K,V>
    &#9475;&#9475;
    &#9475;&#9495;Map<K,V>
    &#9495;Map<K,V>
    The HashMap extends AbstractMap, which implements Map. So the HashMap has already implements Map, and has the Map type. But the HashMap's declaration still contains "implements Map".
    So why the HashMap implements the Map interface twice?
    Thanks in advance.

    georgemc wrote:
    Maybe the guy who wrote HashMap wanted to make it clear that HashMap implemented Map, rather than rely on you looking further up the hierarchy to find outYes, it does make the Javadoc clearer. If they hadn't done that then there would have been legions of newbies who couldn't tell that HashMap implemented Map and thousands of "I have a doubt, does HashMap implement Map" questions here.

  • Important-Re-implement or retire EBS

    hello
    we are using EBS for about 7 years in our company
    because of some problems remain unsolved our managers have doubt between re-implementation and go for tailor maid systems
    i need some persuading reasons to say that we cant separate EBS from Organization.
    OR is it possible that we should replace EBS with tailor maid systems?!
    thanks in advance

    >
    we are using EBS for about 7 years in our company
    because of some problems remain unsolved our managers have doubt between re-implementation and go for tailor maid systems
    i need some persuading reasons to say that we cant separate EBS from Organization.
    OR is it possible that we should replace EBS with tailor maid systems?!
    thanks in advance >
    Such introspection after seven years of use is healthy but should be done with a unbiased mindset.
    If someone had made up their mind that EBS is the root of the problems, then no amount of rational reasoning will persuade them to change their opinion. A lot of time this happens when the original project champion is gone and the EBS becomes a convenient scapegoat.
    In my experience, moving from EBS to a custom application(s) typically won't solve the problems. The typical problems (and solutions) are
    1) configuration (which can be solved by reimplementation if even the basic configurations were wrong) OR
    2) business processes that were designed as part of the implementation (which can be solved by redesigning the processes) OR
    3) lack of control /monitoring mechanisms (which can be solved by re-education or by implementing monitoring mechanisms)
    If configurations were a problem, you can take this opportunity to implement R12.
    And remember that Customizations often are a big factor in your decision.
    Hope this helps,
    Sandeep Gandhi

  • How to get the list of materials from Sap r/3

    Hi Experts,
    I have one doubt, here iam implementing
    HTTP TO RFC scenario.
    My doubts are------
    1. Should we create DT MT MI and all (OR) not
    2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).
    3.Or the second thing is how to get the list of materials start with some alphabate.
    Please reply me for each and every questions mentioned above. Please clarify me.
    Helpful answers wil be rewarded.
    Reagards
    khanna

    Hi Khanna,
    <i> 1. Should we create DT MT MI and all (OR) not</i>
        Yes U need to create for HTTP site...for RFC U need to import..
    <i>2.In Request DT how the message structure wil be to get the list of materials from sap r/3 system as Response(Ex: Fields in the source structure).</i>
        You create your own structres for Request and respoce.. and Map it with RFC..
    <i>3.Or the second thing is how to get the list of materials start with some alphabate.</i>
        I think it will come with acending order....
      for more help go through this link
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    regards,
    Ansar.

  • How to save record date/time from camcorder as subtitle or text overlay

    DV camcorders record information on the tape with the date and time when each frame was recorded. How can I save this information so that it ends up as a subtitle on the DVD or as an overlay on the video? I don't want to lose this information. I would think many people want to remember when they took pictures of their kids to they can figure out how old they were. I haven't found a way to do it. Would never have believed it would be so hard.
    iMovie uses this information to split up clips. You can also view the date and time when getting information about a clip, but it ends up being lost when creating a movie or DVD.
    I've suggested this as an enhancement to iLife, but I doubt they will implement it.

    I've suggested this as an enhancement to iLife, but I doubt they will implement it.
    I asked two 'makers' of plug-ins, Bruce from geethree.com and Christian from imovieplugins.com: both confirmed, the info IS inside the dv-streams you import from your camera (select clip, hit Apple-I ...), but it is actually impossible to 'program' with this info.. (they spoke of a missing API.. me no programmer, ??? )
    so, only way: read out info manually and type timestamp in some nice 'title' effect...
    ok, there's a 'hard way': set camcorder to display timestamp while playback and re-record to a second camcorder via analogue-connection... no, I prefer titles ;-))

  • Using UNC paths with Safari

    Hi All
    I am probably going to look stupid here but.... How do you use a UNC path in Safari?
    When I type in \\myserver\ looking for a local server Safari converts it to http://myserver/ which obviously gives me a totally different result. Just used to doing this in i.e. and use it alot in my daily job.
    Any advice appreciated?
    Many thanks
    TSM

    You should file enhancement request regarding this issue to https://bugreport.apple.com. However I doubt Apple developers implement it since other tested browsers like Firefox and Opera don't support this paths either.

  • OC4J 9.0.3: JAAS Compliant LoginModule support !

    Hi,
    I have a requirement where I need to migrate my JAAS Compliant LoginModule(implements LoginModule interface) from Weblogic to OC4J. I want to use my Custom LoginModule to perform authentication at the Web Tier and Ejb Tier and let the containers handle the details. I only want to plug in my Login Module as needed. The Login Module works absolutely fine as it is on Weblogic and JBoss, but fails to work on OC4J. This is the error that I get :-
    When I call a protected EJB function the following error is found in the server.log file:
    The run-as user is not an instance of com.evermind.security.User
    Why is it looking for a "User" of this instance? I am using all standard JAAS compliant
    classes:
    javax.security.auth.spi.LoginModule to implement my Login Module
    java.security.Principal to implement my Principal
    java.security.acl.Group to implement by Group/Role
    As of OC4J version 9.0.3 does it have Support for JAAS Compliant custom login module??
    These are the source files that I have
    1) JAAS Compliant Login Module (implement LoginModule interface)
    2) JAAS compliant Principal (implement Principal interface)
    3) JAAS compliant Group (implement Principal interface and Group interface)
    4) Allow Web Tier and EJB Tier to be authenticated and authorized
    Now how do I go about deploying the same on OC4J.
    Any help would be appreciated.
    Thanks in Advance,
    Easwar.

    Hello All,
    As I was going through JAAS implementation using the iPlanet LDAP as our user/role data source found that its not just the LoginModule you have to write in addition to this you would end up wirting a whole new set of classes for manaing the users i.e UserManager :(
    Here is the list of classes we have to implement to get the container managed declarative security model to work with the Web (web.xml) and EJB containers (ejb-jar.xml)
    1 SampleAuthenticator.java
    2 SampleLoginModule.java
    3 SampleProvider.java
    4 SampleRealm.java
    5 SampleRealmManager.java
    6 SampleRealmPrincipal.java
    7 SampleRealmRole.java
    8 SampleRealmUser.java
    9 SampleRoleManager.java
    10 SampleUserManager.java
    I have still some doubt that after implementing this there could be some more catch and the implementation may still not work!!! :(
    Have any one done such an implementation?
    if some one has done this please let us know is it worth implementing them?
    Thank you
    Mallik

Maybe you are looking for

  • Form objects in email not working

    Hi All, I have designed a JSP which is sending survey form in an email to my clients in which I have put some form objects like radio button, text area, and a submit button. Few of my clients receive email with destorted form, or they are not able to

  • Uncaught exception:​java.lang.​error

    its been almost a month since i am facing this error. i have tried updating my softwares but it keeps on repeating. and just because of this my bbm is not working. can you please help me. i am really irritated by this. if not can you tell me where to

  • BPEL 10.1.2 hub-and-spoke or distributed architecture?

    Hi, I'm currently wrestling with the following question:BPEL 10.1.2 hub-and-spoke or distributed architecture? Hi, I'm currently wrestling with the following question: An ESB as per definition of e.g. Forrester should be capable of supporting a distr

  • Sold By [Insert name here] and Fulfilled by Amazon.

    This topic has been moved to Customer Service under the board Other Customer Service Support for further review.

  • ITunes cable sync to IOS 8 broken since Yosemite

    Can't sync my iTunes library to any IOS 8 device since Yosemite update via cable connected to iMac.  Anyone else having issues?