Query on System Impact -STO

Hi All,
In my project,For various business reasons, we are looking to sett up the stores as plants u2013 meaning that we would follow the STO flow.
There are some 500 stores. This would mean that we would either configure 500 plants OR 1 plant with some 500 storage locations.
The STO process has some undeniable drawbacks: e.g. standard transit stock reports are only on plant level u2013 no distinction on storage location level.
I would  ask your assistance in clarifying the following questions:
1. What is the system impact of configuring some 500 plants?
2.  What is the system impact of STO between storage locations for 1 plant with some 500 storage locations?
Regards,
Kalpana

hi Arun ,
            thanks for ur reply,well i have done the user mapping in the same way as u told.but my doubt is like for suppose i have a user named p1 on my portal side & two users named r1 & r2 on the R/3 side .now i have created a system object named sys1 and assigned it to p1 specifying
username:r1
pwd:*******
in the user mapping.
now i want want the same p1 to connect from the portal to R/3 using
username:r2
pwd:*******
now can i use the same system object or should i create another system object.
regards,
tilak.

Similar Messages

  • Cannot query MSSQL system tables over db link created using DG4MSQL

    I am trying to create db link from Oracle 11g to SQL Server 2005 using DG4MSQL gateway. After creating db link I am not able to query MSSQL system views(sys.services or sys.objects) using JDBC driver. But I am able to query all user tables using JDBC driver. But if I use sqlplus, I am able to query all tables including system tables. Since my project is Java project, I am bound to use JDBC driver. One more observation I made is that, if I use DG4ODBC instead of DG4MSQL gateway, then I am able to query all MSSQL tables including system tables uding JDBC driver. Please let me know if there are any ways I can query MSSQL system tables using DG4MSQL and JDBC driver.
    Edited by: user13398705 on Dec 20, 2011 2:08 AM

    There's a bug in the JDBC driver and for 11.2.0.1 a fix is available on my Oracle Support -> look for fix 9496068 - it is a generic platform fix. According to the bug matrix this fix is also included in the 11.2.0.3 JDBC driver. Are you using this JDBC driver version?

  • System impact if new division created in CRM

    Hi,
    We have SAP CRM 7.0 and ECC 6.0,currently we have divisions 19,20,22 and 23 .These are maintained in ECC and replicated to CRM.Now there is requirement of new division and i am working on CRM  system impact analysis for sales process.Please let me know the impact on CRM system if new division is created  and also let me know in what all the areas this new division has to be updated (like org structure ...ect)
    Please also let me know is there any relationship between division and product hierarchy.

    Hi
    1. It is always advisable to use one PRIMARY system for Master Data maintenance.
    2. If you have created earlier division in ECC and downloaded to CRM, it is best practise to create a new division in ECC and download the same to CRM
    3. This division, once downloaded to CRM, can be used in the ORGANIZATION structure.
    OR
    1. You can create a division in CRM and maintain the same in ORGANIZATION structure.  (The way divisions 19,20,22 and 23 are maintained in CRM)
    >>There is no relationship between the division and product hierarchy. (comm_hierarchy)
    Hope this will be helpful
    Regards

  • Query using system parameter LEVEL returns incorrect huge number of records

    We migrate our database from Oracle *9.2.0.6* to *11.2.0.1*
    The query below throws "ORA-01788: CONNECT BY clause required in this query block".
    select * from (
    +select a.BOARD_ID, code, description, is_displayable, order_seq,  board_parent_id, short_description, IS_SUB_BOARD_DISPLAYABLE, <font color=blue>LEVEL</font> child_level, sp_board.get_parent_id(a.board_id) top_parent_id, is_top_selected isTopSelected+
    from boards a, ALERT_MESSAGE_BOARD_TARGETS b
    where a.board_id = b.board_id and is_displayable = 'Y' and alert_message_id = 5202) temp
    start with board_parent_id = 0
    connect by prior board_id = board_parent_id
    ORDER SIBLINGS BY order_seq;
    Based from online resources we modified "*_allow_level_without_connect_by*" by executing the statement.
    alter system set "_allow_level_without_connect_by"=true scope=spfile;
    After performing the above, ORA-01788 is resolved.
    The new issue is that the same query above returns *9,015,853 records in 11g* but in *9i it returns 64 records*. 9i returns the correct number of records. And the cause for 11g returning greater number of records is due to system parameter <font color=blue>LEVEL</font> used in the query.
    Why 11g is returning an incorrect huge number of records?
    Any assistance to address this is greatly appreciated. Thanks!

    The problem lies in th query.
    Oracle <font color=blue>LEVEL</font> should not be used inside a subquery. After <font color=blue>LEVEL</font> is moved in the main query, the number of returned records is the same as in 9i.
    select c.BOARD_ID, c.code, c.description, c.is_displayable, c.order_seq, c.board_parent_id, c.short_description, c.IS_SUB_BOARD_DISPLAYABLE, <font color=blue>LEVEL</font> child_level, c.top_parent_id, c.isTopSelected
    from (
    select a.BOARD_ID, code, description, is_displayable, order_seq, board_parent_id, short_description, IS_SUB_BOARD_DISPLAYABLE, sp_board.get_parent_id(a.board_id) top_parent_id, is_top_selected isTopSelected
    from boards a, ALERT_MESSAGE_BOARD_TARGETS b
    where a.board_id = b.board_id and is_displayable = 'Y' and alert_message_id = 5202
    ) c
    start with c.board_parent_id = 0
    connect by prior c.board_id = c.board_parent_id
    ORDER SIBLINGS BY c.order_seq

  • Executing query error: System error in program SAPLRRI2 and form REP_A

    Hello Experts,
    I am facing problem while executing query.
    I have activated a query from BI content. The query is activated successfully in development and running successfully in development, so I transported the same into QA.
    When I execute this query into quality, automatically debuger opens. After I come out of debuger I get following error message:
    " >> Row: 82 Inc: LRRMSU13 Prog: SAPLRRMS
    System error in program SAPLRRI2 and form REP_ASSIGN_INITIAL_OPT-01- (see long text)
    Error when generating dataProvider "
    This query is using some standard structures, which are running successfully in other queries in QA.
    what would be an issue?
    Regards,
    Nirav Shah

    Hi,
      Try to regenerate the query in RSRT t.code.
       ie) RSRT - give the query name - Generate report ( icon will be there near to Execute + debug) .
    After generating the report, (logoff and login )try to execute the query again ..if the above solution doesn't work, check the below OSS notes which may help for you.
    OSS notes : 1. 1121766
                       2. 1117966
                       3. 1225856
    Regards,
    Siva.

  • Query on system object types??

    Hello,
    Here is the situation.
    O-R table "LocatedEntity392_TAB" was created by oracle during XML schema registration. I could not find the object It has "COCT_MT070001.LocatedEn390_T" type
    "COCT_MT070001.LocatedEn390_T" type have
    SYS_XDBPD$ with XDB.XDB$RAW_LIST_T
    id with id391_COLL
    How do we query on SYS_XDBPD$ and id in this situation?
    How do we find the structure of XDB.XDB$RAW_LIST_T and id391_COLL
    I appreciate your help. Thanks in advance.
    Ram

    hi Arun ,
                thanks for ur reply,well i have done the user mapping in the same way as u told.but my doubt is like for suppose i have a user named p1 on my portal side & two users named r1 & r2 on the R/3 side .now i have created a system object named sys1 and assigned it to p1 specifying
    username:r1
    pwd:*******
    in the user mapping.
    now i want want the same p1 to connect from the portal to R/3 using
    username:r2
    pwd:*******
    now can i use the same system object or should i create another system object.
    regards,
    tilak.

  • Query on system object

    hi everyone ,
                         i have a query regarding this system object. I have created a system object and assigned it to a user to log on to sap R/3 .its working fine.now my question is i have another user on the R/3 side .now i want to log on to the R/3 from the portal using this second user can i use the same system object created for the first user or should i create a new system object."can a system object be assigned to 2 or more users?"
    Thanks in advance,
    regards,
    Tilak

    hi Arun ,
                thanks for ur reply,well i have done the user mapping in the same way as u told.but my doubt is like for suppose i have a user named p1 on my portal side & two users named r1 & r2 on the R/3 side .now i have created a system object named sys1 and assigned it to p1 specifying
    username:r1
    pwd:*******
    in the user mapping.
    now i want want the same p1 to connect from the portal to R/3 using
    username:r2
    pwd:*******
    now can i use the same system object or should i create another system object.
    regards,
    tilak.

  • Any DCOM object to query SAP Systems status

    Hi All,
    I am looking to write a either VBScript or VB application to quickly query status of all the SAP Systems in our environment. I am currently using sapcontrol.exe in a batch file but I am unable to manipulate its output. This is just a temporary solution until we get the solution monitoring up and running.
    I did some research on ISAPControl DCOM object but it has to run on the physical server of the SAP System.
    Any help is highly appreciated.
    Thanks,
    -RT

    I used SAPControl.exe in a windows batch file to query the SAP Systems I want and dumped it to a SQL table. Wrote queries on top of it to summarize and used xp_sendmail to send the results. Worked out pretty good. I understand I can use Solution Manager to do the same. But I wanted something outside of SAP infrastructure.

  • Flashbackup query with system tables

    Hello,
    When I try to execute a flasback query on a system table as user$ I get the error ORA-1466.
    Does it exist any way to get the rows of this table but in a certaing point of time?
    Regards,
    Juan

    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_flashback.htm#sthref1460

  • Vendors didnt receive 1099.  How to query in system who did not receive.

    Is there a way in the sap system to see who did not receive a 1099?  Is there any query I can do to see this

    Hi Redhed
    Send us an email using the contact the mods link in my profile and I can have this picked up for you.
    The form will give us the details needed to assist further.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Renaming a system impact(s)

    Hi,
    As part of our upgrade we need to rename our existing development system from DR1 to DR2.  What is the impact of renaming an existing system from an ongoing development/configuration standpoint? Any thoughts, documents etc. would be greatly appreciated.
    Thanks.

    Hi
    You need to change the SID before upgrade or after Upgrade through System Copy etc.   There is not harm in changing the SID,  make sure all the POST System Copy activities are carried out before the upgrade, eg. Instance Profile Names, etc.
    Cheers
    Shaji

  • Copy of source system - Impact for BI?

    Hello,
    Basis wants to copy our R/3 source system from Prod. to Quality.
    The R/3 quality system is connected to our BW Dev. system.
    Is there anything which I have to keep in mind (from BW point of view)?
    Jobs are not scheduled.
    Any hint from the experts?

    Hi,
    Start with delta queues. Its better to clear them before the system copy. After the process check if they are workin fine and if sll the DS are there as before and are getting populated properly. You can take a note of that before and after copy.
    Also before the copy you may be rescheduling the V3 jobs, which you have to ensure are schecduled back after copy.
    The third point will be connectivity to BW.
    Fourth will to make sure that all the DS are in active state.
    If DS time stamps may get corrected you may need to replcate them and activate them in BW.
    See if you get some additonal points from these docs.
    http://www.sap-basis-abap.com/bc/client-copy-from-production-to-quality-server-to.htm
    Activity to be performed after client copy https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bff13df2-0c01-0010-6ba7-bc50346a6fd8
    How To Tackle Upgrades to SAP ERP 6.0
    /people/community.user/blog/2008/03/20/how-to-tackle-upgrades-to-sap-erp-60
    Effect on BW of R/3 Upgrade   
    There is another thread open with relaed o issues after R/3 refresh. Check that out.
    BW Datasources and Transfer Rules not displayed after R3 refresh
    Hope this helps.
    Thanks,
    JituK
    Edited by: Jitu Krishna on Jun 11, 2008 6:25 PM

  • Could a change in the Windows operating system impact DAQ response?

    I use a PCI-6013 analog DAQ card (vintage 2002) to control and acquire data with a fairly old computer running Windows 2000. I installed the card in a newer computer running Windows XP. There were no other changes to software or hardware.
    The data now frequently shows a strange response in the first 0.3 seconds after starting to collect data. It reads very low (sometimes bottoming out) and comes up to the calibrated value within that first 0.3 seconds.
    Could the change in operating system be the cause of this? Is there something else I can do to diagnose what is happening? 
    -Kelan

    This sounds a bit questionable.  you are jumping from NT to XP withough changing software?
    Well vintage 2002 would put you in LabVIEW 5.1 and most likely traditional DAQ.
    LabVIEW 5.1 has no official support for Windows XP nor has 6.02 although it Should "Run without errors" according to prophisy-  that does not mean that there won't be issues just no errors.
    What drivers and software are you trying to port from NT to XP?
    Jeff

  • Write a intranet appllication (query, reporting system)

    Hello,
    i am assigned to develop a intranet application.
    which queries from ORACLE DB
    then
    out puts records to a Page.
    first of all i would like to admit that i am a beginner in
    web development.
    but not in programming.
    i have books so far.
    but i need a best practice approach to this reporting system
    that i have to soon develop.?
    can any one give a hint.
    maybe a book on a design devlop for cold fusion reporting
    system?
    any advice ? help ?
    on how to develop this project from scratch.
    by the way the reports are alot . maybe to start of a 80
    reports.
    users need to cheese a repot and click a buttton and a
    record(s) will show up in a intranet app. then have a option of
    purring it in excel for other users to macke more reports .
    many thanks in advance.

    Hi,
    As i checked with implementation team and they have written the formula it has been assigned like Grand Total = 1.
    i.e. Grand Total assign to 1.(But it is not Grand Total == 1).
    Thanks for your support.
    Thx
    Edited by: satya prasad on Apr 27, 2010 7:44 AM

  • Query BitLocker System center 2007 (English)

    I require to obtain a list of equipments that complies with encrypt policy since SCCM 2007 console.
    The query that I´m generating is the next
    +++++++++++++++++++++++++++++++++++++
    SELECT v_R_System.Name0 AS Computername,
    v_GS_BitLocker.ProtectionStatus0 AS [Bitlocker Status],
    v_GS_BitLocker.DriveLetter0 AS DriveLabel
    FROM v_GS_BitLocker INNER JOIN
    v_R_System ON v_GS_BitLocker.ResourceID = v_R_System.ResourceID
    ++++++++++++++++++++++++++++++++++++++
    I detect v_GS_BitLocker object does not exist
    As I have investigared I found the actions that are executed on SCCM client are not collecting the Bitloker information. So I understand even the object exists, in the database of the server this information is empty
    Could you please confirm this?, or if it is possible obtain this information, thanks
    Josué Noé Chávez

    Hi,
    Please refer to the link below:
    Getting BitLocker status from clients using Hardware Inventory in Configuration Manager 2007
    http://blogs.technet.com/b/configurationmgr/archive/2010/11/22/getting-bitlocker-status-from-clients-using-hardware-inventory-in-configuration-manager-2007.aspx
    Otherwise, your question seems to be related to SCCM 2007. You may also choose to post there to get more effictive help.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for