Table where SE03-Global setting is kept

Hello,
My question is about the parameter "Global setting" defined in "Set system change option" in SE03. I would like to define a background process that gets the value of this parameter and print it using a printer.
In order to achieve the above, I will need to obtain the value of this parameter either thru the table where it is or an standard program.
I tried program RSWBO004 in background but it didn´t work (is not possible to print the result). So, does anybody know in which table is this parameter?
Thanks a lot,
             Félix

Hi Prince Jose,
I checked table DLV_SYSTC and I found some software components but I couldn´t find the entry for "Global setting". In case it is there, could you tell me which DLVUNIT is?
I checked it in 2 different systems (versions ECC6 and 4.7)
Thanks,
        Félix

Similar Messages

  • SRM table where shopping cart approvers are kept

    Hello,
    in which table are approvers for a shopping cart stored? I need to technically change an approver for a particular shopping cart such that when the user logs in, he sees the new approver and the new approver has the shopping cart to approve in his list.
    thx

    Hi
    Your question is not clear, but I can suggest you one thing you can substitute the approver technically in SRM GUI / Or in SRM portal. 
    Regards,
    Krish

  • Global Setting for ALV Table in webdynpro

    Hi guys,
    We are in process of upgrading to EHP7 and ABAP-7.4 and we are facing one small issue on default ALV table setting where we are not getting
    Grid line = 'All'  insist we are getting Grid Line = 'Horizontally'.
    I have seen lots of thread suggesting that we can customized it based on application but as we already have lots of webdynpro application and it not a good ideas to go in each and every application and change it.
    I have a feeling there should be some place where we can set the default setting for the same may be System or Global .
    Any idea on the same.
    Atul 

    hi,
    according to what i understood from your explanation you want that inspite of scrolling you need to do so on user clicking some button or some action ....
    i did the same in a scenario...
    what i did was just giving  a input field on the screen.
    and in code i just checked number of records to be less than or equal to the number user puts in the i/p field .
    I chose onactionenter for doing this .
    firstly i used node->invalidate.
    again filled the internal table with number of records matching and displayed the same.
    hope it will help
    Regards,
    Sahai.s

  • About global setting

    Hi, experters:
    Before I adjusted spdd modification, I log on ecc60
    with Client 000, user: DDIC , use tr-code: se03 to change the global setting , I changed all namespace to modifiable.
    now, I have finished spdd modification work, my question is : should I reset those namespace back to old(default) status???if the answer is : Yes. when should I do the resetting job?
    please give me some idears.
    Thanks experters,

    Hello Harry,
    maybe its the best i explain what upgrades i've done and how the settings in the systems were:
    First i made a copy of our productive system (ECC 5.0) and made the upgrade in the Copy (to ERP 6.0). In the shadow instance i set all (global, software and namespace settings) to modifiable/restricted modifiable. This does not affect the real system and the upgrade sets the settings back after SPDD automatically. For the SPAU i had not to change the settings. Thats maybe because the global setting is modifiable, the software settings are modifiable/restricted modifiable and half of the namespace settings are modifiable and the other are not modifiable.
    After that i've done the upgrade in the development system. During that i recorded the SPDD and the SPAU changes each in one change request and marked them for further upgrades.
    Now I'm on upgrade of the QA-System where i told the upgrade to use the both transport for SPDD and SPAU. So we save time because of no need to do the adjustement manually again.
    The documentation says that for modifying a repository object you have to set the global, the softwarecomponent and the namespace settings to modifiable. For the SPAU i think you can wait wich Objects have to be adjusted and then make the according settings. But i'm quite sure the the global settings must be set to modifiable.
    Maybe this helps a bit.
    Greetings
    Christian

  • How to update column values in a table where that column is referring to different tables

    i have a table Order it has columns
    OrderID, Name, Total
    1            trade   value populated from i.e. tradeorder table
    2            fixed   value is populated from fixedorder table
    3            annual  value populated from another table
    I m thinking of creating function for every order id to call those tables..
    and there are many insertions taking place in order table ,,at the moment its 20 rows ..
    kindly provide your suggestions

    You can group rows in order table and update the set of row from the specific table. For instance
    UPDATE [ORDER] SET [TOTAL]=B.[TOTAL] FROM [ORDER] A INNER JOIN [TRADEORDER] B ON A.ORDERID=B.ORDERID WHERE A.NAME='TRADE'
    UPDATE [ORDER] SET [TOTAL]=B.[TOTAL] FROM [ORDER] A INNER JOIN [FIXEDORDER] B ON A.ORDERID=B.ORDERID WHERE A.NAME='FIXED'
    UPDATE [ORDER] SET [TOTAL]=B.[TOTAL] FROM [ORDER] A INNER JOIN [ANOTHERTABLE] B ON A.ORDERID=B.ORDERID WHERE A.NAME='ANNUAL'
    Regards, RSingh

  • Updating one table with mult. table where clause

    I'm having problems with my update statement. I want to update one table that has a mulitple table where clause. Not sure how to accomplish this. Here is what I have so far.
    update lawson.apvenmast a
    set vendor_status = 'I'
    where ((select * from apinvoice i
    where i.due_date <= TO_DATE('20011231', 'YYYYMMDD') and
    i.vendor = a.vendor)
    ((apvenmast.ven_class = 'INS') or
    (apvenmast.ven_class = 'REF')));
    Am I on the right track?
    thanks in advance for any help.
    Lisa Mears

    A lot is missing.
    where ((select * from apinvoice iA where clause should be like
    where <something> IN (select <something> from ...)
    ((apvenmast.ven_class = 'INS') or
    (apvenmast.ven_class = 'REF')));Where does this belong? There is no AND or OR with these two lines.
    Check your table aliases too.

  • Global setting for decimal notation setting?

    Experts:
    Where can I set the decimal notation for all users? Is there a global default setting for this?
    I need to display numbers as xxx,xxx,xxx.xx.
    Each individual user can set this in their Maintain User Profile -->Default settings.
    But I need to have the system default for EVERY user to xxx,xxx,xxx.xx.
    Your assistance will be rewarded.
    Thanks
    Den

    Hi,
    Go to SU10 - Mass change. Enter all the User list and make the changes.
    Hope it will help u.

  • Any way to globally set "edit keyword tag"

    When you double click a keyword in the Keyword List, you're taken to the "Edit Keyword Tag" window, where you have several option boxes to click. Is there any way to globally set these options. For instance, I would like to always forego the option to "export containing keywords." (I'm finding it easier to click the containing keywords according to my preference, which is easy to do, since all the containing keywords appear as part of the hierarchy.)
    But of course I don't want to go through each and every keyword that I already have and unclick that option. It'd be far easier to do this globally. Is that an option anywhere?
    Thanks,
    Robert

    You cannot edit the items with the iPod.
    You should edit them in iTunes and then sync the iPod.

  • Switch in partition to a partitioned table where it has indexes on it

    CREATE TABLE [dbo].[Partitioned_Table](
    [Partition_Id] [int] NOT NULL,
    [FIL_CRT_DT] [datetime2](7) NOT NULL,
    GO
    SET ANSI_PADDING OFF
    GO
    CREATE NONCLUSTERED INDEX [idx2] ON [dbo].[Partitioned_Table]
    [FIL_CRT_DT] ASC
    )INCLUDE(Partition_Id) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
    GO
    Partition_Function and scheme are on the column Partition_Id and on primary filegroup.
    Now I am trying to switch in a partition. But it is failing giving me this error:
    ALTER TABLE SWITCH statement failed. There is no identical index in source table 'New_Table' for the index 'idx2'in target table 'Partitioned_Table' .
    Is there a way to switch in a table with no indeses on it into the base table where we have indexes without dropping and creating them?

    Hello,
    For a partition switch the source and destination table must have identical indexes, there is no way around.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version.

    Where does one set space after paragraph in the new Pages 5.0? It used to be under text in the Inspector in the previous version, but I just can't find it in this new version. Paragraphs seem to only be dealt with in styles, and the Formatting window for text doesn't seem to have the space after paragraph contrtol that the older Inspector had. What am I missing?

    Sorry I did this without looking:
    Side panel >Text > Style > Spacing > Turn the triangle > Before Paragraph/After Paragraph/
    This is the trouble with the Peeky Boo Contextual Interface that so many wiser heads than mine love to love.
    Peter

  • 1.5 How to globally set the System Cache location

    FROM ANOTHER USER ON ANOTHER BOARD:
    This one did not get answered completely.
    ************************* Question:
    Hello,
    I want to deploy JWS on a client PC with Microsoft XP OS. This client have multiple users. JWS put a file deployment.properties in the directory "documents and setting" for the current user.
    How can I create a uniquely file deployment.properties for all users of this client (new and existing profiles) ?
    Create a directory "documents and setting/all users/application data/sun/java/deployment/" with the file deployment.properties don't work.
    Create a directory "documents and setting/default user/application data/sun/java/deployment/" with the file deployment.properties is working but is not good for the existing users. This is good uniquely for new users.
    is there a solution ?
    King regards,
    funchung
    ************************* ANSWER:
    For windows, the system config file is at:
    {Windows Directory}\Sun\Java\Deployment\
    The value of the {Windows Directory} is determined by using the Win32 API GetWindowsDirectory.
    So for example, on XP, the system config file is:
    c:\WINDOWS\Sun\Java\Deployment\deployment.properties
    The settings in this system config file will be used by all users on the system.
    ***************************** HIS REPLY
    I've tried this and it doesn't seem to work.
    I've also tried createing a deployment.config file as per the http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html article and this doesn't work for me.
    Has anyone done this successfully??
    ******************************** MY REPLY:
    This is true.
    I can get the system install to work if I add the parameter:
    deployment.system.cachedir=C\:\\testcache
    to the deployment.properties file found under:
    C:\Documents and Settings\username\Application Data\Sun\Java\Deployment
    but it will NOT work by adding it to the:
    C:\WINDOWS\Sun\Java\Deployment
    directory. It just creates a new default one in the user's folder.
    What am I doing wrong?
    If there is not a way to globally set the System Cache location, then this isn't much better than the user cache for being able to "install" the software once on the PC and let any user that signs in access that application.
    We had high hopes for this, since this functionality was taken away from us once the java cache started being stored in the user's folders.
    More details:
    I just tried setting the mandatory=true setting and it tells me that it is not allowed to start because it can't find the
    deployment.properties in the same folder (full path is displayed) but I know it is there, because it is the same folder. I even double checked the spelling.
    Maybe there is a bug in the way it finds that properties file, or maybe I need to include something in that file that I didn't find in documentation?
    All it has in it is the one line:
    deployment.system.cachedir=C\:\\testcache
    Can anybody help shed light on this?
    It seems to be a bug that it can't find the deployment.properties file in the 'system' folder.
    -Chris

    I now found more on another thread:
    http://forum.java.sun.com/thread.jspa?messageID=3500778&#3500778
    You can close this one.
    Sorry.

  • Missing Functionality -where do I set a budget for a Project?

    Budgeting for Projects is non - existent
    Budget for Profit and Loss for a particular project , How is it done ?
    Does not work , No facility to put in Budget for a project ?
    The report I am trying to run is:
    REPORTS>FINANCIAL>BUDGET REPORTS>Profit and Loss Statement Budget Report.Then go to Expanded and choose a PROJECT, say MailOrder.
    The result is that it will show the MailOrder project for the ACTUAL but it will show the whole company Turnover against the BUDGET column.
    This is because there is no place to set a budget for MailOrder Project in the first place. So the question is where do I set a budget for a Project?
    1 Budget setup screen - this has no facility to setup a budget for a PROJECT
    2.Budget Profit and Loss - this has the facility to run a PROJECT budget but the figures for the Budget cannot be right because they were not setup in the first place.
    PS MailOrder project is just an example.
    Version: SAP BUSINESS ONE 2007 A Patch Level 41
    Description of requirements: As above
    (Valid as of: (Date that this legal requirement is applicable) N/A
    Business needs: Customer cannot set the budget for a project and this effects their accounting.
    Examples: (Please describe a typical example, how the functionality should work.)
    Current Workaround: None.
    Proposed solution: Create a Project and then be able to set a Budget for it
    Edited by: Darpal Thiarha on May 14, 2008 10:34 AM

    Hi Darpal/Kerstin
    Please ignore my previous replies because I have now worked out why this idea will not work:
    Kerstins' idea is based on setting up new Nominal Codes for every Project and for Every Nominal Code in the Profit and Loss structure. Apart from the fact that this will create a messy Nominal Structure with hundreds of Nominal Codes, the main issue here is the way the Cost Of Goods Sold is structured. The logic of our Nominal Structure for Sales and Cost of Goods is based on Item/Item Groups and the Nature of these Items. In our case we sell Skin Care products under 3 Brands. Say Brand A, B and C
    So Brand A is summarised into one item Group and the ITEM GROUP is coded to Sales Nominal 20000 and the Cost of this group is coded to Nominal 30000. In Kertins suggestion, I would need to raise a Nominal Code 20001 for say Project Mail Order and 30001 for the Cost of Goods for Mail Order but this the Mail Order project is selling ALL our brands (A,B,C) - so you can see the problem here. You cannot use Nominal Codes for two different purposes and make it work. So the problem here is that my BRAND A summary will contain a Nominal with a Project Mail Order, that has SALES of Brand A,B,C. The Net effect will be that we will not be able to summarise anything in SALES and Cost of SALES in a logical way (Neither by Brand or By Project) and the Nominal Structure will be a mess.
    My conclusion is that SAP b1 Sales and Cost of Goods section demands certain logic when building the Nominal Codes, and this is based on the NATURE OF THE STOCK ITEM and trying to superimpose the PROJECT issue into this, will never work. In my view, the PROJECT issue needs to be sorted without involving New Nominal codes and the starting point would be in sorting out the SALES and COST of SALES and the project Budget for this.
    Please let me know if you need further illustration of the problem.

  • Inter company STO-how to reduce the stock where no physical stock is kept in receiving plant

    Dear All,
    I am facing one issue. Suppose if there are two plants belongs to two company codes A & B.Plant A is in TN & Plant B is in AP (both belongs to two different states). Plant B is the place where no physical stock is kept, it is a place where JJ form & other documents are given to the vehicle to move it to other state. From there it ll move to end customer.
    In plant A stock reduce-- inventory credit
                                        COGS----Debit
    In plant B stock increase=---Inventory debit
                                             GR/IR--credit
    Now my problem is in plant B no stock is kept, my client wants to reduce the inventory automatically without any manual entry (since no stock in plant B)
    Can i use MB1A to reduce the stock automatically & what would be the actual entry for that. How to offset the other account which is getting debited against inventory?.
    Regards
    Subbu.

    Hi,
       It seems to be a combined scenario of third party and inter company STO scenario, where you want to send the send the stock directly to your customer. Standard SAP doesnt support the third party scenario for a vendor assigned to the plant. The standard design is well explained in the note: 1918552 - Third Party Purchase in Cross Company STO: error 06769
       If you dont want to update the stock in the receiving plant, use a consumption account assignment category (like K) in the intercompany STO, so that the stock will be directly consumed. But one question - how do you map the goods issue to the customer and the outgoing excise invoice? Could you please share the details.
    Regards,
    AKPT

  • Creation of new userfields by code directly after tables where they are

    when i create a new user fields directly after the creation of user tables where they are, i have always the same error, (table doen't exist) but i do the verification (also by code) that the table exist as an object and also exist in SAP data base.
    sameone knows how can i do that?
    thank you
    Mounir Lazraq

    You should be able to do so. I don't understand why you are getting this error.
    Are you sure you release the table metadata object before acting on the field
    metadata object ?

  • Oracle 10g - issue with "DELETE from TABLE WHERE ID in (1,2,3)" (cfqueryparam used)

    Hello, everyone.
    I am having issues with running a DELETE statement on an Oracle 10g database.
    DELETE
    FROM tableA
    WHERE ID in (1,2,3)
    If there is only one ID for the IN clause, it works.  But if more than one ID is supplied, I get an "SQL command not properly ended" error message.  Here is the query as CF:
    DELETE
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    Anyone work with Oracle that can help me with this?  I'm an experienced MS-SQL developer; Oracle is new to me.
    Thanks,
    ^_^

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

Maybe you are looking for

  • Error while appying patch set 4 (10.1.3.4.0) to oracle home (10.1.3.1.0 )

    Hi, I am trying to apply patch set 10g Release 3 (10.1.3) Patch Set 4 (10.1.3.4.0) to 10g Release 3 (10.1.3.1.0) oracle home. As the pre - installation steps describes I have run the script 'upgrade_10131_10134_oracle.sql' for both ESB and BPEL. Also

  • Orarrp it works with OAS 40821

    Orarrp it works with OAS 40821??? I configured the MIME types in oas 40821 and I installed orarrp in the client. When I run direct printing by Web, the process tries to unload filename.rrpa to the disk instead of printing to local printer.

  • Applications not copying to iTunes

    When I first got my phone every time I synced it asked me if I wanted to copy my purchased item into my iTunes library. I always want to do that so I selected yes and clicked "don't ask again", but now my applications are never copied and it doesn't

  • PSE12 missing images

    About half my images in the organizer folders are missing. Just "blank page".  If I click on them and hit editor button, it puts the images there and then opens editor. I have tried the "missing photo" option, but it didn't help. Why are images missi

  • Storage management Sata Drivers

    Hi, I installed xp on lenovo g550 by switching to IDE mode, after that i installed all sort of drivers iincluding sata drivers for sata channels, but when I switch back to AHCI mode & boot, Os will not load, Only blue screen comes & laptop restarts &