Change variable order by number

Working in Teststand 2013 on equipment that is shared by several developers.  It appears that something got changed with the way that variables are ordered in the Variables Pane, but can't identify how to change it back, or who may have changed it.
I have a list of FileGlobals that are numbered sequentially, (i.e. Test0, Test1, Test2, etc).  Previously, they were displayed in the pane in that same sequential order.  Now, the variables are ordered based on the first digit (i.e. Test0, Test100, Test10, Test11, ... Test18, Test19, Test1, Test20...).  Makes it difficult to go through the list in order when debugging, particularly since there are more than 100 of them.  Any ideas how this could have been changed and how to change it back?  Thanks.
GSinMN
Solved!
Go to Solution.

Not sure if this is it or not but at the top of your variables pane for each column you can click on the column header.  It will change the ordering.  There are 3 modes.  If you see an up arrow appear that means the column is sorted A-Z.  If you see a down arrow appear that means the column is sorted Z-A.  If you don't see an arrow it means the column is sorted based on the index in which the variable exists within the file.  You can click on the column header to change to each mode.
Hope this helps,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • Change process order range number

    I was requested to change the current process order range number.
    Could you give some information about this?
    Pros/Cons?
    Thanks,
    Gerardo

    The Process order number range is maintained in tcode : CO82.
    Typically you change number range for various reasons like
    1. External number range required
    2. New order type created & new number range required for Rework orders
    3. Tracking certain special orders with different no range for differenciation & easy visibilty
    4. Specail no range reqd due to limitation of External System that is interfaced with SAP
    5. Different no range required for collective orders, MTO, M to stock orders etc...
    These are some of the reasons I can recollect from my experience.
    This you may take as the PROS.
    As far as CONS : 
    1. Good communication with user group needed before number range change
    2. As with any configuration change, Regression testing needed by users/ business groups before configs move to Production
    this is my 2 cents...
    hope this helps. More questions? please come back
    thanks,
    Ram

  • Change Sale order range number

    Hi,
      I have implemented the number range selection in user exit MV45AFZZ for sale order.  Is there any BADI available which provide the same capability as MV45AFZZ ??
    Regards,
    Kit

    The Process order number range is maintained in tcode : CO82.
    Typically you change number range for various reasons like
    1. External number range required
    2. New order type created & new number range required for Rework orders
    3. Tracking certain special orders with different no range for differenciation & easy visibilty
    4. Specail no range reqd due to limitation of External System that is interfaced with SAP
    5. Different no range required for collective orders, MTO, M to stock orders etc...
    These are some of the reasons I can recollect from my experience.
    This you may take as the PROS.
    As far as CONS : 
    1. Good communication with user group needed before number range change
    2. As with any configuration change, Regression testing needed by users/ business groups before configs move to Production
    this is my 2 cents...
    hope this helps. More questions? please come back
    thanks,
    Ram

  • Mail Changed Purchase Order

    Dear,
    I can mail my purchase orders, but when I change my PO and want to send the changes to the vendor I would like to have the title changed automatically too.  Does anyone knows how I can do that? 
    So, instead of "New Purchase Order &PO - Number&, it should also be possible to send "Changed Purchase Order &PO - Number& without changing the title manually...
    Can anybody help me please?
    Thanks in advance!
    Best Regards,
    Lien

    Dear,
    Thanks for your help, but I actually mean the subject title of the mail.
    A purchase order number, for example, can be added by "ekko_ebeln"
    I would like to add the status new or changed in my subject title without a manual intervention.
    Regards,
    Lien

  • Best Practice for Change Maintenance Order Number Range

    Hello
    We have decided that our Maintenance Orders will always start with the year of the open date. Example 201112345155
    Every year we will need to change the number ranges
    What is the best practice to change the order number range? What is the best approach here?
    I have also another question. Why the "Current Number" is not incremental?
    Thanks for the help

    Hi,
    The current number can be explained by use of buffering of the numbers. Buffering is defined via transaction SNRO, the  AUFTRAG object is relevant for orders. When buffering is active, a set of unused numbers are assigned to each application server.
    In your example -  The fiirst 20 numbers were taken from the available number range and assigned to the buffer (possible 10 numbers to each of two servers). As orders are created a number is assigned from the buffer. Once the buffer values are used a further set of numbers are taken from the number range and the current number is increased (by buffer value).
    -Paul

  • Im trying to change the credit card number but i cant load the page in order to do that - why is that?

    im trying to change the credit card number but i cant load the page in order to do that - why is that?

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html

  • BAPI_ALM_ORDER_MAINTAIN associating notification number while Changing the order

    Hi,
    I am unable to associate the notification with the PM order while changing the order through BAPI_ALM_ORDER_MAINTAIN. The scenario is like following:
    Order is already created & Notification is also created.
    Now I am populating the Methods table as:
       3.  Passing the Notification no. in notif_no field of header table and 'X' in notif_no field of header_up table.
    In the return table it shows that the order saved successfully but when we check it in IW32, the notification is not associated with it.
    Please suggest.

    You might have missed some parameters, that is to be passed, means you have mistakenly commented any parameters that is not to be comment, please search in this forum you will get many threads, then see what is missing.

  • Repeat output automatically in changes sales order

    HI all,
      I need to resend an output ZEDI whenever  the sales order is CHANGED based on customer number, change in quantity, price and rejection code.   The ZEDI output is created when the order is saved.  My thinking is that i would need to write a requirement for this.   The ZEDI is using requirement 2 now. However, i am going to create a new requirement, put those codes from reqmnt 2 and apply to the new requirement.   Do you have any suggestions how i can check the changes for  quantity changes, price changes and rejection code ?  Will it work with the new requirement ?
    thanks
    Joyce

    In a requirement, to allow the output proposal, set SY-SUBRC = 0.  To stop the output proposal,  set SY-SUBRC = 4.  In your case, the best approach is to set SY-SUBRC = 4 until you find a condition that should trigger the output, then set SY-SUBRC = 0.  Be aware of DB selections and other actions that change the value of SY-SUBRC or use a local variable to assign the value at the end of the routine (see examples in your system).
    For price changes, the easiest way is to analyze a net value change or a subtotal field change, rather than trying to access individual conditions.
    Here is a field symbol usage example for sales order items (you need to do this for XVBAP and YVBAP in change mode (T180-TRTYP = 'V'), then loop/compare the items:
      DATA : lv_fieldname  TYPE fieldname.
      DATA : lt_xvbap TYPE STANDARD TABLE OF vbapvb,
             ls_xvbap TYPE vbapvb.
      FIELD-SYMBOLS: <fs_xvbap> TYPE ANY.
      lv_fieldname = '(SAPMV45A)XVBAP[]'.
    * Get the Order Items
      ASSIGN (lv_fieldname) TO <fs_xvbap>.
      IF sy-subrc EQ 0.
        lt_xvbap = <fs_xvbap>.
      ENDIF.

  • How to change pricing Conditions in Sales order in change sales order bapi

    Hi Experts,
    How to change pricing Conditions in Sales order in change sales order bapi.
    I have used the 2 function modules bapi-changesalesorder and sd salesdocument change, But it is creating the new record , instead of changing the existing one, Could please assist regarding the same
    Thanks in Advance .
    NLN

    HI NLN
      I have just tried on my system and managed to overwrite the existing price by passing the following parameters.
      <b>Import Paramters:</b>
         SALESDOCUMENT - Sales Document Number
         ORDER_HEADER_INX - UPDATEFLAG as <b>'U'</b>.
         LOGIC_SWITCH - Import Structure - Pass 'X' to LOGIC_SWITCH-COND_HANDL.
      <b>Tables:</b>
         CONDITIONS_IN - ITM_NUMBER,
                         COND_COUNT, -> Condition counter same as KONV-ZAEHK generally it is <b>'01'</b>
                         COND_TYPE,
                         COND_VALUE,
                         CURRENCY.
         CONDITIONS_INX - ITM_NUMBER,
                          COND_COUNT,
                          COND_TYPE,
                          UPDATEFLAG as <b>'U'</b>,
                          CURRENCY.
       Hope i have clarified your query.
    Kind Regards
    Eswar

  • 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 can I change the order of phone numbers in a contact?

    I have contacts that have more than one phone number (I am sure we all have those in this day and age). The importance of the phone numbers varies over time and I want to have the most important one as first on the list. How can I change the order that phone numbers are displayed within a contact?
    Thanks for any help.

    Currently, the order in which the phone numbers appear (in a contact) is dependent on the sequence to which you enter them. There is no way to change that order other than re-entering them in the desired order.

  • How can I change the order of tracks in iTunes?

    When I changed the information of certain tracks such as the track title, album name etc. on some of my books on audio (because the information did not import with the audio, except to name them "track 1", "track 2" etc. or I changed the genre or whatever) the order of the tracks were changed in the iTunes lirary and subsequently on the iPod as well. Now of cource the chapters of the books play in an obscure order. Not good for audio books! I tried to "drag and drop" the tracks in the desired order, but that does not seem to work. Next I cleared them from iTunes altogether and sent them to the recycle bin and then restored them. Before I put them back into iTunes (when they were still just a file in a folder and not associated with any particular player) I even alphabetized the titles beginning with "1 of 5", "2 of 5" etc. but now the volumes of books are in different orders. As an example, in the "Left Behind" series by LaHaye and Jenkins now the book Apollyon plays first instead of it's correct order in the series which would be fifth. There must be a simple way to change the order of the way a book in a series of books or tracks of a book plays within iTunes without creating a seperate playlist for every book or series of books this happens to but I'll be darned if I can figure it out. Can someone please help me?
    Intel 3.4 Ghz. with ht technology   Windows XP Pro  

    No, iTunes does not put these in order when the top "Album" or "Name" tabs are clicked.
    I tried that first of all, but failed to mention it in my original message. I appologize.
    For instance, there are twelve books in the left behind series and each book (exept for two of them) has 5 tracks each, the two exceptions have four tracks each.
    Using "get Info" and clicking the "Info" tab, all tracks of all books are labeled "Left Behind Series" in the field titled "Album".
    On the right side of the dialoge box all tracks associated with the first book are labeled 1 of 12, second book, 2 of 12 and so on in the two boxes marked "Disc Number".
    In the two boxes marked "Track Number" each track is labeled 1,2,3,4, or 5 of 5 for the corresponding track.
    In the "Name" field for each track I use, for Example, Volume 2, Tribulation Force: Part 1 of 5.
    The fourth book in the series is called "Soul Harvest" and is recorded on five rather lengthy tracks. The information for the third track of this book is labeled as follows:
    Track Number: 3 of 5
    Disc Number: 4 of 12
    Name: Volume 4, Soul Harvest: Part 3 of 5
    Artist: Tim LaHaye and Jerry B. Jenkins
    Album: Left Behind Series
    I am using the latest version of iTunes, Ver:6.0.4.2, for Windows xp. I am resonabaly adept at moving around in the program and was certain that by changing the information as I did, I would not only make the information easier to see and use on my iPod but that the books would finaly play in order as they never have been in proper order before.
    For the life of me I can not seem to figure this one out and find myself spending far too much time on this.
    Intel 3.4 Ghz.   Windows XP Pro  

  • Error on Purchase Order - Document number 45* not within defined interval

    Hi All,
    PLEASE HELP ME or guide me in the right direction.
    I am faced with a somewhat unique case in our enviroment. Some background first.
    Back in 2000 when we upgraded from Walker to SAP, a number of Purchase orders had to be migrated, one of them is the order i am struggling with. Back then very little validations were built in, resulting in a Local Order being incorrectly created as a International Order but against a local currency.
    Now this ordered is still being reflected as open in our system. When attempting to change the order by activating the 'Delivery Complete indicator", we get an error "use only foreign currency" This is due to the fact that validations against Document Type and Currency was created in 2003 and are in full operation now. It is hard coded thus i can not remove this easily.
    Now when attempting to get around this by changing the Document Type to a Local Purchase order or trying to delete a line, we get the error below.
    "Document number 45* not within defined interval"
    Number ranges do come to mind based on the error description, however, Local Orders have a number range of 45, International Orders have a number range of 47. In this case, the order is created as a International Order BUT the number range is 45*, again, due to a lack of validations/incorrect config back in 2000
    Do any of you know a possible solution to such a problem.
    Regards,
    Jody Ponnusami.

    The validation of document type and currency is not standard, and if this validation cannot be deactivated, then you will have to resort to making changes in debug mode. Put a breakpoint at the relevant check and force it to accept the current combination.
    The second option is to update EKPO table manually using SE16N. Set the delivery completed indicator to X.

  • Getting error in while changing sales order which is created using BAPI

    Hi All,
       I have created the sales order using BAPI ( BAPI_SALESORDER_CREATEFROMDAT1 ) and i am successfully creating sales order using this BAPI. But while i want to change sales order iam changing Shipping Conditions in Header Data of sales order .its giving an error .can any know any thing about this.
    Error mesage :    No status object is available for SDI 300082407/10    (Order Number/Item Number)
    In Header i  am passing these values ...
         wa_order_header_in-doc_type = vbak-auart.
        wa_order_header_in-sales_org = vbak-vkorg.
        wa_order_header_in-distr_chan = vbak-vtweg.
        wa_order_header_in-division = vbak-spart.
    Do i required to pass the below values ? in Header structure ( BAPISDHEAD1 ).
    REFOBJECTTYPE
    REFOBJECTKEY
    REFDOCTYPE
    Regards,
    Sudhakar Reddy A

    rectified

  • How do I change the order of blog entries?

    How can I change the order of my blog entries? I want to add some extra items with an earlier date but iWeb won't let me drag the entries around and insists they must stay in the order of the creation date. What do I do?
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.5)  

    Chris...
    yeah, I'm probably not making myself clear... change the date on the podcast page entry. Select the entry you want to edit, then move your mouse down to the actual page that appears below. On that page, below the title, is a date. Change that. It will change the date published in the entry list above.
    Sunday, March 6, 2006
    This is the standard listing... day spelled out, Month and day number, year. iWeb has to see it in this format to make the changes above.
    Jim

Maybe you are looking for

  • While logging I am getting error ORA-12154:

    I am getting this error, while logging. ERROR: ORA-12154: TNS:could not resolve service namePls Wat I need to do,

  • IPod won't restore...error message saying "Can't mount iPod"...

    I have determined that I need to restore my iPod based on my problem (I manually update playlists and cannot add a playlist because I get an error message saying "The disk cannot be read from or written to.") So I open iPod updater 11-17-2005 to try

  • Password for itunes

    I recently installed iTunes after purchasing ipod touches for both of my sons. I tried to set up parental controls in iTunes, but when I click the lock to turn it on it requires me to enter a password for "Owner". I never set a password. Can someone

  • ITunes 6 prints text directly on Windows Desktop

    ITunes 6.0 and 6.0.1 come up, a lot of the time, printing tracks directly on the Windows desktop. That is to say iTunes doesn't have its skin and does not clear the space it is going to draw graphics on. It really only shows text when it does this. Y

  • Email script adds a ghost address in email client

    I am using the following script to send an attached PDF back to my client when their customers complete and submit the form. Everything works well, except that it lists the email address twice in the "to" field (the second is not a complete address s