Changes in orders arenu2019t updated in 2LIS_04_P_ARBPL datasource

Hi experts;
Iu2019m having a problem regarding the delta of datasource 2LIS_04_P_ARBPL.
The problem is that some fields assign to the operations arenu2019t updated (fields like BMSCH u2013 standard from the datasource u2013 and VGW01/VGW02u2026/VGW06 u2013enhancements in the INCLUDE ZXRSAU01)
Looking at PSA, the data assign to these fields doesnu2019t have minus in the records assign to u2018Reversal Indicatoru2019. Also, these key figures get
double entries (the news and the originals).
Other fields like MGVRG or PSMNG are correct.
Looking to SNOTE 787807, we have our customization like this (OPL5):
The Shop floor info flag as u201CUpdateu201D.
The options for Release Version arenu2019t marked.
Can any one help?
Regards;
Ricardo

Hi Ricardo,
Could you resolve your problem??
I´m facing the same issue. I hope you can tell me what I have to do.
Regards.
Adriana AP.

Similar Messages

  • How to use KAUF_AUFNR_CHANGE  to change Process order and Update a field

    Hello ,
    I am working on 4.6C system and I hve a requirement to change Process order and Update a field value passed from a ABAP Program. I am looking for suitable Function modules or Bapi ( available in 4.6c) .
    I have come across FM KAUF_AUFNR_CHANGE . Would appreciate any guidance on how to use the FM in my program and Update a field in the Process order.
    Many Thanks!

    All the importing parameters of this function module have a striaght structure of the transperent tables...
    i have checked the code and it has a modify statement based on the importing parameter..
    pick one record in databas and pass it to the importing parameters, with some values changed...
    i think that should work
    what values  to pass the import values of FM -KAUF_AUFNR_CHANGE.
    Edited by: ssm on Aug 4, 2011 7:19 PM

  • Problem in updating Billing plan while changing Sales order

    Hi All,
            I am using the BAPI 'BAPI_SALESORDER_CHANGE' to change a Prepaid Sale order.After calling this BAPI ,I am calling the function module <b>'BILLING_SCHEDULE_SAVE'</b> to update the Billing plan of the changed Sale order(Billing plan dates for Billing type ZF1 are changed).
         The updated date values are getting reflected in the screen when I view through the transaction VA02 and the values are also updated in FPLT table but the values are not getting reflected in the table VKDFS.
       Since the values are not getting reflectedin the table VKDFS the billing date is not correct while we view in the transaction VF04.
       Please provide your valuable suggestions for updating the Billing date in VKDFS table.
        Thanks in advance for your help.
    Thanks and regards,
    Siva

    Hi,
    I had the same problem. Here is an example code to resolve it:
    REPORT  ytestfg.
    DATA: i_bsid LIKE bsid OCCURS 0,
          i_bsid2 LIKE bsid OCCURS 0.
    TABLES: bsid.
    DATA: doc     LIKE     vbak-vbeln,
          pos(6) TYPE n.
    DATA e_fpla     LIKE     fpla.
    DATA e_fplt     LIKE     fpltvb OCCURS 0 .
    DATA: zfpla     LIKE     fplavb OCCURS 0,
    zfplt     LIKE     fpltvb OCCURS 0.
    DATA zfplt2     LIKE     fpltvb OCCURS 0 WITH HEADER LINE.
    doc = 'G03060619'.
    pos = '000010'.
    CALL FUNCTION 'SD_SALES_DOCUMENT_READ'
      EXPORTING
        document_number = doc.
    CALL FUNCTION 'SD_SALES_BILLINGPLAN_READ'
      EXPORTING
        i_vbeln                = doc
        i_posnr                = pos
      IMPORTING
        e_fpla                 = e_fpla
      TABLES
        e_fplt                 = e_fplt
      EXCEPTIONS
        no_billingplan_allowed = 1
        no_billingplan_found   = 2
        OTHERS                 = 3.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Read the billing plan
    CALL FUNCTION 'BILLING_SCHEDULE_READ'
      EXPORTING
        fplnr          = e_fpla-fplnr
      I_VFKDAT       =
      I_BFKDAT       =
      TABLES
       zfpla          = zfpla
        zfplt          = zfplt
    Upddate the ZFPLT2 table with the new values
    MOVE zfplt[] TO zfplt2[].
    READ TABLE zfplt2 INDEX 1.
    zfplt2-afdat = '20080927'.
    Very important to set field updkz = 'U' ***
    zfplt2-updkz = 'U'. "--> UPDATE!!
    MODIFY zfplt2 INDEX 1.
    CALL FUNCTION 'BILLING_SCHEDULE_SAVE'
      TABLES
        fpla_new = zfpla
        fpla_old = zfpla
        fplt_new = zfplt2 " --> NEW
        fplt_old = zfplt.
    CALL FUNCTION 'SD_SALES_DOCUMENT_SAVE'.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Regards,
    Edited by: PHO_BA on Mar 9, 2009 5:28 PM

  • How do I change my store from Namibian to South African in order to update my apps?

    How do i Change my Apps store from Namibian to South African in order to update my apps?

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3. Tap on your Apple ID
    4.Tap "View Apple ID"
    5. Enter your user name and password.
    6. Tap "Country/Region."
    7. Tap "Change Country/Region"
    8. Select the country/region where you are located; re-select country/region even if it is correct
    9. Tap "Done".
    Note: If the change doesn't take effect, sign out of account and sign in again.

  • Change tables order

    Hi
    I'm trying to do a java application, using unmanaged ras, which change tables order.
    I tried 2 methods but the two of them seems to have a bug.
    In the first one I tried to move one table to the end and when i displayed the tabels looked just fine but when I save the report the changes are lost.
    In the second I saved the table in a temporary table I removed it (after i erase manually the field from the report just to see if this method works) and then I add the saved table.This method do what I want except the fact that the newtable that I add had other connection info even if i put it the connection info from the erased table.And now is like I select the data from 2 different datasources and I don't want that.I use odbc connection and the old table has
    Database DLL : crdb_odbc.dll and the new one has Database DLL:crdb_query.dll and this is not the only difference.
    Here I paste part of my code to clarify the things:
      public static void main( String[] args )
              init();     //this method initialize the ras server I don't paste
                            //the code because this works just fine and I think is
                            //not rellevant for my problems
              try{
                   ReportClientDocument reportClientDocument1 = new ReportClientDocument(  );
                   reportClientDocument1.setReportAppServer( reportAppSession.getReportAppServer(  ) );
                   reportClientDocument1.open("rassdk://C:/tmp/bbb.rpt",0);     
                  changetables(reportClientDocument1,alias );
                   reportClientDocument1.saveAs("bbb1.rpt", "rassdk://C:/tmp",1);
                   reportClientDocument1.close();
                   System.out.println("doc bbb1 saved");
            catch(ReportSDKException ex1){
                   ex1.printStackTrace();
              catch(IOException ex2){
                   ex2.printStackTrace();
              try{
                   ReportClientDocument reportClientDocument1 = new ReportClientDocument(  );
                   reportClientDocument1.setReportAppServer( reportAppSession.getReportAppServer(  ) );
                   reportClientDocument1.open("rassdk://C:/tmp/bbb.rpt",0);     
                  removeaddtable(reportClientDocument1,alias );
                   reportClientDocument1.saveAs("bb2.rpt", "rassdk://C:/tmp",1);
                   reportClientDocument1.close();
                   System.out.println("doc bbb2 saved");
            catch(ReportSDKException ex1){
                   ex1.printStackTrace();
              catch(IOException ex2){
                   ex2.printStackTrace();
    public static void changetables(ReportClientDocument rpt,String alias)
         int poz;
         try{
         poz=rpt.getDatabaseController().getDatabase().getTables().findByAlias(alias);
         if (poz!=-1){
              ITable auxtable=rpt.getDatabaseController().getDatabase().getTables().getTable(poz);
              rpt.getDatabaseController().getDatabase().getTables().remove(poz);
              rpt.getDatabaseController().getDatabase().getTables().add(auxtable);
              System.out.println("change table method complete");
         }catch(ReportSDKException e){
              e.printStackTrace();
    public static void removeaddtable(ReportClientDocument rpt,String alias)
         int poz;
         try{
         rpt.getDatabaseController().logon("snr","snr");
         poz=rpt.getDatabaseController().getDatabase().getTables().findByAlias(alias);
        if (poz != -1)
             IConnectionInfo ci=rpt.getDatabaseController().getDatabase().getTables().getTable(poz).getConnectionInfo();
             Table newTable=(Table)((Table)rpt.getDatabaseController().getDatabase().getTables().getTable(poz)).clone(true);
             rpt.getDatabaseController().removeTable(alias);
             TableLinks tl=rpt.getDatabase().getTableLinks();
             newTable.setConnectionInfo(ci);
             rpt.getDatabaseController().addTable(newTable, tl);
             System.out.println("removeaddtable method complete");
         }catch(ReportSDKException ex1){
                   ex1.printStackTrace();
    I hope you can tell me how should I modify the method changetables or
    removeaddtable to obtain what I want.

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • I cannot change song order on playlist with highlight and drag. I have turned off shuffle and highlighted the far left column( up/down arrow) of playlist. My mac pro is running 10.5.8  and am using itunes 10.4.

    I cannot change song order on playlists (old or new) with highlight and drag. I have turned off shuffle and highlighted the far left column (up/down arrow) of playlist. My mac pro is running 10.5.8  and am using itunes 10.4. I can't drag and drop "music" to "playlist" but can right click and get the option to "add to playlist." No such option for moving song within playlist, only the up and down arrow which moves song from top to bottom list, so if it is #4 from top it will move to #4 from bottom. Stupid I know. I spent over an hour with Apple support, reinstalled itunes, restarted and rebooted computer. Networked with my laptop which is running 10.6.8 and itunes 10.4 and it can drag and drop. The final Apple support solution was to reinstall my operating system. I would prefer not to. Any other ideas?

    After looking at other people's posts, I think it's official: there is a bug. Itunes support said I should not have lost the drag/drop tool and I haven't on the laptop that is running itunes 10.4 and operating system 10.6.8. I chatted with someboby who lost both his drag/drop and side scroll and what we have in common is a wacom tablet for a mouse. My laptop is a wireless mouse. I reinstalled whatever updated driver that wacom has out there, shut the system down for night, hoping for magic, but alas none to be had. So if I want to change song order, I network the laptop and desktop, share the screen on the laptop, drag and drop to my heart's content and curse Apple for making me work this hard to find the tool that was once at my fingertips. Apple also let me know that if I want to share songs in household that the hundreds on songs that were purchased for .99 need to be repurchased for another .30. Maybe Apple is holding my drag/drop tool captive til I pay up the money or Maybe the next update will fix the problem, I for one give up for now.

  • How do I change page order on a document created in Pages 5.1?

    After reading some of the posts about the lack of ability to change page order in Pages 5.1, I decided to re-install Pages 09 from the DVD that came with my computer because some posts said it was a better program. After inserting the disc and responding to all the prompts it seemed to download everything but I can't find Pages 09, I only seem to have 5.1.
    I will take a solution to either problem, but all I really want to do is change the order of 2 pages on a 9 page document created using 5.1.

    It is in your Applications/iWork folder.
    Make sure you update it to the latest v4.3:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=432&sid=f793ea2968cc 7f8ffa338ab5171d1d5d&mforum=iworktipsntrick
    Peter

  • Changing song order in playlists - changes no longer show on ipod until sync

    I organize my playlists according to how I rate songs; songs with higher ratings go at the top. When the last operating system came out there was a glitch where on the iPod (but not in iTunes) songs were ordered inversely, ie. songs with higher ratings were stuck at the bottom. This was annoying, but one bonus was that when rating songs on the iPod, the position of the song would change automatically. For example, if Song A had two stars but I changed the rating to 3 stars on my iPod, Song A would immediately move and join the other 3-star songs. The changes would then be tranferred to iTunes upon syncing my device.
    Now, after having updated iTunes, the playlists are in the correct hierarchical order, but I can't seem to immediately change the order of songs in playlists according to their ratings. Instead, I have to rate the song and sync my device for it to change in iTunes, and then sync my iPod again to have the playlist updated on the iPod itself. This isn't a big deal, but I enjoyed the ability to instantaneously alter my playlists based on the song ratings. Am I missing something? Any advice?

    What did you do when you " i recently added iCLOUD service "?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
      - Restore to factory settings/new iOS device.

  • Error in Action when CRM Order is updated as Error from R/3 update

    Hi,
    Currently we are in CRM 6.0 SP04 and R/3 4.7 SP14
    Process:
    1) B2B user places order through ISA
    2) Order gets replicated R/3 from CRM through middleware (Scenario A setting)
    3) If there are any changes in order on either side, changes gets replicated.
    Requirement:
    We have a requirement from business to trigger workflow in CRM if order is in error. Following are the possible scenarios
    1) Error while saving order in CRM
    2) No errors in CRM. However, Order will get error in R/3 because of inconsistent configuration or master data between CRM and R/3. The BDOC will be green while replicating to R/3 and acknowledgement to CRM.
    3) BDOC status is in error
    Solution approach:
    We created an action to trigger event when order status set to "Contains error". The condition for Action trigger are Order have error free flag NE X(BUS 2000115 )  OR Status = I1030 OR status = I1056.
    Issues:
    1)     Scenario : Order is successfully create in CRM without any error. Order gets replicated to R/3 u2013 BDOC is green. However, the order gets error status in R/3 because of inconsistent configuration or master data. The acknowledgement BDOC updates the error status in CRM. However, Action does not get trigger when the order is updated as Error from R/3.
    Pls advise possible solution and also suggest any other way to achieve the required functionality to generate workflow for CRM order updated as Error from R/3.
    Regards,
    Anil Rithe

    Hi Anil,
    Try this, implement ORDER_SAVE BAdI.  This BAdI is triggered every time an order is saved, you could put in your logic to see if the order has errors, if yes trigger your workflow.
    I haven't tested but this should work for your case when the crm order is set to error status after the replication to R/3(the BDOC scenario).
    This may not be the most efficient method of doing, but this would definitely work.
    Make sure you use proper checks at the beginning  of your order_save BAdI implementation as this badi would get executed on save of every 1-order object.
    ~Kiran

  • Material Account Assignment Group, in Sales Order Mass Update

    Sd Experts,
    We just went live, our consultant updated Account assignment group at the material level but did not updated existing materials. When we caught the problem and updated exisisting materials there were some existing orders already created. Which now I am getting an account determination error due to this field being empty at the material level.
    We have some sales orders that I need to update but they are just too many, currently I have been fixing them thru VF02, for to the material and update manually.
    Does anyone has any idea how to mass update this field for all existing orders, to update "Account Assignment Group" field automatically
    Your help will be greatly appreciated.

    Hi
    In Mass transaction choose object type as #BUS2032,after executing in the next screen from the tables choose#Sales Order Item Data, and from the fields choose#AcctAssgGr (MASSSDHE)-MASSSDHEAD_S-KTGRD, now execute to find fields Sales document and Sales Document item , here load all the Sales Orders for which the change is needed along with the items for which the changes are needed execute again to find the next screen with Sales Documet, Sales Document item and Account assignment which needed to be changed,now select the entire block enter new values in the Account assignment  box in the above, click on the 'Carry out MAss change button ' and then save, it will take some time basing the change tobe carried and issues a log as to how many documents were changed
    Hope this is clear,please do a test run before.
    Regards
    Chandra

  • How do I change the order of columns in the responses table?

    How do i change the order of columns in the responses table in FormsCentral?  The default setting puts them in reverse order!

    Hi,
    The issue with the default ordering of columns in the response table is something that we hope to address in the next update to FormsCentral. In the meantime, you can reorder the columns by selecting them then click/drag using the gray area above the column name. As shown below, an orange marker will show you where the columns will be placed when you release the mouse button.
    Sorry for the inconvenience.
    Regards,
    Brian

  • How to change the order of albums iOS 8?

    I recently upgraded from an iPhone 5 to a 6 Plus. Everything is fine except for the fact that some of my music is in the wrong order. There are some groups that released multiple albums in the same year, and I would like them to be in the order of when they were released. On my 5 I was able to put them in the right order by going on a computer, changing the sorting, then update iTunes Match to have it change on my phone as well. (example; group came out with album "1" and "2" same year and it defaults to "2" first, then "1." I was able to change it on the iPhone 5 to be in the right order by changing how they are sorted from my computer but that doesn't work on the 6 Plus.) I would like to order it where it goes top to bottom, with the newest on top going down. How would I do this?
    Thanks

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • Item text in Purchase Order getting updated with info. record Purchase Order Text

    Hello All,
    I am working in a roll out project and facing issue in text repeating twice for the line item in the Purchase Order for the new company code for which rollout is happening
    Issue:
    Item text in Purchase Order getting updated with info. record Purchase Order Text
    01) PO Text is maintained in the material master under "Purchase Order Text" tab
    02) The PO text that is maintained in material master is getting updated in the Purchase Info. Record
    03) When Purchase Order is created, the "Item Text" gets updated in the Purchase Order automatically only for the new company code for which rollout is happening. when printed, this results in the text getting duplicated twice
    03.1) this behavior is not observed in the Plants/ Company code that is already Live
    Configurations in the system:
    The copying rules for the "Texts for Purchase Orders" is
    Source Object = "Info Record", Source Text="Purchase Order Text", Fix="*"
    We have modified the Purchase Order form to print one of  the condition types maintained for calculating the tax. Other than this there is no change to the plants that are already live.
    I could not locate any "Purchase Organization" / "Company Code" / "Plant specific configuration.
    Am I missing any configuration or where can I look in what is causing this error.
    Request help from the experts in the forum.
    with Regards,
    Dhandapani R

    There is no company/purchasing/plant specific customizing for purchase order text.
    The customizing copying rules for the "Texts for Purchase Orders" affects all equally .
    If the text in the purchase order in ME23N is already filled different to other plants, then you either have a modification in place, or the texts are differently maintained in the referenced data (vendor, material, info record, contract)

  • My Changed Icons Are Not Updating Properly

    I've changed some folder icons by copy+pasting a jpeg into the 'Get Info' window, as per the normal way, but instead of seeing the image as an icon, I am just getting the universal jpeg icon.
    In earlier versions of OS it may have taken opening the file in order to update it, but I'm getting nothing.
    I'm uneasy with the fact an onlooker might confuse a movie+subtitle folder for a movies-by-director folder

    Thanks abwhite57 for the suggestion.  I was able to fix the problem before seeing your reply. 
    As I went thru the process of cleaning up the desktop icons, I noticed that moving one to the trash or to the finder would change the thumnail view back to it's proper appearance.  So an icon would go from one that said "archive" back to thumnail view of it's webpage.  So I then dragged the icon back onto the desktop.  Problem solved.

  • How can I change the order of photos in iPhoto so I can create the slide show I want?

    How to change the order of photos in iPhoto on my iPad, so I can create the slide show I want.

    Here's what I did to generate a slide show with Ken Burns effect on the iPad...with the exact same slide order I created on the iMac.  I have iOS 5.5 and iPhoto App on New iPad, and iPhoto 11 on iMac.
    In iPhoto for the Mac, create a new Album and give it the name of your Slide Show. Drag or import the photos you want into the album.  Rearrange the order of the album photos as desired. Do this by selecting Manual Sort under View/Sort Photos or simply start dragging thumbnails to the places you want them (the sort method will automatically change to Manual). 
    When you have the order you want, shut down iPhoto on the Mac to make sure iPhoto's database gets updated with the new photos and their order. 
    Restart iPhoto and go to File/Export on the top menu.  Select File Export at the top left of the Export window. Set JPEG quality to Max, Size to Full Size, and File Name to Album Name and Number.  Set Subfolder Format to None.
    Click Export to bring up what looks like the Finder.  Create an empty folder on your hard drive under Pictures and give it the name of your slide show. Click on the new folder and then click OK at the bottom right of the Finder-like window.  The new folder will contain JPEG files with file names in the form, Album Name - 001.jpeg, Album Name - 002.jpeg, etc.  There will also be an iPOD Photo Cache folder.  Click at the top of the Name column to order files by file name.  001 will be your first slide, 002 your second, etc.
    Now start up iTunes. You are going to force the Mac to sync these new photos with the iPad.  Click on your iPad device in the list at the left.  Now click on the Photo button at top right. Make sure the Sync Photos check box at top is checked, then select Choose Folder... from the list at right.  In the Finder-like window that opens, select the folder where your slides are.  Make sure that All Folders is checked, then select Open at the bottom right.
    Now click Sync at bottom right.  The slides will be copied to your iPad.  Both the Photos app and the iPhoto app will properly handle the slide order, and the Ken Burns effect is available using the iPhoto app.
    I ran across this problem in preparing a Ken Burns slide show for a wedding.  Drove me nuts for a week why the order changes when syncing an iPhoto album from iMac to iPad.  But this worked and gave me several options.  I plan to use the digital AV adapter for iPad and show slides on a large screen TV using HDMI connection from iPad to TV.  TV essentially acts as an external monitor for the iPad.
    Hope this helps!

Maybe you are looking for

  • Missing "Photoshop" option in the Drop-down Menu Toolbar

    So today, I hear about "Syncing" my settings in Photoshop CC. In asking how to do that, I am told to go to the "Photoshop" option of the Dropdown Menu Toolbar. I don't have such an option -- my choices are File, Edit, Image, Layer, Type, Select, Filt

  • How do you change the "From" field to have a name that you want?

    For instance, I receive sports updates from Rotoworld and ESPN. Their email addresses are '[email protected]' and '[email protected]'. Can I change this somehow? Can I change the name so that the From field show what I want it to show instead of the

  • How to prepare macbook pro 13" 2011 for sale without any disks?

    I am selling my MacBook Pro and would like to know how to completely erase all my information from the laptop? So the the person purchasing can open it like if they barely bought it.

  • How do I make Firefox always open on my homepage?

    If I close it when it's open on another page, when opening again, it opens on the last page rather than the home page.

  • Problem with 'Advance' entry

    Griends, I am getting this strange problem. Does it happens with you also? Any solution.. The problem is as follows; 1. Transaction PR05 2. Enter only advance and save it with status Request Recorded/To Be Settled. 3. OPen the trip again, Simulate, t