Need help on implementing a business requirement

Hi,
Here is a Business requirement for which I find no clues on how to do.
I have Location as the actual geography dimension (Custom Dimension). I have programs in my entity dimension. Projects are referred as programs. These programs can run across multiple locations. The programs are identified by codes. The same program running across different locations is indentified by a different program code. Suppose I get a program “50020” in India, I do say 60% of the program in India and transfer 20% to Philippines against a different program code(Say "50021") and 20% to USA against a different program code(Say "50022"). Here “50020”, “50021” and “50022” are the same programs but running across different locations. I have two data forms
1. Transfer Out
2. Transfer In
In "transfer Out" form for the selected program code "50020" in the page dimension, I specify the percentage of program that is transferred to other program codes( say 20% to program code"50021" with location "Philippines" and 20% to program code "50022" with location "USA"). These are captured against the account members say "TransferOutProgram1","TransferOutLocation1" and "TransferOutProgram2","TransferOutLocation2" respectively.
In the "Transfer In" form i have few account members named "TransferInProgram1","TransferInLocation1" and "TransferInProgram2", TransferInLocation2". When they select "50021" and "Philippines" from page dimension, it should show these values "50020" and "India" against "TransferInProgram1" and "TransferInLocation1" respectively. What I mean to say from this form is, India program 50020 has transferred certain amount to Philippines program "50021".
Any suggestions on how this can be managed with business rules or calc scripts or it would be great if this requirement can be achieved by some other means?
Regards,
Ragav.

Hi,
Suppose you have a spare dimension (call it details, reporting) in which you have two members, source and Target.
By using this two members on the columns of your form and placing programs and locations (also optionally accounts) on the rows, you can define as many source and target combinations as required in the form. Place all programs and locations in the form rows and enable Supress missing data and block on the rows section. Hence, when you open the form initially, you'll find no rows. Write a business rule which writes 0 to target and brings available budget or fund on the source program-location combination. Attach it to menu and place the menu on the form. So when right clicked and run, user will select source and target combinations and your form will show only the programs and locations those are chosen by the user that (s)he will use for transferring the budget between.
This is the basic concept though, once you get into it, you'll find many ways to enhance this.
Cheers,
Alp

Similar Messages

  • Need help on implementing the BADI ME_GUI_PO_CUST

    Hi All,
    As per my requirement I need to do Enhancement for Unloading point field on PO.This filed will get all the department numbers applicable for the site on the line item.
    For this I need to Implement the BADI BADI ME_GUI_PO_CUST.
    The Method which needs to be Implemented is : TRANSPORT_TO_DYNP.
    Instructions have been given for the Screen design.
    Can anyone help me (with the sample code how) to Implement this method of the BADI in SE19.
    This BADI method is taking a view as an Input and I am not understanding how to proceed.
    Thanks and Regards,
    Smriti Singh

    Hi,
    my suggestion is to check the standard documentation of the interface IF_EX_ME_GUI_PO_CUST.
    After that you can check the method IF_EX_ME_GUI_PO_CUST~TRANSPORT_TO_DYNP in the example implementation class CL_EXM_IM_ME_GUI_PO_CUST.
    Usefull links:
    [Re: Implementing badi ME_GUI_PO_CUST;
    [Re: ME21N - PO Enhancement using BADI;
    Kind Regards.
    Andrea

  • Need help to implement datamart or datawarehouse

    Hi all,
    we want to improve our reporting activities, we have 3 production and relational oracle databases and we want to elaborate 1 database as reporting database with historized and aggregated data responding to our reporting needs.
    The database we are using are oracle database 10g.
    actually we still are doing query to retrieve informations from databases for reporting purpose, but fropm inetrnet search i know that we can implement datamart or datawarehouse to group all aggregated information for reporting.
    The information i need are: is there a tools in Oracle for Datawarehousing, Is Oracle Warehouse Builder is the right tools as the sources of our data are all from Oracle database and some flat files.
    Could yo advise what i'm going to use for that kind of reporting needs, can i use Oracle warehosue builder to develop ETl ...
    Do i need license to use Oracle Warehose Builder
    Thanks you for your help.

    For OWB and Database and Datawarehouse , I would recomend the Oracle ' Documentation
    http://www.oracle.sh.cn/nav/portal_6.htm
    Then for tutirials check this (Database and OWB)
    http://www.oracle.com/technology/obe/start/index.html
    For OBIEE
    http://download.oracle.com/docs/cd/E10415_01/doc/index.htm
    What is the meaning of OBIEE is it Oracle Business Intelligence Enterprsie EditionYes
    Cheers
    Nawneet
    (Mark the asnwer as helpful of correct if it is)

  • Need help on implementing all types of footers in one xmlp report

    Hi,
    I'm working on a XMLP report where i've requirement to print different footers as below.
    Footer1 -- First page only footer
    Footer2 -- Last page only footer
    Footer3 -- Regular footer which should be printed on all pages EXCEPT first and last
    Footer4 -- Different from all above and needs to be printed only when it is single page.
    Example#1 : If the output is of single page
    ---> Page starts
    Header
    body
    Footer4 (footer for single page output)
    Example: If the output is of multi page say 3 pages
    ---> Page 1 (first page)
    Header
    body
    Footer1 (first page only footer)
    ---> Page 2
    Header
    body
    Footer3 (regular footer for all pages EXCEPT first and last pages)
    ---> Page 3 (last page)
    Header
    body
    Footer2 (last page only footer)
    Is it possible to implement all these footers in one XMLP report? if yes, it would be a great help if someone shares the logic.
    Thanks,
    Venky

    Hi,
    my suggestion is to check the standard documentation of the interface IF_EX_ME_GUI_PO_CUST.
    After that you can check the method IF_EX_ME_GUI_PO_CUST~TRANSPORT_TO_DYNP in the example implementation class CL_EXM_IM_ME_GUI_PO_CUST.
    Usefull links:
    [Re: Implementing badi ME_GUI_PO_CUST;
    [Re: ME21N - PO Enhancement using BADI;
    Kind Regards.
    Andrea

  • Need help regarding implementing SSAS solution using microsoft decision trees algorithm

    Hi All,
    I am new to SSAS and Data Mining techniques. I dnt have a good knowledge about data mining in SSAS.  I have a requirement regarding predictive analysis and want to check whether i can implement SSAS for it. 
    I have two tables namely Tree and Node. The Tree table has the columns namely NodeID, ParentID and Level. The ParentID in the tree table represents a node in the node table and at the same time the nodeid in the tree table also represents the nodeid in the
    node table.
    If you run the below query, it will list out all the possibilities of getting the nodename 'CTRYIMPACT - High - PRODIMPACT - Low - Question 6'
    select p.*
    from Node n, Tree t, Node p
    where n.NodeName='CTRYIMPACT - High - PRODIMPACT - Low - Question 6'
    and n.NodeId = t.NodeId
    and t.ParentId = p.NodeId
    I want to predict the various nodenames that are possible by inputting a NodeID using analysis services. If this is done, then i can implement it in my project. 
    I went over this link to know about implementing decision tress but, they have used only a single table in the example. Since I have two tables i am struck in the middle. And also they have not specified clearly of what they need to achieve. They have just
    stated that on changing the play the value changes. 
    http://www.mssqltips.com/sqlservertip/2965/classic-machine-learning-example-in-sql-server-analysis-services/
    Can anyone help me with this?
    Below is the link for data containing the values for the Node and Tree table.
    https://www.dropbox.com/s/hpzooa039zbtkk8/analysis_services_data.xlsx?dl=0
    Thanks you and Kind Regards, Karthik Venkatraman

    Hi Karthink,
    Acording to your description, you need to predict the various nodenames that are possible by inputting a NodeID using analysis services, right?
    In your scenario, in order to make prediction in Data Mining Model, we would create a prediction query. Before we can create a prediction query, we need to build a Data Mining Model. Please refer to the links below to see the detail infomaton.
    http://msdn.microsoft.com/en-in/library/bb677206.aspx
    http://msdn.microsoft.com/en-in/library/hh213169.aspx
    http://captechconsulting.com/blog/mark-hudson/making-predictions-microsoft-data-mining-tools-%E2%80%93-part-ii
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • I need help in getting the Enduser requirment collection in Quries..!

    Hello all,
          I am needed to go to the client site to get the end-user requirement on quires...!they have already sent me an xls file which has all the names/Descriptions of the reports they needed in BW module by module wise. These are not the SAP BC reports. now this something i have never worked on..(Gathering the requirement)...!and then when i come back form the site (1week)..we actually need to develop the BW modeling (from the scratch)to meet this. My client already has few other rollouts in BW like..Eg Europe/Asia ,this will help me 40% only and now this is a new rollout.
    I need ur help seriously to light success in my trip...
    1)What kind of information should i need to gather from end-user?(tell me in detail)
    2)there are around 180reports from all the modules...!and they may be or may not meet up the SAP BC.
    3)how to do the modelling based on this information?
    4)when i should go for Business contant Objects (Cubes/Datasources...etc)
    It will be kind enough for you all....!please share your experience with me..!I need it !
    Thanks to All.....!
    Have a nice day. ([email protected])

    Hi,
    For each and every report , try to get what are the restrictions to be consider and what is the logic of programming behind in the calulation of performance
    indicators.
    If you are able to get any relavent R/3 report take a look on that . and analyze the logic being used in the calcuations.
    Let us take report for Net sales(this is billing report):
    And assume the client wants to consider (total sales - value of returns) as net sales.
    So here all types of billing documents(wheher it may be sold document or return) will be extracte to BW.
    But in the report we need to differentiate the these billing documents on basis of Billing type or Billing category or Etc, to find out the value of net sales.After differentiating few documents come under sold documents and few comes under returns.
    So to differentiate the documents we should aware of what are the characterstics are crucial.
    And the logic in assigning the value of any document , each organization follows their own logic. So ask them how they are calculating them. This is important when they are following different calculation or logic for displaying values in any R/3 reports . It is important , because they will compare R/3 reports with BW reports later.
    And also try to tell them that BW is For analysis reports. It is very difficult(almost not possible) some times to built a report if they are looking pure OLTP oriented report in BW. So examine each report possibilities in BW.
    And donot worry for any thing . You will do it easily. Try to do the job with all your efforts.Then you will get success in that.
    with rgds,
    Anil Kumar Sharma .P

  • Need Help in making a business decision

    We are in the intial phase of deciding what tools to use to develop an enterprise web application. Here is the scenario:
    1. We will be using a content management application to store and view the documents we scan, choice is going to be documentum
    2. With that piece we already have the tomcat environment available
    3. Outside of documentum we will need to build an application with an external database that will be the maintenence piece alongwith dynamic reports generated by the user community. We are looking at not more than a dozen tables that will be maintained externally via this application.
    Now my question is what should the choice of tools be to develop this web application. Should it be EJB-JavaBean-JSP or JSP-JavaBeans-Struts type of framework? I am a novice in this area and any input/help will be much appreciated.
    Thanks.
    TD

    Let me know if i have understood your requirement correctly:
    You have a database with a dozen database objects(tables,etc).You need to develop a java application which will query this database.This application will consist primarily of reports which the users will be running.
    Assuming I am with you so far, I have the following suggestion:
    If the bulk of your processing is going to be "read" operations(as in case of reports),It really does not make sense for you to go for EJBs.A JSP-STRUTS type of setup will do very nicely.
    Even If you DO have a lot of "Write" type of operations involved(eg: updating/inserting data),For most part,you may not need EJBs.Or you could use a mix of EJBs and plain java classes.For eg: you could use EJBs only for modules which have critical/sensitive data.For most part,I think you would do fine with JSP-STRUTS.
    However,out of personal experience,I would urge you very strongly to use STRUTS; or if not pure struts,then atleast some form of the MVC pattern.
    ~A

  • Need help in implementing a note

    Gurus ,
      i need your help in implemnting the SAP NOTE
    "873422 - Error when sending an e-mail"
    I am not suer how to proceed to implement the correction speified in that note .
    it would be of great help if any body can explain me in brief  to implement atleast one correction in that note

    Hi Susin,
    The first thing for Note 873422,
    "You have created e-mails from Audit Management. The system automatically attaches a link to the display of the audit object being sent. When you send an e-mail via SAPconnect, the following error occurs: XS 829 Internal error: SO_OBJECT_MIME_GET Exception: 2."
    Are you getting this symptom in your system? and you want to apply the correction??
    After applying the correction, if the prerequisite mentioned in note 530932 is not met during sending mail.. then
    simply the link will not be attached. but mail will be sent.
    you have to apply the correction of the note using SNOTE or manually apply note by download/upload.
    For how to apply a note using SNOTE you can follow the help guide
    http://help.sap.com/saphelp_nw70/helpdata/EN/b8/3cf839fd35384de10000000a11402f/frameset.htm
    Regards,
    Debasis.

  • Need Help with Skype for Business!

    I purchased the Skype for business for an entire year. Now, I cannot for the life of me figure out how to log in. Do I have to link it to original skype? I am new to this and have no knowledge of the formats of Skype or it for business.
    Subject/title expanded to reflect post content a little more accurately.

    Hi, and no need to feel stupid!
    Welcome to this on-line community.
    A few questions for you to clarify the Skype product you are working with, so we can send you in the right direction in an effort to resolve the problem:
    Are you referring to either Skype Manager, or Skype Connect?  Do you recall what "business" product you have? 
    Or, what are you trying to sign in to?  A Skype account via the Skype website, or the software itself?
    This FAQ article should help unravel the mysteries of the differences between a personal Skype account and a Skype For Business (formerly known as Lync) configuration: https://support.skype.com/en/faq/FA34551/what-s-the-difference-between-skype-and-skype-for-business
    Thanks in advance for providing the additional details.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Need help to implement a small data warehouse or datamart

    Hi all,
    we want to improve our reporting activities, we have 3 production and relational oracle databases and we want to elaborate 1 database as reporting database with historized and aggregated data responding to our reporting needs.
    The database we are using are oracle database 10g.
    actually we still are doing query to retrieve informations from databases for reporting purpose, but fropm inetrnet search i know that we can implement datamart or datawarehouse to group all aggregated information for reporting.
    The information i need are: is there a tools in Oracle for Datawarehousing, Is Oracle Warehouse Builder is the right tools as the sources of our data are all from Oracle database and some flat files.
    Could yo advise what i'm going to use for that kind of reporting needs, can i use Oracle warehosue builder to develop ETL ...
    Do i need license to use Oracle Warehose Builder
    Thanks,

    As simple answer to all your questions: YES
    Yes, Oracle warehouse builder could be a tool to use.
    Yes, Orace warehouse builder needs a license.
    Besides that you also need a license for that extra Database.
    if you already have that, and you have the queries with which you now retrieve data, you can always choose the cheap way and build materialized views with these queries.
    Keep in mind however that a materialized view ( of snapshot ) does not support inline selects.
    HTH,
    FJFranken
    My Blog: http://managingoracle.blogspot.com
    P.S. If this answers your question, please set the thread to answered and award the points. It is appreciated

  • Need help on implementation of AI move generation

    Hi, I am totally new to Java so please be patient. I am attempting to write a a card-shredding game in java and am currently in the process of writing code for the AI move generation. To generate all combinations of possible moves. I am stuck at this point because I have no idea how to implement it.
    The problem is this:
    Each card has a suit (Clubs=0, Diamonds=1, Hearts=2, Spades=3)
    Each card has a value (Two=2, Three=3...Jack=11, Queen=12...Ace=14)
    I need a method in which to generate all possible moves, based on a given vector of cards and an initial card from which to start from. I have written the card and deck classes and most of the game class. Assume you are given a vector of cards each of which have a suit and a value and an initial card to compare from.
    E.g.
    Initital card = Nine of Diamonds (value=9, suit=1)
    Vector of cards= (3 of hearts, 4 of diamonds, 4 of clubs, 6 of diamonds, 8 of diamonds, 9 of spades, 10 of diamonds, 10 of hearts, 10 of clubs, king of diamonds, king of hearts.
    Rule1 - From the given initial card, the allowed first card in the combination is any card which meet the following criteria:- (match the suit) or (match the value)
    Rule2 - The cards following the second card can match (The same value as the previous card) or (value +1 or -1 of the same suit)
    I would be so gratious for any feedback on my problem, I am not asking for code or anything like that, more so an approach. I am unsure of the data structures involved and method to implement this problem. Any advice would be greatly appreciated.

    Given your two rules and your example vector there are alot of second cards that can be picked and from that you can use the entire vector for the 3rd card depending on the second.
    Ie. there are alot of combinations and I don't want to calculate them all.

  • Need help in the CRM Business Package Configuration in EP

    Hi,
    I have uploaded CRM BP 60.2.3 on EP 6.0 WAS 6.40. I have configured and assigned the WAS System parameters and CRM System parameters. But still, when I preview an iview for ex. B2B Shop, the following portal runtime error is coming.
    Portal Runtime Error
    <b>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Could not find portal application com.sap.pct.crm.crmcontext.
    Exception id: 09:19_29/09/05_0008_8412351
    See the details for the exception ID in the log file</b>
    Please help me out in this problem.
    Thanks much in advance,
    Sunitha.S

    Hi Siddarth,
        The BP installation was successful. I have configured and assigned the CRM System and did the user mapping too.
    I still am getting the Portal Runtime Error as below:
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Unable to lookup System &#39;SAP_CRM&#39;. Please check the system object and the alias..
    See the details for the exception ID in the log file</b>
    Is there anything else, which needs to be configured in the CRM System like services etc?
    Please help me out in this regard..
    Thanks much in advance,
    Sunitha.S

  • Need help on implementing functionalities of solution manager

    Hi solution manager gurus, i have to propose a method to implement SOLMAN functionality
    Landscape consists of around 15 servers
    SAP users 800
    typical 3 system DEV-CONS-PRD landscape on all instances
    Till now only Upgrade service functionality has been used in SOLMAN, they would like to implement the services below
       1.  Engagement and Service Delivery u2013 service delivery and issue management
       2. System Administrations (Solution Monitoring, Root Cause Analysis, System Diagnostic, including non-SAP IT environments)
       3. Implementation/Upgrading SAP Solutions (Scenario Management)
       4. Business Process operations (Incident Management, System Landscape (cross IT landscape)
       5. Change management (for functional enhancements and updates)
       6. Test Management
    Can anyone suggest the right approach in implementing those services
    also can anyone suggest a rough possible time line in implementing this with rough FTE?

    Hi,
    my suggestion is to check the standard documentation of the interface IF_EX_ME_GUI_PO_CUST.
    After that you can check the method IF_EX_ME_GUI_PO_CUST~TRANSPORT_TO_DYNP in the example implementation class CL_EXM_IM_ME_GUI_PO_CUST.
    Usefull links:
    [Re: Implementing badi ME_GUI_PO_CUST;
    [Re: ME21N - PO Enhancement using BADI;
    Kind Regards.
    Andrea

  • Need help here for SAP Business One 9.0

    I want to give SAP Business One 9.0 exam (C_TB1200_90). Is this certification available in Pakistan? If its not available should I give 8.82??

    Dear All
    The following links are referred by SAP support or expert, but one is intercompany 1.1 another is 2.0.
    Both of them are read, but it still not help for configuration.
    For the training and documentation, you may refer to the following. Thanks
    https://websmp210.sap-ag.de/~sapidb/011000358700000562632012E
    https://websmp209.sap-ag.de/~form/handler?_APP=00200682500000002702&_EVENT=DISPLAY&_HIER_KEY=201100035870000001783&_HIER_KEY=301100035870000002834&_HIER_KEY=501100035870000019706&_HIER_KEY=601100035870000248281&_HIER_KEY=601100035870000257616&

  • Need help on udf by my requirement

    Hi folks,
    I am working on file to idoc
    My input file has 1 field and output Idoc has 5 records.
    in my input Account field has length 16.   in this length 16. this field is mapping to all the fields of output.
    for example account field has    1234 67 86 34 33.  I need to map 1234 to field 1
    67 to field 2
    86 to field 3
    34 to filed 4
    33 to field 5.
    for every space we need to split and need to map output field.   after completing this I need to sort the field 1 of output.  please explain me.   Account data may very
    examples  input file :
    1238 67 86 34 33
    1234 66 86 34 33
    need output as   1234  67 86 34 33
                                1238  66 86 34 33
    here only first field is sorted i.e 1234 and 1238 ....remainiing fields need to be same
    ur help is highly appreciated.
    Thanks,
    enivass

    Hi,
    Since you can have spaces any where in the file/field, use "String Tokenizer" concept, you will not need java mapping, you can use graphical mapping and write UDF by selecting "All values of the Queue/Context"
    Here are some useful links:
    Re: Split a string with character "+" as separator
    http://java.sun.com/j2se/1.4.2/docs/api/java/util/StringTokenizer.html
    http://www.javafaq.nu/java-example-code-195.html
    http://www.devdaily.com/java/edu/pj/pj010006/ - Concept
    http://download-llnw.oracle.com/javase/1.4.2/docs/api/java/util/StringTokenizer.html - Concept
    http://www.java-examples.com/java-stringtokenizer---specify-delimiter-example - with Delimiter
    Regards,
    Pavan

Maybe you are looking for

  • Trying to ininstall full software and driver 120 envy all in one windows 8.1

    i tryed hp scan doctor no luck i have disk that came with printer  help!!!

  • Error when launching Acrobat XI Pro

    I get an error when launching Acrobat XI Pro: Adobe License Utility has stopped working. A problem has caused the program to stop working correctly.  Please close the program.

  • Active Data Cache server exception in startup - Urgent!!!

    Hi all, I'm getting this error after a restart of BAM (11.1.1.3 in Windows 2003 SP2). Is important to say that BAM was working without problems. But yesterday we start with problems with the refresh of reports and we restart the machine and all the s

  • [solved] GTK3: Fonts not rendering smoothly

    Here's GTK3 app and GTK2 app side by side: Fonts are not rendering correctly on any GTK3 app. I use Ubuntu's patched versions of freetype2, fontconfig and cairo from AUR: freetype2-ubuntu fontconfig-ubuntu cairo-ubuntu How can I get GTK3 apps to rend

  • Need help with gridBagLayout

    Hey everyone. I'm having some problems with creating a gridBagLayout for my application. I have a blank frame right now and I've been having problems setting it up with the gridBagLayout. I just want to have 4 TextFields with Labels and a submit and