Changes in IMG

Hello,
Whenever changes are made in configuration(IMG), I get a dialog box with title 'customizing request'. Why do I get this box? What other types of requests does system have.
Please throw some light on this issue.
Thank you

Hi,
The setting of the client which you are working is like that. The changes which you are making in the client can be transported into other clients based on the transport setup define by the Basis people.
In relatime scenario, if there is any config realted issues raises, we will not make direct changes to the production system, instead we will be chaging it in you development system, and test it there and migrate the request to the test system, then do the test again there, if it is working as exepected, the it will be migrated to prodution.
Customising Requests :Changes to Customizing settings are recorded in the Customizing requests.
Work bench Requests : Changes to programms are recorded in the work bench requests.
When you change a Repository object of the ABAP Workbench, a query window appears in which you need to specify a Workbench request. You can only save the changes if you have assigned the object to a change request.
Prase

Similar Messages

  • Creation of enhancement id for making custom changes in IMG

    Hi
    How do i create an enhancement id so that i can make custom changes in the IMG
    Regards
    Ravish

    Hi Ravi,
    <b>s_img_extension</b> is the transaction .
    Check the usage of the transaction from SAP help.
    http://help.sap.com/saphelp_nw04/helpdata/en/c2/f30e5861d411d395df00a0c930dcc1/content.htm
    Regards
    Vjay

  • Changes in IMG setting

    Hi
    How we can display changes made to date if we don't know TR number in IMG ( Release class-charactertics ) ?

    If you are asking about CT04 characterstics ,then it is difficult these are clint independent.If some thing else you need to ask your basis guy they will tell you release object and any changes happend certain period.

  • I canot change an .img (video) file to a .mov file. It ends in .img no other endings. It plays on my computer but not on my blue Ray player TV. It came from Finalcut Pro as a home movie. Any help?

    want to change .img to .mox or .avi but won't convert. It is a movie from Finalcut pro 10.1.3 as a home video. I am on IMAC 10.1.1 yosemity. I have tried 3 different video convcerters. It plays on my computer but not recognized by blue ray player on TV. - Roger

    Julie O wrote:
    I just purchased the MPEG2 component but it can't be installed on Yosemite using the installer. Do you have to manually drop it into a certain area folder?
    Have you followed the instructions on the Square5 website>MPEG Streamclip for Mac>Lion/Mountain Lion and MPEG2 Playback Component?
    Russ

  • Is there a way to change the IMG # before importing to iphoto

    I have a "new" I pad and want to import the photos that I have taken with it to IPhoto. The issue is one that I have had with I Photo before, I already have photos with the IMG_0001,IMG_0002, ect.... and they will mess up my library if I import them.
    Is there a way to change the File name for these images or does anyone know a work around that does not include creating a new library?
    Thanks

    No
    Suggest to Apple
    You can make a smart album based on camera to seperate photos
    LN

  • Dynamically change the img URL

    Hi all,
    I have developped an application for that I need to display four images depending some condition.
    My all images are in source-mimes-components-com.ram-img1,img2,img3.img4.
    These images are I mapped My view UI element InterctiveForm Object URL.
    Here I only mapped statically.but I need to set the URL path dynamically how to do it.
    Any suggestions welcome.
    Thanks
    Lohi.

    Hi
    public java.lang.String Z_Ff_Ar_Invoice_Copy_InputImageUrl(IPrivateInvoiceAppView.IZ_Ff_Ar_Invoice_Copy_InputElement element)
        //@@begin getZ_Ff_Ar_Invoice_Copy_InputImageUrl(IPrivateInvoiceAppView.IZ_Ff_Ar_Invoice_Copy_InputElement)
              String path ="";
              String title = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("title");
              if(title.equalsIgnoreCase("ONE"))
              try {
                   path =
                        WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"ONE.jpg");
              } catch (WDURLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return path;
              else
              try {
                   path =WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"LII.bmp");
              } catch (WDURLException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return path;
    This is my gettter method.
    In context rootnode mapped to Interactive element contain the my attribute imageUrl that have created as calculate attribute.
    This imageUrl Attribute only getting the images that need to be mapped into Interactiveform UI element.
    And getting the path variable to setted to imageUrl then it shows error like this.
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.StackOverflowError .
    This is my problem.
    Please suggest me.
    Thanks
    Lohi.

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • How do I change the default POP account directory (~/Library/Mail)?

    With Mail 1.0 in 10.3.9, I could change the default ~/Library/Mail storage location for a POP account. I did this by setting up an account and in the advanced tab choosing a path.
    With Mail 2.0 in 10.4.4, when going through the guided account setup, the directory option is no longer available. But the option still shows greyed-out, so I assume it's possible to change.
    <img src="http://www.j-arch.com/images2/mail.jpg" </img>
    How do I get my POP account to store somewhere else?
    G4 1.25 MDD   Mac OS X (10.4.4)  

    hmmm.. I've been complaining about this to the engineers for over a year. The storage location should be chooseable as should there also be a backup feature (as in Addressbook and iCal).
    for those that want to change this... it would be cool for someone to write a non cryptic, complete 1,2,3 stepped procedure.
    That is.. exactly what do you change to what in the mail user preference file? And what do you use to change it.. text edit? "[ ]" heretofor = folder
    I would like to change my Mail storage location to the my [Documents] . Using Text Edit, I went into my user [Library], to [Preferences] and opened the com.apple.mail.plist and changed all the ~/Library/mail storage locations to ~/Documents/Mail
    lastly I moved the [Mail] that was in the [Library] to my [Documents].
    Didn't work. Restarting Mail got me into the guided set a new account (and as far as I can see there IS no way of not taking the guided set up as alledged above). There must be something, some built-in direction other than in the [Preferences] defaulting mail to be saved in the [Library] folder
    If someone has done this and been successful.. a 1,2,3.. list would be apprecaited... and please don't leave any details out. Thanks
    dual core Intel G5   Mac OS X (10.4.5)   Pismo powerbook specialist

  • IMG settings after creating new output type for a purchase order smartform

    Hi all,
    Do I need to make changes in IMG after creating a new output type in NACE for a purchase order smartform?
    I have customized a purchase order smartform according to the requirements and copied an existing output type and assigned the custom form name.
    When I am trying to create a purchase order to test it, I am going to the message tab for assigning the output type and if I press F4 on the output type field or if I give the copied output type there, it says output type is not defined.
    Do I need to make any changes in SPRO?
    Regards,
    Anik

    Yes. You have to add the new output type to the proper message determination schema.
    Go to the IMG and select Materials Management -> Purchasing -> Messages -> Output control -> Message determination schemas -> Define message schema for purchase order -> Maintain Message Determination Schema: Purchase Order.
    Select the proper schema, then Control Data and insert your new output type into the schema (eventually with any requirement that may be necessary... you probably want to use 101 like in case of the regular NEU message).
    This should do it.

  • Who deleted or changed data

    Hi All,
    Is there a transaction to know to who deleted the plan version or changed the plan version in KP97?
    and  t code to find who deleted or changed master data in finance.
    Our posting periods T001B have also been changed and amounts posted to wrong periods and one of the virement.
    WE ARE HAVING ISSUE AS BELOW--
    I too looked at both tables COBK and COEJ and noticed that the documents were not shown in table COEJ. If these records have been deleted I'm not sure how to check this unless the system can show an audit trail of when table COEJ was last edited? (Presuming that the only way to delete these records is to physically delete them from the table directly?)
    The entries on 10th August 2009 in plan version 3 shown in the screenshot below relates as you say to the overnight job through transaction ZPVC, this transaction must have picked up that on the 10th August records were missing from table COEJ and therefore recognised this and therefore posted the difference, for example ZPVC realised that in table COEJ ledger code 200310/55010 now totals to £2,289,824 and not £2,069,324.
    AND COULD BELOW EXPLANATION BE A REASON FOR ABOVE PROBLEM*********
    The point of my e mail is to query whether this issue could be related to the changes made during the weekend of the 8th and 9th of August, just prior to go live with the system enhancements. The other issue which leads me to believe that this could be related to the go live transition, is that on Monday the 10th August we discovered that the period settings had been changed from current period 5 to previous period 4.
    Thankfully we were able to confirm that no postings were made to period 4 during this time which would have lead to errors in the accounts.
    ANY LEAD ON THIS WILL BE HIGHLY APPRECIATED.
    Thanks!

    Hi,
    To see the IMG changes proceed as follows;
    Position Cursor on the IMG node and click on "Change Log" button (F7). If table loggin is not enabled then you may not be able to see the changes already made. But to track future changes in IMG settings you may Activate Table Logging at the Client Lebel. This can be helped by Basis Team. To check
    For changes made using KP97 you will be able to see changes in the planning screen. Go to KP06 or KP26 or KP46 and select the values and press overview button. Then position cursor on the value that you think has got changed and click Line Items (CTRL + SHIFT + F3) you will see the changes.
    For changes to FI Master data there are different TCodes;
    FS04 - Display changes to GL master centrally etc.
    The user id will be available in the change log.
    Thanks,

  • Swapping images - need to change size

    I am trying to create a disjointed rollover so that when I
    click on a picture thumbnail in one frame, the full-size image
    changes on another frame (it is for a photo website - there are
    about 20 thunbnails on a page and a space for only one full-size
    image).
    It works perfectly fine with "Swap Images" behavior as long
    as all full-size images are of the same size - you just set one of
    the full-size images as an original as then swap images as you
    click on different thumbnails. The problem I am struggling with is
    that my full-size images are of different size - "Swap Images"
    functions distorts them since it resizes all full-time images to
    the same size. What is a solution?

    You can do this many ways ways -
    1. Don't use swap image - use Show/Hide layer instead. Have
    the alternate
    image in a hidden layer that is shown when the trigger is
    'tickled'. Using
    this method you can have images that are any dimension.
    2. Use swap image, but remove the dimensions from the
    original image's tag,
    i.e., change this -
    <img name="original" width="150" height="220" ...
    to this -
    <img name="original" ...
    Now when you swap in your offsize image, there is no
    predefined size to
    change it to. Be aware that this method may well result in an
    unpleasant
    and undesirable 'rearrangement' of your page layout as it
    adjusts to your
    new image's dimensions.
    3. Pad the smaller image with canvas background color on all
    sides so that
    all the images *are the same size*.
    4. Use a SetTextofLayer (SetText of Element in CS3) behavior
    to change the
    image reference in a layer (or non-positioned container)
    placed so that it
    will show the desired larger image in the proper place.
    5. Use the PVII ShowPic extension -
    http://www.projectseven.com/
    Take your pick....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ADoubov" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am trying to create a disjointed rollover so that when
    I click on a
    >picture
    > thumbnail in one frame, the full-size image changes on
    another frame (it
    > is for
    > a photo website - there are about 20 thunbnails on a
    page and a space for
    > only
    > one full-size image).
    >
    > It works perfectly fine with "Swap Images" behavior as
    long as all
    > full-size
    > images are of the same size - you just set one of the
    full-size images as
    > an
    > original as then swap images as you click on different
    thumbnails. The
    > problem
    > I am struggling with is that my full-size images are of
    different size -
    > "Swap
    > Images" functions distorts them since it resizes all
    full-time images to
    > the
    > same size. What is a solution?
    >

  • Restore in Transport / Change system

    Hello , experts
    I meet a trouble and hope get help from you.
    Acctually I did some change in IMG setting in a SAP system.
    The change I did hang under a transport request number.
    Now I hope to remove all the change and restore the system to original status, can I do it by some manual on the transport request I created?
    Is it possible?
    Hoping for your help, thanks a lot

    zhenglin,
    is the request released or still open ? in that case unlock the request and delete the object and set the IMG setting to what it was earlier and save it against a different request number.
    Arun

  • How to make changes to profit center standard hierarchy?

    Hello!
    I have to make changes in standard profit center hierarchy. Should I make the changes in IMG or Sap Easy access -screen? If I make changes in IMG, could you please tell me the right path where can I find it?
    Another question, if some profit center is in the wrong place in stardard hierarchy and I want to transfer it to another place (under other node for example), how is this done? Should I delete this profit center first (I tried delete but it wasn't possible..) or can I just transfer the profit center?
    Thanks!
    Points will be given!=)

    Hi,
    in the IMG you can maintain the profit center standard hierarchy via TA KCH4. The path is:
    -> Controlling
    -> Profit Center Accounting
       -> Master Data
        -> Maintain Standard Hierarchy
    The transport of the profit center standard hierarchy is done via TA 0KEQ,  (this is relevant for both KCH5N and KCH4).
    IMG Path:
    -> Controlling
    -> Profit Center Accounting
      -> Tools
       -> Transport Customizing Settings
    Hope I understood you correctly.
    Regards
    Karl

  • Moving Pictures to External Changes Names

    I have a lot of pictures on my Hard Drive and I want to move them to an external to save space. However when I drag the pictures over the names are changed to IMG then a # is there a way I can move them and preserve the names they have?

    what format is the external drive formatted in? For instance if the external drive is formatted for dos.(windows) The drive will then not like long names. And it will have issues with any file or folder that has one of the fallowing in it's name: "/\*?:| .
    One way around this, is to format the drive for mac. This will erase every thing on the hard drive. if need to, back up the drive first. If you do this the drive will not be use-able with a PC.

  • An urgent issue about restore IMG setting

    Hello , experts
    I meet a trouble and hope get help from you.
    Acctually I did some change in IMG setting in a SAP system.
    The change I did hang under a transport request number. (SE09/SE10)
    Now I hope to remove all the change and restore the system to original status, can I do it by some manual on the transport request I created?
    Is it possible to restore the IMG setting in SAP system?
    If transport request way is not possible, is there other way?
    Hoping for your help, thanks a lot

    It seems that you have to restore your IMG setting by using your backup. It's the safest and easy way
    But it's all depend on your last succesful backup.
    ardhian

Maybe you are looking for

  • How to use structure in ABAP program

    I developing a report in smartforms but i want some fields to be display on the report but unable to find the relvent table as the field is show in structure.i can not find the actual table . is there any specfic way to find the table .or is there an

  • Sales organization structure changes in COPA

    Hi All, My client like to change Sales organization structure like Distribution channel,division,sales office,sales group etc. and profit centers in sales orders. from 01/01/2011 we like to post all open sales order's settlments to new sales organiza

  • Error message halfway through "Consolidate Library"

    I have iTunes version 9.0.3.15. I tried to consolidate my library by going to "File -> Library -> Organize Library ..." and ticked the "Consolidate Files" box. When I run this, it gets partway through my library until it says "Copying files failed. T

  • Charger just stopped working.

    I've had my Macbook Pro for two years and all of the sudden my charger stopped working. It there anything I can do to fix it without having to buy a new charger?

  • Using Revel on iPad while offline

    I'm nearing the end of my 30 day trial of Revel, and, after uploading around 25,000 images I am delighted with the results. it is very liberating to be able to view, and particularly to edit, any of these images on iPhone and iPad. Many thanks to the