DataSource Creation - Request for Ideas

Hi all,
I need some help with figuring out how to do the following. Your help is greatly appreciated. I've simplified the situation, but this will be a great start.
I have 2 custom tables
1) S111 which has fields
    Month
    Mat No
    Goods Receipts
2) S112 which has fields
    Mat No
    Current Stock Qty
I need to create a datasource that has the following fields
-Month
-Mat No
-Goods Receipts
-Stock Qty -- This field stock qty needs to be calculated using a formula (Stock Qty = S112.Current Stock Qty - S111.Goods Receipts)
Questions
1) How should I create the datasource?
2) Should I create a view?
3) Looks like I need a new table/view with the four fields. Where should I add the new field? Where can I write the formula for calculating Stock Qty?
If you can give a general idea as to how to proceed with this, that'll be great.
Thank you,
Anita S.

Thanks for your responses. So, I will create a view with all the fields except the one that needs to be calculated.
Let's say I have data for four months and Stock Qty is initially empty and needs to be calculated.
Please see the logic for populating the "Stock Qty Field". I need to start with the latest month (May) and then calculate the rest of the months
Month===Mat# ==== GR===Current Stck Qty----
Stock Qty (historical - needs to be calculated)   
Jan08===Mat1001===1=== 150----
= (137 - 8) = 129    (logic: Stock Qty = Next Months Stock Qty - Next Months GR) 
Feb08===Mat1001=== 8===150----
= (143 - 6) = 137   (logic: Stock Qty = Next Months Stock Qty - Next Months GR)  
Mar08===Mat1001=== 6===150----
= (147 - 4) = 143   (logic: Stock Qty = Next Months Stock Qty - Next Months GR)          
April08===Mat1001=== 4===150----
= (150- 3) = 147    (logic: Stock Qty = Next Months Stock Qty - Next Months GR)                           
May08===Mat1001===3===150----
=150    (logic: for the latest period, Stock Qty = Current Stck Qty)
Can the logic be implemented in BW or do I need to take care of this in R/3?
Your help is very greatly appreciated.
Thanks,
Anita

Similar Messages

  • Snow Leopard Chinese Input System Demo & Request for ideas to improve it

    I had been looking for a detailed Snow Leopard Chinese Input System demo online for sometime and failed. What I found were just short video clips of people trying to use the system for a few words here and there, nothing detailed. So I've taken the initiative to create such a video and hope people interested learning more about the Chinese Input System may find it useful.
    http://kempton.wordpress.com/2009/10/28/snow-leopard-chinese-input-system-demo/
    I like the system and like to see users of the system sending in suggestions to Apple for them to improve it and make the system even better.
    Here are some comment/ideas of mine,
    1) I love the predictive word association, it has saved me time in entering many words.
    2) Add an "undo" to the track pad input.
    Sometimes I see the right word predicted but my hand was too fast and I added a dot or stroke that takes out the word I want.
    3) My pen stroke order sometimes ***** and this mess up the recognition system badly.
    I wonder will it be difficult to implement a display tool that
    given a passage of "Chinese text" as input
    have the system "display" the "correct" pen strokes order of how the words are expected in the system. The stupidly simple word “生” should not take 20-30 seconds for someone to fight with the system to get the correct recognition.
    Here is how I captured some of my thoughts earlier this month in Chinese typing the article in Snow Leopard,
    自從九月 [...],我便開始用Apple Snow Leopard新的中文輸入系統。當時我寫
    “打本文某一㘹字時慢到我想死 (一笑)!希望將來我的中文輸入會快一點吧!”
    我現在有點經驗使用這中文輸入系統,慢慢開始熟練,寫文章都叫做幾快。以下是我的一些觀察,
    1) 輸入系統的”聯想”(predictive word association)有時可以幫我寫小好幾個字。
    2) 輸入系統非常依靠正確的筆劃順序。不幸我寫得不太好,所以有時候我要同一字寫多次才成。
    3) 冇undo。有時我寫得太快,加多一箑一點,字便變了。冇undo,很不方便。

    Make sure you also send your ideas for improvements to Apple via this link:
    http://www.apple.com/feedback/macosx.html
    (In these forums you are only reaching other users like yourself)

  • Request for ideas: Postprocessing JSP output in Weblogic

    I would like to postprocess and transform an HTML DOM tree after it
    has been generated by a JSP. Said another way, I want to capture the
    output from a JSP, parse it, and potentially return something
    completely different to the client.
    I believe servlet chaining is not supported in WLS (I am using
    6.1sp1). Any ideas on how to do this kind of thing?
    Thanks,
    Paul

    http://e-docs.bea.com/wls/docs61/webapp/filters.html
    Paul <[email protected]> wrote:
    I would like to postprocess and transform an HTML DOM tree after it
    has been generated by a JSP. Said another way, I want to capture the
    output from a JSP, parse it, and potentially return something
    completely different to the client.
    I believe servlet chaining is not supported in WLS (I am using
    6.1sp1). Any ideas on how to do this kind of thing?
    Thanks,
    Paul--
    Dimitri

  • Datasource creation failing for planning

    Hi,
    for creating a planning application, I first need to create one data source. but when i tried to create data source from workspace, I am getting an error 'The Essbase Conneciton failed' when i gave my essbase server and login details. Essabse is up and running fine but still am getting this error. Ver is 11.1.1
    can anyone pls let me know when this issue can occur?
    Reg
    -KV

    Hi John
    Here one log being update when i tried to validate the data source after giving essbase login credentials
    file name $hyperionhome/deployments/Tomcat5/HyperionPlanning/logs/catalina.out
    com.hyperion.planning.olap.EssbaseException: The Essbase API version (%s) for this application is incompatible with this version of the Essbase API (%s). (1030019)
    at com.hyperion.planning.olap.HspEssbaseMainAPI.EssInit(Native Method)
    at com.hyperion.planning.olap.HspEssConnection.<init>(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.getConnection(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)
    at HspCreateDatasource.doCheckEssbaseConnection(Unknown Source)
    at HspCreateDatasource.doHandle(Unknown Source)
    at HspCreateDatasource.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at HspValidationFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
    please let me know your thought
    Reg
    KV

  • Can we Automate User Creation in SAP IDES?

    Hey Guys,
    I found this piece of information on Internet somewhere.
    "SAP provides a simple user creation mechanism for IDES system. An enhancement is already active by the name USRADMIN this contains code that executes just after the user logon. If somebody logs on as 'MUSTER' with password 'IDES' it prompts to create a user. and after the creation MUSTER is logged off. If the password of MUSTER is changed the program also reset the password to IDES always. the password is hard coded in the code
    For this to be active an entry has to be maintained in the table zides_user_procc . In this table we maintain the SAP system SID, client where this functionality is to be active and also maintain the reference user which will be copied to the new user ."
    *bol

    It was a while back, but the logic was like this:
    User logs into webpage on intranet.  Lets just say that authentication to that resource is dealt with separately here.
    User is presented with a form and fills in info like
    UserID required
    FirstName
    LastName
    email address
    Password
    This info is used by some backend VB code which initialises an RFC connection with SAP.
    Once RFC is established, a function module to copy an existing template user is executed (template user contains roles to copy etc).  The new user is created as required and you can then log on & use it.
    To be honest, most self service sandbox systems tend to be the log in using existing user & create yourself a user or run a prog which will do it for you.
    Hope that helps,
    Cheers
    Alex

  • Request for the creation of a new Unemployment account for tax

    Hi Guys,
    This is a question with regard to US tax. We have received a request for the creation of a new Unemployment account for the payment of taxes. This is because the account assignment number has changed for a particular company code in Tennassee state. Please let me know where this change could be made in SAP.
    Thanks,
    Subbaiah

    Subbaiah,
    Table T5UTL is used for New Tax Company Codes. If this is a new legal entity, youu2019ll need to set up the Tax Company here. Youu2019ll also need to assign at least one Personnel Area to this new Tax Company. This must be established in order to update the next table shown below, but only if itu2019s a new legal entity. The user will know.
    Table T5UTH is for establishing the account number to be used in BSI. It must be established in order to update the next table shown below.
    Table T5UTI is for assigning account numbers by Tax Company Code. Youu2019ll need one for Tax Authority TN, Tax Type 10. The user will need to supply this information to you.
    Table BTXRATE will need to be updated with the Tax Company Code, year, and the State Unemployment Insurance rate & taxable wage amount.
    Once this is done, youu2019ll need to update BSI.
    If Tennessee is a new state, youu2019ll have work to do with the tax models.
    Regards,
    Howard

  • I am trying to install the OS Mavericks upgrade on my MAC and it requests for me to enter an administrator password. I do not use an an administrator password on the machine. Any ideas how to resolve this?

    I am trying to install the OS Mavericks upgrade on my MAC and it requests for me to enter an administrator password. I do not use an an administrator password on the machine. Any ideas how to resolve this?

    If you bought the machine new yourself, and did not enter a password when configuring it, leave the field blank.
    If you bought it used, then you need to reset the password, as described here:
    Apple Article to reset the password

  • How to find the creation date for a released requests..

    Hi friends ,
    In se09 tcode , we a date which represents the last changed date .. Now , for a particular Released request i want to find out the Creation date for it . How can i find it . I checked the tables like E070create there also we have requests that not released yet , i have also checked se03 and other tcode and a fn mo dules like TR_READ_GLOBAL_INFO_OF_REQUEST .
    So how to find the creation date for a released requests. Iam waiting for ur inputs..
    Thanks in advance..

    hi,
    Did u found the way to get the request creation date?
    I also need the same information.
    This needed for audit purpose........so it is must.
    Please help me in this.
    Best regards,
    vinod

  • How to check for outstanding service instance creation requests

    Greetings,
    In preparation to upgrade my OEM Cloud Control from 12.1.0.1 to 12.1.0.3 I am reading the OEM Cloud Control Upgrade Guide. Step 2b in Chapter 3 (Getting Started) says to check for outstanding database service instance creation requests as follows: In Cloud Control from the Enterprise menu, select Infrastructure Cloud. I do not see an Infrastructure Cloud option under the Enterprise dropdown. I don't understand why not. If anyone can shed some light on this I would appreciate it.
    Thank you.
    Bill Wagman

    Step 2b applies to sites with DBaaS (database as a service) feature enabled. If you have not set up DBaaS, it is not necessary to check on database requests referred to in the step.
    Doc on DBaaS:
    http://docs.oracle.com/cd/E24628_01/doc.121/e28814/cloud_db_using.htm#CHDFDDBC
    By the way, it is recommended that you check out the following notes on upgrade:
      1568143.1 - EM 12c R3: Checklist for Upgrading Enterprise Manager Cloud Control from Version 12.1.0.x to 12.1.0.3
      1569883.1 - EM 12c R3: Checklist for Upgrading Management Agents Version 12.1.0.x to 12.1.0.3

  • Feature Request: Support for .idea and .psdx extensions

    I've noticed that Adobe Bridge does not have any support for .idea and .psdx files.  The .idea files will show a idea file icon but the .psdx will be a blank, unknown file icon.  Both do not show any preview in Bridge.  I do not know why this is as previews for these files can be seen when they are uploaded to creative cloud or the new creative cloud mobile app.

    Hi,
    I've logged an enhancement request on this.
    Thanks,
    David

  • Creation date for released transport request

    Hello everybody!
    Does anyone know how to find the CREATION date for a released transport request? I've already checked table E070CREATE and it only has entries for modifiable requests.
    Best regards,
    Luís Andrade.

    I think transport is released date field in E070 is overwritten with the releasing date.

  • Creation of Trasport request for the Deletion of Infoset from Dev

    Hi
      i want to create a trasport request for the deletion of infosets from dev system and want to trasport request in to production.
    i wish to know while right clicking the info set and selecting deletion will it prompt for trasport request.
    could any one help me out for this issue.
    Thanks
    Sandy

    Hi
    I suggest you to transport the  Infoarea under which the Infoset query is deleted
    This will adjust all your changes including any deletion or any new changes
    Assign points if useful
    Thanks
    N Ganesh

  • Creation of spool request for a report without selection-screen.

    Hi Experts ,
    I need to create a spool request for ALV Grid report which is not having any selection-screen , after pressing F8 it will directly display the ALV Grid out put.
    Can any one help me how to run the above report in background which is not having selection-screen?
    Thank you & Regards.
    Rajasekhar.P

    HI,
    At transaction SE38 click Program -> Execute -> Background.
    Regards
    Sudheer

  • Bulk request for query creation date

    Hello community,
    I have a list of technical names for 300+ queries, and I've been asked to provide the creation date for each one.
    I can find the creation dates one at a time using the BEx query properties.  But can someone tell me which table of the database this information is stored in ?
    I would like to run a single search and pull the creation date for all 300+ queries at one time.
    Thanks!
    Take care.
    Keith

    hi,
       hope this link will help
    http://help.sap.com/saphelp_erp2005/helpdata/en/85/44df3d0eb8af5ee10000000a114084/frameset.htm
    regards
    Varun

  • Portmap translation creation failed for udp src inside dst inside

    Hi!
    I have a problem with allowing traffic to UC500 subnets on ASA 5505 inside interface.
    My asa is a main router with addres 192.168.1.1
    UC500 voip box is connected to ASA's inside interface through UC500 WAN port with UC500 with 192.168.1.2 address.
    Firewall and NAT on UC500 is disable
    UC500 sip traffic works fine. voipbox creates its subnets for data and voip - 192.168.10.0 and 10.1.1.0. another important address is 10.1.10.1 which is UC500 CUE.
    My problem is that from within ASA local network (192.168.1.0) i cannot reach UC500 subnets, neither can I reach ASA's local network from the UC subnets.
    the log says
    3
    Sep 07 2013
    00:21:49
    DC
    53
    PBXCUE
    32901
    portmap translation creation failed for udp src inside:DC/53 dst inside:PBXCUE/32901
    I tried exempting uc500 subnets on ASA but that didn;t work.
    Funny thing is that I CAN reach the UC500 subnets when connecting with VPN to ASA...
    Please help! I am not familiar with CLI.
    I configured static route to 10.1.10.0 and since then I was able to ping 10.1.10.1 thorugh ASA;s VPN.
    I would be grateful for ideas.
    Lukasz
    global (inside) 1 interface
    global (outside) 101 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 101 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface https IIS https netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface www IIS www netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface smtp IIS smtp netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pop3 IIS pop3 netmask 255.255.255.255  dns
    static (inside,outside) udp interface domain RenBetPBX domain netmask 255.255.255.255  dns
    static (inside,outside) udp interface 5061 RenBetPBX 5061 netmask 255.255.255.255  dns
    static (inside,outside) udp interface sip RenBetPBX sip netmask 255.255.255.255  dns
    static (inside,outside) tcp interface 13000 SQL 13000 netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x
    route inside PBXCUE-network 255.255.255.0 RenBetPBX 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy

    Hello Julio!
    Thank you for your advice.
    I have managed to solve my main problem by reconfiguring my switches vlans - enabling trunk port configs for required ports and allowing them access to both vlans.
    Now I can see everything from all of my inside networks.
    I continue my ASA adventures - I have managed to configure L2TP client access for my windows users, RADIUS authentication for domain users and yesterday night I have managed to configure site to site VPN with my RV120W router.
    I am only an enthusiast but my recent successes have given me apetite for more...
    I keep reading forums and trying to solve most of my problems myself but I have faced another one now and thought that maybe you could give me another tip on where to look for the issue:
    I still have one problem with my L2TP VPN config - I have configured split tunnel on the group policy to tunnel only 192.168.1.0 network requests.
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    My network at home is 192.168.2.0 but it still tunnels everything (when I check my ip after connecting to VPN my home laptop still identifies with ASA gateway(!) address .
    access-list outside_access_in extended permit icmp any interface outside object-group DM_INLINE_ICMP_1
    access-list outside_access_in extended permit tcp any interface outside object-group DM_INLINE_TCP_1
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit tcp any interface outside eq 8080
    access-list outside_access_in extended permit tcp any interface outside eq 23456
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 object-group DM_INLINE_NETWORK_1 any
    access-list outside_access_in extended permit tcp any interface outside eq 13000
    access-list outside_access_in extended permit tcp any interface outside range 8001 8016
    access-list outside_access_in extended permit tcp x.x.x.x 255.255.255.0 interface outside eq ssh
    access-list inside_nat0_outbound extended permit ip any 192.168.1.240 255.255.255.240
    access-list inside_nat0_outbound extended permit ip any PBXVOIP-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip any PBXCUE-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    access-list inside_access_in extended permit udp object-group DM_INLINE_NETWORK_2 any object-group DM_INLINE_UDP_1
    access-list inside_access_in extended permit ip host IIS any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit ip host RBSTORE_NAS any
    access-list inside_access_in extended deny udp any any object-group DM_INLINE_UDP_2
    access-list inside_access_in extended permit tcp any any eq 5432
    access-list inside_access_in extended permit tcp any host PBXCUE eq www
    access-list inside_access_in extended permit tcp host PBXCUE any eq www
    access-list inside_access_in extended permit tcp host RBCAMSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RBSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RENBETUPS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RenBetPBX host EXCH-MBX eq smtp
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    route print shows:
    and 192.168.1.240 is my VPN IP - its metric has higher priority than the local gateway.
    How do I change it?
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.2.1    192.168.2.126   4250
              0.0.0.0          0.0.0.0         On-link     192.168.1.240     21
          80.51.24.22  255.255.255.255      192.168.2.1    192.168.2.126   4251
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
          169.254.0.0      255.255.0.0         On-link     192.168.2.126   4506
      169.254.104.126  255.255.255.255         On-link     192.168.2.126   4506
      169.254.255.255  255.255.255.255         On-link     192.168.2.126   4506
        192.168.1.240  255.255.255.255         On-link     192.168.1.240    276
          192.168.2.0    255.255.255.0         On-link     192.168.2.126   4506
        192.168.2.126  255.255.255.255         On-link     192.168.2.126   4506
        192.168.2.255  255.255.255.255         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link     192.168.1.240     21
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.2.126   4506
      255.255.255.255  255.255.255.255         On-link     192.168.1.240    276
    ===========================================================================
    I am starting to feel like I am using a bit too much of your friendliness ...
    Best Regards and have a great day!
    Lukasz

Maybe you are looking for

  • 8230 Battery life issue

    I bought an 8230 last week and (even though I have bee playing a round with it quite a bit) I find the battery life to be horrendous.  I have needed to recharge the phone every night.  I have not been using Bluetooth and it's not Wi-Fi enabled so thi

  • Looking for a linux that fits Oracle

    Hello! I am a student and im studying Oracle in Sweden. To this date i have been using Oracle on Windows and i want to change it to Linux now. I am looking into Fedora since the company i am gonna do my practice at are using Red Hat (and i cant pay f

  • How many fans does a MacBook have?

    Must be pretty amusing for most of you, but this is my first mac and the Fan utility (installed by me, forgot the name ... something smcXXXX ...) from the Control Panel (sorry, long time Windows user) is reporting Fan 1 with some normal value, and Fa

  • Access laptop internet through bluetooth ?and...

    I have a laptop which has a datacard on another network cause the area im in doesnt have att coverage for my iphone. what i would like to know is if its possible to connect my iphone to use my laptops datacard internet through a bluetooth connection

  • Merge function

    I have a merge function as below merge into copy_emp c USING employee e on (c.employee_id = e.employee_id) when matched then update when not matched then insert values(........... i want to restrict values using where clause in employee table.can we