OM - event on changing of order's field

Can someone help me to find out one thing? I need to know is it possible to catch an event when one of order's field is changed. Is it possible to catch it via XI or elsewhere? Is there any possibility to send it to XI.
Thanks!

Hi,
In the tcode CRMV_EVENT, for the transaction category (orders), check the Event "AFTER_CHANGE". The corresponding function module is triggered when there is a change in the data depending on object name (ex:BILLING).
Thanks
Kamal

Similar Messages

  • Changing the order of fields in an internal table

    Hi all,
    I'm using field symbol as internal table. this table has got a standard database structure.
    I want to make the 3rd column of this internal table as 1st colums keeping rest of the columns as it is.
    Is there any way to do this?
    Thanks,
    Anil.

    Hi
        Instead of directly taking the type as a standard structure , declare the FS  internal table as type of types structure.
    Data: fs_scarr like type_s_scarr.
    FIELD-SYMBOLS <scarr2> TYPE fs_scarr
    In the types put the third column as first one and use into corresponding in select query
    or else
    while displaying the internal table change the order of the columns
    Loop at itab into fs_itab.
    write : col3
    col2
    col4
    endloop.
    Thanks,
    Viquar Iqbal

  • Change the Order of Fields in the Search Lookup Form

    Hi guys,
    The end user has requested me to change the order of the fields in the Search Lookup Form. I haven't found any configuration to change this order, so I changed the JSP (tjspLookupFormTiles.jsp) as below:
    <bean:define id="colIDsObj" name="lookupFieldForm" property="columnIDs"/>
    <%
    //Sort Column IDs
    String[] colIDs = (String[]) pageContext.getAttribute("colIDsObj");
    colIDs[0] = "Lookup Definition.Lookup Code Information.Decode";
    colIDs[1] = "Lookup Definition.Lookup Code Information.Code Key";
    %>
    Is there any property where I can change this order without change the JSP File?
    Thanks,
    Renato.

    I had a similar requirement in the past, but could not find any other way for doing this. It does not reverse the order even for lookup fields on USR forms, for which the encode and decode values are defined in formmetadata.xml. Changing jsp seems to be the only way, unless someone else knows better.

  • When I transfer photos as events, they change their order from iPhoto on my Mac, how do I stop this?

    When I transfer photos as events, to my iPad they change their order from iPhoto on my Mac, how do I stop this?

    Thank you for your response.
    I am sorry I should have said Image Capture not Previews. The files end up as duplicates on my desktop or in Pictures. I was told by someone that the same thing happens in iPhoto as well as not being able to select which photos to save and that using Image Capture should be better.
    My iPhoto is version 8.1.2 and Image Capture is 6.0.1.
    Thanks
    Desmond

  • Facing data type error when changing the order of fields in a query

    Hello Experts
    I am working on E sourcing 5.1.
    I have a query with some filters . I want to change the position of a particular filter.
    Basically I want to move a filter of type date to the top , so that it is the 1st parameter.
    I was able to do this by reorder option.
    However at runtime it gives me an error saying that "error  u201CORA-00932:  inconsistent datatypes:  expected NUMBER got date."
    Later I reverted back my changes so that the date filed is at its original position and faced no issues.
    Query worked fine.
    Is the order of filters important when executing a query.
    Please suggest how can I move the date filter to the top of the query's filter list.
    Regards
    Vikas

    Hello Vikas,
    Its not the SELECT statements that you need to change. You have to change the WHERE caluse.
    In the WHERE clause, some of the conditions will have some table column equated to a '?' symbol. This symbol is a place-holder for a filter prompt. There is a one-to-one correspondence between the '?' symbols and the filter prompts created in the query(under the Filter Prompt tab). This means that the first '?' corresponds to the first filter prompt, second '?' to the second filter prompt and so on.
    Keeping the above information in mind, you can attempt to make changes to your query. You can duplicate your existing query and try your hands at it.
    One more point worth mentioning : It is evident that if you need to use the same filter prompt at more than once place in the query definition, you have to create more than one instance of that query prompt.(Here by another instance I mean that the two filter prompts should have same values in their fields when you define them.) But even when you create more than one instance of a filter prompt, on the UI it will appear just as a single instance.
    If things have become more confusing than before (of which there is a high probability ) then please go through the online help for Queries. It has got an extensive documenation and will be surely be of some help to you.
    Good luck!!
    Devesh

  • How to change the order of fields when exported to csv

    I am using LiveCycle Designer 8 and have created a great form with the correct tab order.
    However, when the form is filled in and returned to me, the fields in the CSV file are all over the place. How can I make sure the fields in the CSV file are displayed in the same order as the tab order?

    The actual requirment is to re-arrange the elements of the queryoutput node, to look more organised
    say for ex.
    Seq 1:
    c code                            company name                          g/l ac                g/l ac description  
    Seq2 :
    g/l ac description             c code                                       g/l ac                company name  
    Seq 1 way of representation is more organised that Seq2. How can we achieve this re-arranging of ordering in the queryoutputnode.

  • Report Painter-How to change the order of fields on selectn screen.

    I have a custom Report Painter report that has 2 fiscal years 1 current FY and 1 Comparison FY.  This also includes 2 sets of periods.  I want the period fields to group together by Fiscal Year and Comparison Year. As shown below.
    Fiscal Year From Period___
    Fiscal Year To Period____
    Comparison Year From Period____
    Comparison Year To Period____
    Instead it  displays as follows:
    Fiscal Year From Period___
    Comparison Year From Period____
    Fiscal Year To Period____
    Comparison Year To Period____
    Any assistance would be greatly appreciated.

    I have a custom Report Painter report that has 2 fiscal years 1 current FY and 1 Comparison FY.  This also includes 2 sets of periods.  I want the period fields to group together by Fiscal Year and Comparison Year. As shown below.
    Fiscal Year From Period___
    Fiscal Year To Period____
    Comparison Year From Period____
    Comparison Year To Period____
    Instead it  displays as follows:
    Fiscal Year From Period___
    Comparison Year From Period____
    Fiscal Year To Period____
    Comparison Year To Period____
    Any assistance would be greatly appreciated.

  • Order of fields in HR Report Category

    Hi All,
    Is it possible to change the order of fields that are populated in the selection screen of an HR report while using HR report category ? The fields that I am talking about are Personnel number, company code, employee group etc that come in the Selection block of the selection screen.
    Thanks,
    Kajal

    Hi Waz,
    The HR Report category I am using is a custom one. I added the field customer specific status to the list. I wanted this to come after the already existing employment status...but it gets added before it.
    I tried to make a HR report category from scratch too. But in vain. No matter what the order I add the fields the order comes back to the one defined by SAP.
    Kajal

  • Functional module to change production order

    Hi,
    I tried with FM CO2H_PROD_ORDER_CHANGE
    to change production order quantity field GAMNG value, but it did not work.
    Please suggest me any FM or BAPI to change Production order quantity.
    Thanks
    Hema

    Hi Ferry,
    Thanks for your fast reply.
    I tested with the function modules
    KK_F_AFKO_AFPO_UPDATE
    RK_AUFTRAG_SICHERN
    First FM does not have GAMNG(total order qty) field.
    With 2nd FM, it is directly updating table AUFK and AFPO with order qty and order qty. It will not update operation quantity, that is alsor required.
    If we do manually in CO02 transaction, operation quantity also will update once we change the order quantity.
    Thanks
    Hema

  • Change the order of photos in an event

    Hi
    How do I change the order of my photos that are in an event in other words I would like to move one photo to the other side (left or right) of the photos that are in the event.
    Ta

    Type in the name of the city/town where the picture was taken in the Assign a Place field and it will automatically give you a list of possible locations. Select the one closest to the exact location.
    Click to view full size
    Then use the Windows ➙ Manage my Places menu option to go to the map where you click on the location in the list at the left and then can precisely move the pin to where it needs to be.
    Click to view full size
    OT

  • How do I change the order of the fields in my pdf form?

    I am using pdf. form I made in Acrobat and distributing with Adobe FormsCentral.  We use a table format for our teachers to fill out their field trip schedules and therefore use many different fields.
    How can I change the order of the fields (not for tabbing, we figured that out)...so that when we receive our notification email, I can see the inforamtion in a specific order (Date, Time, School, Program, etc).
    We would also like this same order to appear in the "View Responses" table.  I know you can drag and drop the order in the table but we have over 100 fields and that is going to take a really long time.
    Please help???
    DATE
    TIME
    To start/finish
    Name of Program  
    TEACHER’S
    NAME
    TEACHER’S EMAIL
    # OF
    STUDENTS
    Setup in
    Room #
    03-21-14
    Solids vs. Liquids
    03-21-14
    Solids vs. Liquids
    03-21-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids

    What do you mean by the "order they appear in the pdf structure"?  What is the "Pdf structure"? 
    thank you for your help... this is really upsetting, as I thought we finally found a solution with Adobe Forms : (
    We really need the fields to report back in a specific order and wouldn't have time to rearrange over 100 fields with every form that is submitted. We receive about 10-20 different forms a day (same form layout, just some of the fields will have to be prefilled depending on school/teacher reservation... so we have to name each form a different name, for each school).
    Thank you again and maybe one day they will change that.  Is there anyway to set it up in the web verison of Adobe FormsCentral to look similar to the table we have created?
    DATE
    TIME
    To start/finish
    Name of Program  
    TEACHER’S
    NAME
    TEACHER’S EMAIL
    # OF
    STUDENTS
    Setup in
    Room #
    03-21-14
    Solids vs. Liquids
    03-21-14
    Solids vs. Liquids
    03-21-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids
    04-11-14
    Solids vs. Liquids

  • Can I change the order of photos in Events

    I am in the process of scanning my old film photos so that I can put them into iPhoto. As I have no scanner I take them to Wal Mart and scan them onto a CD then import them into iPhoto at home. Because the CD holds the photos from a number of events I then distribute them to a number of different Event folders.
    Once I get all the photos into their correct Event folders I would like to rearrange their order. Using drag and drop, or cut and paste, simply leaves the photo in it's original location. If I use the 'Moving photos from one event to another' feature the moved photos will still go into the new Event folder in the same order as they were in the originating folder, regardless of what order I drag or paste them.
    The help menu has topics on how to change the order of photos in a slideshow, book or calender, but not an event. I could arrange the photos beforehand so that they are scanned in the order in which I want them to appear in Events, but with 500+ photos in completely random order it will be fairly time consuming. It also will not help with the disc of photos I have already made.
    So, to finally get to my question, does anybody know if there is a way to rearrange the order of photos within an Event folder?
    Rgds

    Events are strictly time based. If you put those photos in an album and in the order you want, you can set their date and time by using the PHotos->Batch Change->Date and set the date and time you want with the checkbox to add the time differential you'd like between photos. That will reorder them in the Event also.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How do I change the value of the Order By field in an MP3 file?

    good day Guys,
    I'm new here in the forum and I have a question that is "breaking" the order of my songs and my head too ...
    How do I change the value of the Order By field in an MP3 file?
    for example, in the photo below, the song "The Bad Touch" is coming BEFORE the song "A Little Respect", this happens because of the Name field to Order ...
    My "problem" is in the photo below, the "tab" Order, iTunes will not let me erase what is written in the "Sort As" ...
    I've been "collecting" several songs over SEVERAL years
    I'm currently with more than 1,500 songs on HD and several backups on DVDs and external hard drives and I think, download it again, will be a "little" laborious and boring
    I DON'T WANT to be filling the tags of songs (name, singer, CD, year, etc.)
    I have used the program Mp3tag to remove the music tags
    I've tried to download the song again and go through Mp3tag program as if it were a new song
    I've changed the music access permissions, folder and even entire hard drive (my Windows has only one user)
    I've tried to catch the song again, from a previous backup
    I've tried to create a copy of the file at iTunes own
    I've tried to create a new music file in a music recording program
    NOTHING of what I did above resolved
    -> I'm using Windows 7 64-bit Ultimate
    -> I'm using iTunes 12.1.1.4 for 64-bit Windows
    -> My iPad is the third generation (a little old, I know) with Wi-Fi and 3G, but it has served me VERY WELL
    -> The iPad is updated with iOS 8.1.3 and is not unlocked
    I'm sorry for the GIANT post, but well, I think I could explain as much as possible and for my English, too bad, by the way, I'm from Brazil and I'm using Google translator
    Hugs and await answers,
    Paulo Ricardo

    hello turingtest2,
    my language is Brazilian Portuguese (there are some little differences between Brazilian Portuguese and the Portuguese of Portugal, but nothing that interferes with the script)
    at this time, I'm managing songs manually, I don't know if this will interfere with the execution of a script or command
    as I picked up this iPad recently, I still don't understand how to set up the iTunes Music Library and the person who gave me, told me it was easier to put the songs manually
    as you said, in my iTunes, 95% of the songs are with ALL the blank fields, including the Name to Sort field, only songs that begin with a/an/the standing with the Name to Sort field filled with name of the song, without the a/the
    I do not know what to do...
    I want to learn to ride the iTunes Music Library, that my work is less
    you know any site that teaches create/manage my iTunes Music Library?
    this site/forum may be in English, no problem
    thanks for all your help and the help of others who responded to my request

  • Is it possible to change the order of the fields in the int table?

    Hello
    Is it possible to change the order of the fields in the int table?
    Lets say itab has the following fields :
    F1, F2, F3
    I would like to see it as F2 F3 F1
    Thanks

    >
    Comandante Che Guevara wrote:
    > Lets say itab has the following fields : F1, F2, F3
    >
    > I would like to see it as F2 F3 F1
    What do you mean by "like to see" ? You can WRITE the fields in any order you want. If you want to display the internal table in an ALV you can manipulate the fieldcatalog.
    If you want something else other than display the field, you have to explain your req. in detail.
    BR,
    Suhas

  • How can I change the order of photos within an event?

    iPhoto o9 won't let me change the order of photos within a single event- really annoying! I tried to view photos then click manual sort- but when I look back at the event it is not in the right order. what's wrong? Or can I even do this?

    Yes you can do that - IF you go through and assign titles to every photo
    You also can change the date/time on photo and iPhoto will then sort them in the new order
    And you could assign unique key words to each photo such that the sort order is what you want and sort by key word
    But you can not change the order in the sense most people mean - grab a photo and move it to a new location in an event
    So yes you are right
    LN

Maybe you are looking for

  • Hp6600 printer no paper

    HP Officejet 6600 Load Paper when there is paper - When I try to print, printer indicates "Load Paper".  I have paper in the printer, I click on "OK" and still the printer ask me to "Load Paper". I have removed the back panel and still I have the sam

  • In need of help for a command

    Hello again evryone, So far you guys have been of great help. Now I have another question. It is related to the command sprite(spriteNumber).intersects spriteNumber. In my last post I asked how to make a ball bounce realisticly, however this idea is

  • Delivary information after PGI.

    Hello SAP Gurus my requirement is,after PGI posting in VL01N/VL02 send a SMS(vbak-telf1) to customer with following details. 1.Material 2. Quan. 3.sales exec 4.Vehicle no. 5.date please suggest me a logic and table to get del no. thanks

  • Converting timestamp to dd-mm-yy

    Hi does anyone know how to convert a unix timestamp to readable dd-mm-yy format? ive tried using the date_format function in SQL but that doesnt work? anyone have any ideas? the field "created" is the timestamp. thanks

  • App Store STATUS_CODE_ERROR

    hi When trying to sign in to the App Store I get "STATUS_CODE_ERROR" and therefore unable to download anything, including updates, from the App Store. What is causing this this and how can it be fixed? tia k