ComboBox Items & Re-ordering

Hi guys,
I was wondering if there is a way to re-order the items in a combo box on a system form, using VS2005 and SBO 2007A.
for example re-ordering the list of Sales Employees on the Sales order Form.
thanks,
Akash

Hi, Akash Singh.
You can learn how to create and use Formatted Search by link.
https://websmp108.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000437965&_OBJECT=011000358700003625432006E&_SCENARIO=01100035870000000183&
Regards,
H2

Similar Messages

  • How to sort data from database and display in combobox in required order

    Hi evrybody, it makes me sick i need to get data form database and fill combobox in required order (last item added to database - last firstName) actualy i already did that, but i'm useing DefaultComboBoxModel and all records are sorted in alphabetical order. Thanks very much for any help

    The items in the JComboBox are displayed in the order in which you add them to the combo box. Use an order by clause in your SQL statement.
    Don't [url http://forum.java.sun.com/thread.jsp?forum=54&thread=516608]crosspost.

  • FM for Actual cost line items for orders.

    HI EXPERTS,
    I was working on Actual cost line items for orders / Internal orders of an employee.
    standard program RKAEP000 is present through TCODE KOB1.
    I want some customization of report, so debugged the program and found that its using a FM 'K_LINE_ITEMS_SELECT_AND_LIST' to calculate internal orders.
    But the FM has used REUSE_ALV_* and displaying output itself.
    the requirement is to customize the output display .
    I searched with K_LINE_* and found some other function modules too.
    K_LINE_ITEM_CHECK                                                                               
    K_LINE_ITEM_APC_SIGN_GET                                         
    K_LINE_ITEM_GET_CONTEXT_MENU                                     
    K_LINE_ITEM_GET_TOOLBAR                                          
    K_LINE_ITEM_LOGICAL_KEY_GET                                      
    K_LINE_ITEM_TECH_SETTINGS_SET                                    
    K_LINE_ITEM_VALUE_TYPES_GET                                      
    K_LINE_ITEM_VALUE_TYPES_SET                                                                               
    K_LINE_ITEMS_ACT_GRID                                            
    K_LINE_ITEMS_SELECT                                              
    K_LINE_ITEMS_SELECT_AND_LIST                                     
    K_LINE_ITEM_ACT_CALL_WITH_DATA                                   
    K_LINE_ITEM_ACT_DATA_GET                                         
    K_LINE_ITEM_CM_CALL_WITH_DATA                                    
    K_LINE_ITEM_DEV_CALL_WITH_DATA                                   
    K_LINE_ITEM_PLN_CALL_WITH_DATA                                   
    K_LINE_ITEM_PROCESS_UCOMM_ACT                                    
    K_LINE_ITEM_STEERING_GET                                                                               
    Can anybody tell which FM should i use so that result i will get in an internal table?
    or suggest any other methods
    Thanks in Advance.
    Lucky

    I also had the same requirement and used function module K_LINE_ITEM_ACT_DATA_GET
    this function is calling K_LINE_ITEMS_SELECT_AND_LIST function with  I_NO_DISPLAY parameter
    and returning the result.
    Already they are in same function group,
    I wrote this for future requirements of people  after 4 years of this thread

  • Actual cost line items for orders (KOB1)

    Hello everyone,
    I need to pull a certain field for an order to the
    Actual cost line items for orders report (KOB1), but the field is not available when I
    go to the change layout. Can someone let me know how I can have this
    field listed?
    Thanks in advance for your reply.
    Daniel Nicula

    Hi Christian,
    Ok, so I would need some ABAP support for this right? I was hoping to do it myself.
    But, the strange thing is that the field that I would like to bring in my layout is available in 2 clients in the same system and not in all the clients. I have one client in which this field is not available.
    How can that be possible?
    Bye!

  • 750 to 1200 line items per order

    Hi
    Does any body have the experience of creating order with 750-1200 line items per order, in such scenario how the performance of the e-commerce was handled, was any custom development made to achieve.
    please let us know
    thanks
    vignesh

    Stefan, as stated, this was not well thought through solution (but with some work would be possible to achieve).
    Regarding memory leaks. We have spent quite a bit of time looking in-depth at the shop code over the years and have so far seen very little evidence of actual memory leaks.
    MASSIVE memory consumption, yes, definitely, but no actual leaks
    If you have a suitable OS and JVM running that will allow you to crank up your JVM memory settings then you will most likely see that the memory usage will plateau...it might just be at a much higher level than you would have reasonably expected.
    To give you an example. One of our customers was running a very large catalog (900 000 items) and the shop used 22 GB of memory when running. One of the main reasons in their case, with such a big catalog, was how the web shop chooses to create web cat items and cache them. Deep in the standard shop code you can find that there are lots and lots of ArrayLists initiated and they are all given a >0 default length, which consumes memory even when empty. In this particular case this became such a big issue that we sent SAP the proof that if they would initiate the ArrayLists with 0 length the memory consumption would drop significantly for each WebCatItem instance.
    We estimated at the time after some in-place replacements of the CatalogAttributeValue, class out of the pcatAPI.jar where we set it by default to null instead of size of 10 that we would have saved about 40% of memory consumption. We even prepared the test case and sent it all to SAP, but don't think we ever got it implemented in standard code.
    Another suggestion was that SAP would implement a LRU cache for catalog caching for larger catalogs....again would help with memory usage challenges.
    With another customer we had 1 Million+ hits per business day (8 h period) and I can't remember us ever having to chase up memory leaks in the standard shop code...they might exist, but perhaps the usage scenarios I've been involved in have just not brought most of them to daylight.
    Purely out of interest...if you have found memory leaks in the shop it would be interesting to hear where you found them.
    Cheers
    Kalle

  • Not displaying Actual cost Line Items for Order

    Hi Gurus,
    Recently we did patching from SPC6 to SPC8. After patching we noticed that could not able to see displaying Actual cost Line Items for Order from work order.
    System is not throughing error message when I double cline on line item at Plan/Actual Comparison screen in work order cost tab.
    We can able to see the same from KB01 with out any problem. I have attached the details.
    Could any one suggest me please. Appreciate your thoughts
    Regards,
    Srini

    Hi Paul,
    I have implemented this note and get it sorted out.
    Thank you for support.
    Regards,
    Srini

  • Status of line item of order

    Hi,
    My req is have to change the status of line item of order from in progress to completed .
    Please tell me the function module .

    i am using the same funtion module but it is working, my problem is that in our system order status is maintaing on the basis of item category Z used in  Z order type is having the object type as SALES  ITEM and   which are automatically deliver relevant. We have noticed that the Z order line item status remains at "In Process" rather that moving to "Completed" status after running billing in R/3  system. At the same time the header status of the order reverts back to completed.
    SAP has given the option of modifying the ORDER_SAVE badi or modify the include LCRM_STATUS_ECF09 to change the status
    completed whenever there is Z item category appears (which looks for deliver document) .
    I applied the logic but when i maintain the status as completed for item category then it will not showing the billing doc number in doc flow .
      ip_guid = ls_orderadm_i-guid.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'I1005'.                         "'E0007'.
           ls_status-user_stat_proc = 'CRMORD_I'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ip_guid = ls_orderadm_i-guid.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'E0004'.                         "'E0007'.
            ls_status-user_stat_proc = 'CRMORD_I'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'I1073'.                         "'E0007'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ls_input_field-ref_guid = ip_guid.
            ls_input_field-ref_kind = 'B'.
            ls_input_field-objectname = 'STATUS'.
            ls_input_field_names-fieldname = 'ACTIVATE'.
            INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
            INSERT ls_input_field INTO TABLE lt_input_fields.
            ls_input_field_names-fieldname = 'STATUS'.
            INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
            INSERT ls_input_field INTO TABLE lt_input_fields.
            INSERT ip_guid INTO TABLE lt_obj_guids.
            CALL FUNCTION 'CRM_ORDER_MAINTAIN'
              EXPORTING
                it_status       = lt_status
              CHANGING
                ct_input_fields = lt_input_fields.

  • Display Variance line items for Orders

    Hello Sapients,
    I am trying to execute Transaction code KOB3 (Display Variance line items for Orders) ( /n > Accounting> Controlling > Product Cost Controlling > Cost Object Controlling > Product Cost by Order > Information System > Reports for Product Cost by Order > Line Items > KOB3 )
    But for some reason I do not see any thing.
    Your Advise is greatly appreciated.
    Thanks and Regards
    Ravi

    There is no problem with Authorization.
    And i am checking for the correct cost elements and prorcess orders.
    Not only KOB3 but also the related reports are not working (viz: GR55-> 7KV9)
    thanks and Regards
    Ravi

  • Item 050 Order 600491 budget exceeded

    Budget maintained for particular asset 1,000,000.00  and assigned 833,903.21
    I have created PR with that PR i am creating capitalPO, at the time of saving its showing an error
    Item 050 Order 600491 budget exceeded
    Message no. BP604
    In document item 050 Order 600491, budget  for fiscal year 2011 was exceeded by 240.00 INR

    the value of the P.O may be more than that of the PR . the value of the P.O is checked again with the budget maintained in KO22
    it may be possible to change this message to warning in availability control , internal orders

  • Retrieving the Change Texts per Line Item (Purchase Order) - Very urgent

    Hi,
    How do you retrieve the Change Texts per Line Item (Purchase Order).
    Table T166T does not list these values per line item.
    Please help. This is very urgent & important.
    Best Regards,
    John

    if you are lookin out for change of item texts ...
    then use the function module ... READ_TEXT.
    and 2 tables r used ... STXH and TLINE ....
    double click on item data ...
    goto PO TEXT tab ....
    double click on text ...
    from menu ...
    goto header ... u'll get 4 fields that u need to consider ...
    TDID
    TDOBJECT
    TDHEAD
    TDNAME
    ALL THESE U'LL FIND IN  STXH
    ITEM TEXT is stored in TLINE
    Edited by: anjali rana on Mar 5, 2008 4:55 AM

  • Returns item purchase order

    Hi
    I have a requirement to create a returns item purchase order, Does this functionality exist in SRM5?
    Regards,
    Hila

    EBP 5.0 -SRM 4.0 nO BUT SAPHAS GIVEN SOME GUIDLINES TO ACHIEVE IT.
    EBP 5.5 -SRM 5.0 WE DO HAVE RETURN DELIVERY
    send  mail i send you the good docuemntation for this,
    Muthu

  • Purchase Order / Purchase Order Item & Service Order to find Item Category

    Hi everybody,
    I have a question linked to the transaction code IW33...
    I want to know the tables which allow me to find the Item Category of a Service Order with :
    - Purchase Request
    - Purcahse Request Item
    - Service Order
    I found the link between PR / PR Item and Service Order in the table EBKN.
    I found also that the Item Category is in the table RESB.
    With the Service Order (RESB-AUFNR) only, I have lots of records. So I need the RESB-POSNR to find the good Item Category (RESB-POSTP).
    I saw in the table RESB that there are the fields BANFN (Purchase Request) and BNFPO (Purchase Request Item)... But these fields are empty in the table RESB.
    So, How can I find the Item Category of a Service Order with a Purchase Request, a Purchase Request Item and a Service Order ?
    I hope that I am clear in my problem.
    Thanks in advance !
    Have a nice day !

    Venkat
    I'm thinking that your requisition from OM will be automatically converted to internal requisition for 100 tables and 400 chairs, based on your setup.
    Would you still need to have 'KIT' setup in procurement?
    The other thing I can think of is, you can use Requisition Templates to help in ordering items on a repetitive basis.
    Let us know what you think.

  • Table where i see actual cost line item for order (KKBC_PKO)

    Dear.
    Using transaction KKBC_PKO i can see the actual cost line item for order.
    In which table I see these data ?
    Thanls

    Hi,
    check COEP (CO actual line items) the objectnumber is OR+the order number.
    Best regards, Christian

  • Table where i see actual cost line item for order (KRMI)

    Dear.
    I need to know the table of every single document number of a cost element that I see in the actual cost line item for orders using transaction KRMI.
    Thanks
    Moderator: Please, search SDN

    Hi
    Refer the field Object No (OBJNR) in COEP.. In your case, the OBJNR would be ORXXXXYYYYYYYYYYY, where OR means Order, XXXX = Contr Area and YYYYYYYY = Int Order No with preceeding zeroes
    Qty is also recorded in COEP
    BR,Ajay M

  • Additional Data On Actual Cost Line Item for Orders. Possible?

    Is it possible to show on display of Actual Cost Line Item for Orders the cost center for both settled and not yet settled? As for now we can only view the cost centers that are already settled. Please see attached file for a snap picture of the display.
    Thank you in advance.

    Hi,
    How this would be possible? If the document is not yet settled, then cost centre is unknown. Of course, it is stored in settlement rule, but no actual posting was done yet.
    Regards,
    Eli

Maybe you are looking for

  • How do you embed a Bookeo widget in iWeb? Use iFrames?

    I am trying to embed a Bookeo widget (Bookeo is a website that maintains bookings for business, such as tours) using iWeb. 1. First step, the instructions from Bookeo say to insert the following HTML code where you want the code to appear.  <script t

  • Looking for the burn and smudge tools in photoshop 8.0

    Hi,  I have been using Photoshop 4.0 and loved it.  Got a new computer and had to change to Photoshop 8.0.  I can't seem to find the burn or smudge tools I used in the 4.0 photoshop.  Is any one familiar with this problem?

  • Windows 8 Taskbar Issue

    Ive only just noticed something and i find it very irritating and hoping someone knows how to fix it. If i have 6 tabs open in firefox it shows the icon on the taskbar stacked all behind each other. The previous version i could have as many tabs open

  • Is it possible to print non-standard photo sizes?

    hello- i searched the forums but could not find anything related to my question. thanks in advance for any advice you have. i want to print a photo that is an odd size 6x10 for use in a scrapbook. this is my first time printing a photo that is not a

  • Reader error message opening PDfs that there was an error and file damaged

    On my Mac using Mac Mail I get occasional Reader messages when opening a PDF attachment  that there was an error and the file was damaged. But can open on another Mac and on ipad. Cant figure out what in the world is wrong. Thanks for any suggestions