Make configuration not changeable in BANF in 4.6c system

Hi ABAP,
once again i stumbled over a masterpiece of SAP standard.
In former times SAP didnt allow to change configuration in BANF or pruchase order when those were referenced to a configured order.
With release 4.6C they changed this behaviour and made the configuration open in pruchase process.
I found SAP/OSS 410239 stating exactly this.
Also in the SAP note they are telling me that from 4.70 they got a solution to change this behaviour back if wished, with BADI ME_CIP_ALLOW_CHANGE.
Well thats quite nice for all the people that have 4.70 or higher.
Our customer has exactly 4.6c and still i need to change this behaviour back to the old behaviour where configuration was locked in the purchase process.
Any Ideas to solve this without modyfying?
thx for your time
Florian

Hello Florian,
For me SAP itself is a "masterpiece )
Suhas

Similar Messages

  • How to make configurator not change the lock screen

    i manage about 300 ipad mini's for a school district and i use apple configurator once a month to manually update the ios and apps on the ipads. i have a grade level that uses pictures of the kids for the lock screen to identify whose ipad is whose. the issue is when i plug them into configurator to update them it always resets this lock screen, how can i make it so that the lock screen is not effected? All of my ipads are supervised, and i do not have the option of removing the supervision from that grade level.

    If the phone is locked the only call you can place is to 911 (or its local equivalent) without unlocking it.  You can also take a picture, but not review other photos.
    Market Information? Come read The Market Ticker!

  • Configuration not dispplayed on the screen

    Hi,
    I have created two different configurations for a view.
    one as default and the other specifying an object type.
    have done the following coding in the DO_CONFIG_DETERMINATION method of the view implementation class.
      data: lv_object_type    TYPE bsp_dlc_object_type VALUE 'ZFOC_SR',
            lv_subtype        TYPE bsp_dlc_object_sub_type VALUE '<DEFAULT>',
            l_user TYPE uname.
           lv_config_key TYPE .
    IF l_user eq 'ZCPSR'.
    lv_object_type  = 'ZFOC_SR'.
        me->set_config_keys( iv_object_type        = lv_object_type
                           iv_object_sub_type      = lv_subtype
                           iv_propagate_2_children = abap_true ).
        ENDIF.
        CALL METHOD SUPER->DO_CONFIG_DETERMINATION
      EXPORTING
        iv_first_time = ABAP_true
    but still the default configuration is being loaded.
    pls correct me, if i have missed some specification in the above code.

    Thanks Sumit but, still the same result.
    if anything more to be done, pls specify.
    Have specified the object type and config key in spro.
    Have tried deleting the default configuration and retaining only the one i have created.
    on debugging, i got to know that the system is searching for standard config after the method
    DO_CONFIG_DETERMINATION.
    since i have deleted the default config. i got the following error:
    CX_BSP_DLC_CONFIG_NOT_FOUND - Configuration not found
    CL_BSP_DLC_XML_STORAGE2=>GET_CONFIG_DATA
    Q1. why the system is checking for standard config, after getting the confing details from
    DO_CONFIG_DETERMINATION
    method.
    Do we need to specify any other parameter, to restrict this.

  • How to make the price in PO to adopt from info-record and not changeable?

    Hi Xperts,
    Can somebody explain to me how to set the PO price to be adopted from the info-record and is NOT CHANGEABLE at the creation and change of PO screen. I know that i can configure the field selection for the PO type to be "price as display" only. Any other solution?
    Thanks.

    Hi!
    tick the check box info-update at the item detail under master data tab in a PO.
    its significance is as follows:-
    Info record update
        Determines whether the prices and conditions of this purchase order item
        are suggested in future PO items.
    Use
        Selecting InfoUpdate causes one of the following situations to occur:
            -   If just one info record (with or without plant) exists, it is
                updated.
            -   If no info record exists and "plant condition requirement" was
                specified in Customizing, an info record with plant is created.
                Otherwise, an info record without plant is created.
            -   If two info records exist (that is, one info record with plant
                and one without plant) the info record with plant is updated.
    Dependencies
         You can specify that prices and conditions in purchasing info records
         are only allowed at plant level in the Purchasing IMG, under Conditions
         -> Define Condition Control at Plant Level.
    Hope this helps you,
    Regards,
    Archit.

  • How to make valuation type field not changeable  in delivery tab of PO

    Hai friends,
                    I am new to badis..please guide me to solve the issue...
    how to make valuation type field not changeable  in delivery tab of PO...
    The field shd be in display mode only ...actually...there  a badi has been used before
    to get valuation type from a ztable depending on material and plant...
    Now ..my requirement is that the user shd not change the default value brought from the ztable...

    Hi SRINIVAS,
    You can achieve this from BADI only if BADI is allows you to do this. You cannot achieve everything from a BADI. Check if there is any expoting field in the methods that can be ticked for making the field in display mode. If not then you cannot achieve this from BADI.
    The field you want to default to display is a standard or zfield. If z, then you can changethe attribute of the screen field to Output only.
    Regards,
    Manish

  • Item category not changeable in sales order

    Hi
    I have a material where the item category is not changeable in the sales order after you have pressed 'enter' after the material number. It is a bundle material number, with a BOM (structure scope 'A') - does this mean that the item category is greyed out for change?
    It is causing a problem because to select the manual item category in item category assignment, you have to change it before you press enter (and when you do that it only gives you a full list of item categories rather than the ones you can select for the assignment table).
    Jon

    this is standard sap !
    the reason is that if you change something that has relations with other object then problems can raise.
    You cannot do anything for this but you can make a user exit at your own risk that 'opens' up the field:
    the exit looks like this:
    MV45AFZZ
    FORM userexit_field_modification.
      CASE screen-group2.
        WHEN 'LOO'.
          IF screen-name = YourItemCategory AND xvbup-gbsta = ' '.
            screen-input = 1.
            MODIFY SCREEN.
          ENDIF.
      ENDCASE.
    ENDFORM.                    "USEREXIT_FIELD_MODIFICATION
    ROberto

  • JDev902: How to make it NOT start up a web browser on debug start?

    In my JDeveloper setup, when I click on the bug to start my application, it starts up the embedded OC4J and eventually finishes initializing it. I then go to my already running web browser and request the application URL. This works fine.
    My colleagues, however, get slightly different behavior when they click on the bug, at some point during that process it actually starts up another instance of a web browser and tries to go to a particular web page. We all find that very annoying and would like to turn it off. Fortunately for me, it doesn't do that to me. What do they have to do in their environments to make that NOT happen? We don't want it to start another web browser instance when we debug the application.

    You'd think if the field was blank, it wouldn't do this at all.
    I looked at my configuration, and the field is blank.
    I went to my coworker's system, whose field was also blank, and who is getting this annoying behavior, so we changed the field to "aaaa". This works. It doesn't bring up the browser window. It does, however, still print out a line in the messages window, like this:
    Target URL -- http://<ipaddress>:8992/felix/index.jsp
    I do NOT see this message.
    So this workaround helps, as it avoids the annoying symptom, but I still wonder WHY I never had this problem, and why I don't see that "Target URL" message, which seems to be related. Both of us have the "Default run target" in our projects set to the same JSP page.

  • Error : GCC ( gnu c compiler)make command not available when I install gnuplot-4.4.3 on OS X10.6.8.

    Dear all,
    I hope this is clear
    Goal: To install gnuplot for OS X.
    Problem: gcc make command not found. When I try to install gnuplot 4.4.3 on os X 10.6.8
    System hardware : Mac mini 2010.
    OS : OS X 10.6.8 snow leopard
    Application installed working : TeXshop 2.3.7, AquaTerm v1.0.1 (1.0.1)
    Questions: Any help or advise on how  and where to get the make command ?

    BTW...This is my error message at terminal....shown below
    Last login: Thu Feb 23 09:37:21 on console
    /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/configure ; exit;
    lims-mac-mini:~ lim$ /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/configure ; exit;
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /Users/lim/Desktop/Source_gnuplot4.4.4/gnuplot-4.4.4/install-sh -c -d
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... no
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: in `/Users/lim':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details.
    logout
    [Process completed]

  • What do I do when I am trying to install my new version of itunes, and it says this: The installer encountered errors before iTunes could be configured. Errors occurred during installation. Your system has not been modified.

    What do I do when I am trying to install my new version of itunes, and it says this: The installer encountered errors before iTunes could be configured. Errors occurred during installation. Your system has not been modified.

    I had this, and after a large number of fruitless attempts, I had to reload Windows, which solved it. This was of course a real pain, but I had to do it since updating iTunes was necessary in order to get the new iOS version. But before doing such a drastic thing, you could try to restore Windows to a previous point in time by picking a restore point. This of course presumes that you really have some issues with your Windows (which I had) and that you can make a decent guess on when the system was ok (which I couldn't), i.e that you can decide a good date to restore to.

  • Configuration notes

    hellow every one there,
    can any one send me spro configuration notes in production planning
    thanks on adv
    regards
    irfan

    Hi Irfan
    Configuration settings for one entire PP process:
    Important T codes areas,
    OPPQ - plant parameters
    OPPR - MRP Group parameters
    OMDU - To make MRP active for a plant
    OMI4 - for Lot-size setting
    OPJH for creating order type,
    OPL8 Order type dependent parameter
    OPKP prodn sched profile
    OPU5 Scheduling paramters for planned orders
    OPU3 - Scheduling parameter for prodn orders
    OPK4 Confirmaton paramter.
    OPJJ - Scope of check (Availablity check) OPJK - Checking Control om0e - scope of planning
    Please refer these useful links,
    http://www.sap-img.com/production/list-of-pp-transport-request-and-their-img-path.htm
    http://help.sap.com/bestpractices/BBLibrary/bblibrary_start.htm
    PP Configuration Tcodes.

  • How to make Finder NOT to show files from a specific folder in "All My Files"?

    Hello!
    Can someone please advice how to make finder NOT to show files from a specific folder in "All My Files"? See the attach - I recently installed Civilization 5 from Steam and now I have a lot of unneeded files (*.log and *.ini) shown in  All My Files colder in Finder.
    I don't want to see them. Any advise?

    Using "All my Files" was very handy before all this rubbish popped up. =(

  • System is not set to changable - objects are not changeable

    Hi Gurus,
    I am trying to open a query in the test system. while opening the query a error message is showing like: system is not set to changable - objects are not changeable.
    Kinly let me know how to solve this error.
    Due to this reason in my Plannin modler screen its showing that query is inconsistant,
    Regards
    Sajid khan
    Edited by: sajid.khan on Jun 22, 2010 9:35 AM

    Hi.
    In RSA1->Transport connection->ShftCtrl0 check whether you have any transport request connected.
    In addition ensure in "objects changebility" that you can change queries.
    Regards.

  • Windows movie maker dose not seem to work with itunes music.

    Windows movie maker dose not seem to work with itunes music anymore. Hear is what happend in a nut shell.
    For reasons I can not explain I had to reinstall all my software on my Vista HP notbook. But I only had one why of saving my data music,photos. I had to use my flash drive to save everything as my DVD recoder would not work right at the time.
    So I save everything I needed and then did the deed then when that was all done and everything was working right again. I put all my photos and music back to my computer. All my music or aleast most of my music is from itunes some music is from CD I do not have anymore.
    My question is when I go to put music with my movie or slideshow with Windows movie maker. A box pops up and tells me that this song dose not have the right codec but it also tell me did I download the right codec. I have know idea what its talking about. Movie Maker worked fine with itunse music before the reinstall. I am thinking I did not save the music right though the music plays great on itunes but just will not import right to my movie project. I am at a lose for words can someone please help me shed some well needed light on this all the help I can get would be a God send thank you.

    this happens to me too can someone please tell us what is going on?

  • Dynamic configuration not fil in reused OM in NW BPM

    Hi,
    I'm having problem in operation mapping that i re-used in nw bpm.
    In my scenerio in the operation mapping, a UDF writes on "TServerLocation" and in the next step of BPM, i have receiver determination rule which read from "TServerLocation" variable.
    Below step calls OM which in PI.
    (UDF writes on TserverLocation)
    This next step, reads TserverLocation in receiver tab of Integration Conguration.
    Receiver rule
    So the problem is dynamic configuration doesn't write on TserverLocation or integration confiuration object removes in soap header somehow.
    This was a ccBPM integration and all esr objects, mapping,udfs working fine. No problem with that.
    I checked below blog but not get this work.
    Dynamic Configuration not working with Integrated Configuration
    Has anyone faced similar problem ?
    Thank you
    -Tahir

    HI,
    In general Correlation , concept, whatever we configured in Correlation editor , i mean in runtime which xml element should filled with which element of which interface ..as you said you have configured the local correlation to block, in block it is the first receive step, while receiving the first message which is relevent to first recieve step , i mean if it receives the one message which is related to first receive step inteface .. the respective element data will be filled in correlation id and it will assign on giud for processing , so while assign the runtime data to correlation element ( imean filling stage) check you said two elements in correlation does the first message contains these two elements ??
    if so ok , no then check , and try to use the IM before calling the IP to fill the payload.
    Regards
    Chilla
    Oh closed!!
    Message was edited by:
            Chandra Sekhar Chilla
    Message was edited by:
            Chandra Sekhar Chilla

  • The Em Key is not configured properly or is corrupted in the file system and doe s not exist in the Management Repository.

    I'm getting this error and is there any way to resolve this without re-creating the service/s again, etc. Just curious if there are any suggestions/steps I may have missed, if not, I'll drop and recreate the services again
    Anyway, I have a backup of the emkey.ora and put it in the sysman/config directory, but still doesn't work... please see below...
    C:\Documents and Settings\abigail>emctl status emkey
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is not configured properly or is corrupted in the file system and doe
    s not exist in the Management Repository. To correct the problem:
    1) Copy the emkey.ora file from another OMS or backup machine to the OH/sysman/c
    onfig directory.
    2) Configure the emkey.ora file by running "emctl config emkey -emkeyfile <emkey
    .ora file location>".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Please enter repository password:
    The Em Key is already configured. To override the current configuration, run "em
    ctl config  emkey <options> -force".
    C:\Documents and Settings\abigail>emctl config emkey -emkeyfile E:\app\abigail\p
    roduct\11.2.0\dbhome_1\sysman\config -force -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    The Em Key could not be configured. Unable to access file E:\app\abigail\product
    \11.2.0\dbhome_1\sysman\config.
    C:\Documents and Settings\abigail>emctl secure dbconsole -sysman_pwd ********
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    http://ABIGAIL:5501/em/console/aboutApplication
    DBCONSOLE already stopped...   Done.
    Agent is already stopped...   Done.
    Securing dbconsole...   Started.
    Please enter repository schema password:
    Securing dbconsole...   Failed.
    EMKey is misconfigured.

    Sorry but I'll have to ignore your suggestion, and don't worry about how I spend my time
    AND OHMYGODD IT WORKSS!!! For future reference, this is how I solved it based on my searches, actually based on one particular search:
    http://franjv.blogspot.com/2013/08/emkey-problems-in-oracle-rac-11gr2.html
    Thank youuu whoever wrote that and... is it the same "Fran" who helped me the last time?!? Coincidence??
    ANyway, thank youuuu

Maybe you are looking for

  • Stock (As on Date ) in MB5B

    Dear All, I want stock mentioned in  Stock on (wrt from date ) in MB5B Transaction. Please tell me any function module or BAPI is available for that.else tell me the table wise logic to get it. Scenarion. 1) Go to MB5B Tcode 2) Enter Material, Plant 

  • How Many Enterprise Resources Can Be Checked-Out at Any One Time?

    Hi Folks, Using Project Server Online, I am trying to select and edit a resource pool containing approximately 1200 enterprise resources in MS Project Professional 2013.  I can open a few at a time, but when I "select all" it does not do anything.  I

  • Photoshop CS5

    Every time I drop an image into photoshop an Adobe Bridge opens up with a preview and there can click done which closes the image. However it does not appear in the photoshop. NO matter what I do image will no appear in a photoshop it opens up with a

  • URGENT:SELECT QUERY

    I have this query: select t.f1,t.f2,mn.f1 from t,mn where t.f1=mn.f1 and t.f3=mn.f4 if t.f3 become NULL the query doesn't have any result but the first condition is the most important. how should I write this query?? please help me. thanks Friends, N

  • TCL script help needed on Nexus7000 !

    Does anyone know how to create a TCL script on Nexus7000 switch for following scenario ? Need urgent help here.. :- Here is what I am trying to do :- 1. Whenever following log on "show log log" prints out :- testnexus7000 %PIXM-2-PIXM_SYSLOG_MESSAGE_