Program to change pa0002 and pa0006 after production copy

Hello Pls can some one give me code to change the info type pa0002 and pa0006 after system copy.
Regards
Meghana

Hi Meghana,
Can you elaborate about this requirement?
You can access PA0002 and PA0006 using SE16 but what do you need to change?
Arti

Similar Messages

  • My new Nokia Lumia 800 changes date and time after...

    When i switch off and on my Nokia Lumia 800, date and time changes: from 2 september 2012 8.00 to 2 march 2013 14.00. I need help to understand this strange problem and find a solution.

    chrysale wrote:
    I had the same problem with my Lumia 800. The Lumia 800 kept changing time and date as soon as I switched it off and turned it back on. In my case, doing a HARD RESET helped to fix this. BEWARE! You will lose all your data!
    Switch off your phone, hold Volume Down, Power, Camera buttons down. Switch phone on. As soon as it vibrates, release Power button, keep Volume Down and Camera button pressed for a few seconds.
    I have the same problem and after going through all the various support sites- Nokia, O2, and endless forums I was told the same thing "Make sure your auto-update for date and time is switched to automatic" But after telling them I don't know how many times that my Lumia 800 didn't have this option, only a 24 hours switch I was told there was nothing that could be done. However I appear to have sorted it out myself. The problem appears to be (or on my phone at least) is wi-fi connection, before I turn my phone off I have to disconnect from wi-fi and when I turn the phone back on the date and time stays corrected.
      When I set the date and time manually (for the 3000th time!!) I held in the power button until the slide down close screen disappeared then released it and the phone restarts, then I done it again- same proceedure just to be sure and ever since the date and time has stayed correct. BUT BE SURE TO TURN OFF WI-FI BEFORE SWITCHING PHONE OFF. Hope this helps

  • Change title and category after published

    I published an iBook.Days after I was able to upload modified content with ITunes Connect, but I can not change Title and Category of the iBook. I uploaded the new contents changing the title and category but new text is on line, title and category are always the same. There is a way to do this?

    On Fri, 4 Apr 2008 06:21:15 +0000 (UTC), "mFlexDev"
    <[email protected]> wrote:
    > I have published a fla file in exe format .
    > how can i change the title and image of this exe?
    I beleave the easiest way is to use PEResourceExplorer,
    Resource
    Hacker or similar software to modify EXE resources, such as
    window
    title and window icon.

  • Trouble change ringtone and alert after update

    i can't change ringtone n alert after update firmware with my e5, tell me please if you have solution

    Can you provide more details..like how exactly you are trying.. ? Any error message ?

  • Change logical system names after system copy

    Hi!
    We successfully installed SAP ECC 6.0 system as system copy.
    All the logical system names of old system have been copied to new system.
    Question
    What is the approach to change the logical system names for new SAP system?
    a) just via tcode SCC4
    b) via BDLS
    c) other tcodes, reports
    Thank you very much!
    regards
    Jürgen

    Hi,
    Go though the system copy guide.
    http://service.sap.com/instguides
    After system copy,
    If you need to change logical system names in the system that results from the copy, change the logical system names as described in SAP Notes 103228 and 544509.
    https://service.sap.com/sap/support/notes/103228
    https://service.sap.com/sap/support/notes/544509
    Before running BDLS to change the logical system name, you have to define the correct logical system name in the new copied system. in tcode BD54.
    - while running BDLS, execute in background.
    Regards,
    Debasis.

  • Disable certain changes in sales order after production order release

    We are in the MTO scenario and are also using variant configuration. The business requirement is that after a production order has been released (REL status) the preceding sales order item should be “locked” for certain changes. Such changes would include VC and some other fields (e.g. quantity and dates). Some minor changes like texts should still be allowed.
    The best idea we could come up with is to put some validation in the sales order user exits, but there are some disadvantages. It seems kind of strange though that there would be no such functionality in standard SAP (e.g. some changes in the order can’t be made after a delivery has been created). Is there by chance anything in the configuration that we missed?
    I found this old thread, but it still seems to require user exits. Unfortunately couldn't find anything specifically on the production order / SO integration.
    Thank you!

    Hi Jelena,
    Try in the userexit MV45AFZZ
      (form userexit_field_modification)
    Example:
    select * from afpo where kdauf = vbap-vbeln
    and   kdpos = vbap-posnr.        
    if sy-subrc = 0.
    select single * from aufk where aufnr = afpo-aufnr.
    if aufk-loekz = ' '.                                 
    select single * from jest where objnr = aufk-objnr
    and   stat  = 'I0002''   
    and   inact = ' '.
    if sy-subrc = 0.
    screen-input = 0'.
    endif.
    endif
    endif.
    endselect.
    .H.Terras

  • Changing Thumbnails and Color after re-opening LR

    Why does LR change each visible thumbnail along the bottom of the screen after, importing, then again after reopening of the program. Color Temp is set to "As Shot" but yet LR makes it a much cooler image thus changing the colors.
    Has anyone else experienced this??

    On a Mac, if you are not using a hardware calibrator, set the monitor profile to the default Color LCD, or do a "by-eye" calibration. Ian put up instructions for that here: http://computer-darkroom.com/colorsync-display/colorsync_1.htm . Contrary to windows machines, monitor profiles do not go bad on macs. You really really really should be calibrating using hardware however. Decent ones can be had for less than $100. To answer your original question. The color shift you are seeing initially is the subject of about 25% of the posts on this forum. What happens is that initially you see the embedded jpeg preview from your camera and after a short while, Lightroom replaces that with its own direct rendering from the RAW data. They simply represent different interpretations of what the camera sees. Usually the jpeg rendering done by the camera is more saturated and warmer than what Lightroom does in its default, rather boring rendering. Usually you have to work a little to get a great rendering out of Lightroom but you have amazing latitude. You don't have the latitude to do much with the jpeg from the camera anymore.

  • Change components and Routing of production order

    Hi, experts, I have such requirement that change quantity of a component or add a component, add a operation into current routing.
    I have look up answer, but can not find the right one.
    BAPI_PRODORD_CHANGE only can change header data.
    BAPI_ALM_ORDER_MAINTAIN seems can not change production orders, it is for service orders.
    CO_XT_ORDER_CHANGE will assign a new  routing number and a new bom number.
    Could somebody give me some FM and BAPI for reference? Thanks in advance.

    Hi Rick,
    Follow the below sample steps for changing component quantity:
    DATA:
        l_methods TYPE bapi_alm_order_method,
        it_boperations TYPE STANDARD TABLE OF  bapi_alm_order_operation_e WITH HEADER LINE,
        it_components TYPE STANDARD TABLE OF bapi_alm_order_component_e WITH HEADER LINE,
        it_components1 TYPE STANDARD TABLE OF bapi_alm_order_component WITH HEADER LINE.
    1. Call BAPI :BAPI_ALM_ORDER_GET_DETAIL , it will give existing order component details.
    CALL FUNCTION 'BAPI_ALM_ORDER_GET_DETAIL'
        EXPORTING
          number        = <production order number>
        TABLES
          et_operations = it_boperations
          et_components = it_components
          return        = it_bapiret2.
    2. Move it_components to components table compatibel to BAPI "BAPI_ALM_ORDER_MAINTAIN".
    LOOP AT it_components.
    MOVE-CORRESPONDING it_components TO it_components1.
    _*"Note here while moving change the component quantity"*_
    APPEND it_components1.
    CLEAR it_components1.
    ENDLOOP.
    3. Build the methods table for change production order :
    it_methods-refnumber = v_refnumber.
                it_methods-objecttype = 'COMPONENT'.
                it_methods-method = 'CHANGE'.
                it_methods-objectkey = v_objectkey.
                APPEND it_methods.
    "Note v_refnumber has 1 to 1 relation ship with the components table, if you want to change First component in it_components1 then you have to enter value '1' here for v_refnumber.
    it_methods-method = 'SAVE'.
            APPEND it_methods.
    4 . Call
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
              TABLES
                it_methods   = it_methods
                it_component = it_components1
                return       = it_bapiret2.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

  • Images change position and dimension after client edits on admin console!

    Hi, 
    1. After my client uploaded his images onto the site using the admin console they changed position slightly and did not fit exactually into the image frames i had set when i first made the site.
    2. When i opened the site on muse and merged changes the images positions and dimensions changed even more than what was being diplayed on the live site? (E.g I originally had two columns of square thumbnails for some slideshows and now i have a single column of rectangle images)
    3. I republished to see what would happen it now displays the way it was diplaying in Muse. The site is: www.jacobbuckland.co.uk
    My understanding was that when i create an image frame or gallery in muse that any image uploaded via the admin console should fill that frame no matter what the size or dimensions of that image?
    Any help gratfully received. Thanks

    Our technical team managed to find the immediate cause for the problem, and a solution.
    According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
    Where <APPLICATION> is the name of the problematic cube.
    After that everything is working.

  • Stanging indicator change in control cycle after production order released

    HI
    We have MM PP interface active
    i setup staging indicator 4 for one material via control cycle
    Production order is created and released
    now we would like to change staging indicator to 1 [pick parts]
    how we reread control cycles data in production order
    Thanks

    Try: CO02 > Functions > Read PP master data

  • How can i change date and time after importing a file

    hello
    i'm importing AVI files first in iMovie because Final doesn't support (other question i put in) but when i see the scenes form 1993 they have the date 2004.
    i believe 2004 is the date i put them on the computer.
    Now i looked in the help files Final Cut Pro but cant find anything to adjust the date and time.
    it works well in iMovie using the help files:
    Right-click the clip you wish to edit and click Adjust Clip Date and Time from the menu that appears. Or click on Archive and than adjust date and time
    But as i said i cant import the files in FCP have to import them to  iMovie files adjust the date and than import to Final Cut Pro but than de changes i made to the date and time  are gone and in FCP 2004 is again the date of the file!!!
    Question how can i Change in Final Cut Pro the date and time in a same way as iMovie does?
    Jemajoro

    OK, I think I understand what you are saying but it still does not look like it is doing it as you describe.
    Here is another screen shot.
    Note that all clips in "2007 August" event have the date of Aug x, 2007.
    Yet, the event "2007 August" still shows up under the 2012 "folder" (is that the right terminology?).
    The newest clip in this event is Aug 31, 2007 so shouldn't it be categorized as 2007 and not 2012?
    I think you know this but I am using the following feature:
    Go to the sprocket icon under the events.
    Select "Group events by date" and then by "group events by year and month"
    Thanks again for all the help

  • Image changes brightness and contrast after importing. LR 5.3

    I'm importing RAW files straight from a CF card reader into my network storage drive via LR5.3. While reviewing as it imports initially each image looks great but a few seconds after it loads onto the screen it seems like LR applies a bit of extra brightness and lessens the contrast and I lose a load of detail that was there originally. I've not touched the import settings and no filters are being applied by myself on import.
    Thanks in advance.

    Andrew Rodney wrote:
    the initial prevew you see is wrong ... LR is showing you the correct preview ...
    I think I know what you're trying to say there Andrew, but to attempt a clarification for the OP (and other readers):
    * Lr's rendering may be considered "correct" in Lightroom because it's, well, Lightroom's rendering.
    Given the terminology posed by Andrew, in a Nikon software environment, Lightroom's rendering would be considered wrong, and Nikon's correct. And such is the perspective that many people bring to Lr - that Nikon's rendering should be considered "correct", and Lr's rendering should "match", and to the extent that it doesn't, it's "wrong"...
    The bottom line (from my perspective):
    Since Lr's rendering ignores camera settings (as manufacturer's rendering ignores Lightroom settings), one needs to learn to (set up defaults and) apply Lightroom settings to have the Lightroom rendering how they want..
    Cheers,
    Rob

  • Still having probs with changing wallpaper and desktop after full reinstall at apples shop.

    have tried removing .plists but there is only one..systemprefs, the desktop.plist and screensaver.plist are not listed have restarted but still says cannot load desktop and screensaver pane. Apologies if in wrong forum....pretty useless!

    If you see a "could not load" alert when opening a System Preferences pane

  • Why do folders change location and shape after shutdown and boot?

    I want folders on the desktop to stay in the same location, not default to the center of the screen.

    https://discussions.apple.com/message/15140636#15140636

  • How to empty merep_604, and others after DB copy

    We did a db copy back from the Web As 640 production MI25/MAM25 environment to
    the Web As 640 test MI25/MAM25 environment.
    We used a ful offline backup of the MOP system and then restored it back on the test system.
    The restore worked fine and the new MOQ is up and running.
    The restore was necessary to fix important function groups corrupted by a bad Oss NOte implementation.
    After the usual post-actions for the DB copy on the target system, we did some action to clean up the old MI25/MAM25 data.
    On the target system we cleaned up the Replica Database and deleted all the Devices presents in SMOMO.
    Then we run the merep_purge to clean up the logs tables for MI25.
    The MErep_purge terminated successfully but we see there are still more
    than 400.000 entryes into the MEREP_604 table and a lot of entries into
    the tables MEREP_602 and MEREP_504.
    We run teh MEREP_PURGE job more times, changing the variant in ordert
    to delete ALL the logs. Every time it ends successuffly but no further
    entryes are deleted from these tables.
    How we can clean up the MEREP_604, MEREP_504 and MEREP_602 tables ?
    We want to clean up all the obsolete data coming from the production environment with the  restore,
    before to populate again the test Replica Database.
    Regards

    Hi Mauro,
    I would suggest keep it simple and go with the report. You can use the report later.
    Regards,
    Rahul
    If this helps, do not forget my points

Maybe you are looking for

  • F110 - one spool request number per payment order --URGENT

    Hi folks,   I am ABAPer working for ECC6 upgrade project when i am running F110 payment run for customers to generate payment orders i am getting all the orders in one spool request no, But i need to generate one spool request no. per payment order.

  • How can I use variable name as a prameter value in HOST Command ???

    Hi All, How can it possible to use variable value in parameter in HOST command ?? Following in my code: host('rwclient server=reptest report=c:\cust_print.rdf p_1= s_sam_cust_id userid=wh1/wh1@dwh desformat=pdf desty=file desname=c:/temp/'||v_sam_cus

  • How to back up music and video from  iphone to laptop.

    I have a problem about my boss's iphone. His iphone is 3G apple.he want to move music and video from his iphone to his laptop.His laptop use Window xp professional Sp 2 and has itue 8.He want to back up music and video in his laptop because the music

  • Uploading in CCM

    Hii all, Here I have a situation where I have a catalog already uploaded in the system,now I want to make changes to the schema of that supplier catalog and I need to change the schema of the procurement catalog also related to that supplier catalog

  • Iphoto printing - preview is landscape, but prints out portrait

    This is a recurring issue when I print photos.  The preview shows a landscape oriented picture, but it prints in portrait orientation. How do I correct this? The settings for the current photo are as listed: Brother MCF-J425W US Letter Color Aspect R