Sales order search enhancement

Hi,
I am new to web ui.
My requirement is
to add a custom field to the sales order search criteria.
Please provide any documents which helps me in solving the requirement .
Thanks,
Srinivas.
Moderator message:
Please review rules of engagement in asking for documents.  Please also do a search in this forum as there are several posts on this question
https://wiki.sdn.sap.com/wiki/x/FgQ
Edited by: Stephen Johannes on Feb 26, 2009 8:46 AM

Hi Srinivasa,
This is the code snippet.
*     Get the First entity
      lr_entity ?= me->typed_context->searchresult->collection_wrapper->get_first( ).
*     Loop on the collection
      WHILE lr_entity IS BOUND.
*       Get the Sales Order attributes
        lr_entity->get_properties( IMPORTING es_attributes = ls_sales_order ).
        IF ls_sales_order <> XXXXX.
          me->typed_context->searchresult->collection_wrapper->remove( lr_entity ).
        ENDIF.
*      Get the next entity
        lr_entity ?= me->typed_context->searchresult->collection_wrapper->get_next( ).
      ENDWHILE.
Regards,
Masood Imrani S.

Similar Messages

  • Enhance ERP Sales Order search

    Hello experts,
    I would like to know if it is possible to enhance the ERP Sales order search by adding new search criteria.
    Actually, this search criteria is a Z field in the ERP sales order ( In my case, a field displayed in the Additional data B tab at the item level of the ERP sales order)
    Have any of you implement such enhancement? Could you please give me any guidance?
    Thank you very much for your help.
    Best regards.

    Hi Shaik,
    of course it is EHP4.
    Any other hints?
    Best regards,
    Sascha

  • ISA, Sales Order Search, Search by extra fields

    In the standard ISA, customer can search based on Reference Number, Transaction Number, and Purchase Order Number. The options exist in a drop down menu. I want to add extra fields in the menu and search with new criteria. How do we add functionality to search for other criteria?
    What is the best procedure to modify the Internet Sales Application?
    Thanks,
    Sunil
    Message was edited by: sunil kumar

    Please refer to SAP Note 685545. An example is explained there how to search for an extra field.
    There are three areas where you have to customize.
    -Changes to the UI -> JSP
    -Extend the standard Java order search class
    -Create a Z_BAPI to search using the new parameter.
    Peter

  • Sales order search help exit

    Hi Every one,
    when  sales order creation or change, while selecting the route i have written a code for to fetch the data from ztable.till here it is ok then now my boss wants
    while F4 help in route when it is hitting the list i have copied a search help exit F4IF_SHLP_EXIT_EXAMPLE , there i have selected control = 'DISP' , there when i have to filter the data in exit but i am not getting any importing parameterslike plant, customer,storage location from the sales order.
    How to rectify this problem, pls explain me its urgent..
    Thanks in advance.

    Hi,
    I think you are using elementary search help for this. Check your search help dailog type , It should be "dialog with value restriction" and also check the search help paramters ie "Spos" column positions. Always give the order in which your fields dislayed in search help.
    Look at the below link
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm
    Regards
    Sudheer

  • VA01/VA02-Sales Order-Sceen Enhancements

    Hi,
    I need to Include 2 Additional Tabs in Sales Order Header Data to accommodate Header Data related Z Fields Included in the Append Structure of VBAK. Each tab will have 2 - 3 sub screens. I am not sure, How to go ahead with this Task. I was told that this is possible in SPRO Configuration by adding additional tabs and adding Screens / Sub screens for that tab in SPRO. Can you please provide me with good documents if you have any? Is there any SAP Notes available to address this kind of tasks?
    Appreciate Your Help.
    Thanks,
    Kannan.

    Hi
    User exits in the screens for VA01/VA02
    Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens SAPMV45A 8309 or SAPMV45A 8459 as user exits.
    Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.
    For field transports, you do not have to make changes or adjustments.
    Example
    A new field, VBAK-ZZKUN, should be included in table VBAK.
    If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.
    Regards
    Anji

  • Notification to Sales order creation enhancement

    Hi,
    We are creating sales order from the notification screen with the help of button "Sales order".
    Here we want to populate some predefined data to sales order screen when that "sales order" button is clicked.
    we found the BADI "BADI_SD_SALES_ITEM" , but in this we are not able to get any link to QMEL table.
    I need to fetch the data from notification (QMEL table).
    can any one help me with any exit/Badi and any other alternative solution that will resolve this issue.
    Thanks in advance.
    Regards,
    Chetan

    check this FM - QM06_FM_TASK_RMA_ORDER_CREATE

  • Sales Order Creation Enhancement

    Hi All,
    We have a need to have the Sold to Party determined using "External Customer Number". The scenario is that when the user enter VA01 a popup need to be triggered which will ask for Old Customer Number and from this the "Sold to Party" for the order is determined.
    This has been achieved using the Enhancement V45A0002.
    The problem is that the users would use VA02 to change the "Sold to Party" (assuming they don't do this in VA01 itself). Once the Sold to Changes the Popup need to be triggered and the "Sold to Party" is to be determined using the same Pop Up which is now working when the user enters from VA01.
    I tried with move_field_to_vbak in MV45AFZZ but this subroutine is called multiple times and if the Sold to Party changes there are other processes that kick in to redetermine taxes, ship to party etc.
    Please let me know if there would be a safe way to achieve this.
    Deepak

    was able to compare vbak and *vbak to achieve the multiple call problem

  • Method to be used to delete a particular select parameter in a Sales order

    Hi ,
    Which Method can be used to delete a particular select parameter in a Sales order search screen using class CL_CRM_BOL_DQUERY_SERVICE

    Hi,
    Okie :) please feel free to post any problem :)
    Please apply the patch that has the fix for this issue:
    [Patch 9791839|https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=9791839]
    The above link worked fine for me .
    Ideally, you should pick up the latest patch, which is [ Patch 11846804|https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=11846804]
    Click on View Read me for install instructions. Let me know if you find any problem with patch install.
    Regards,
    Ajay Kumar

  • ERP Sales Order : Performance issues with Product Proposal

    Hi
    we are working on CRM 2007 solution and are facing serious performance issues with the ERP Sales Order functionality provided in the ICWC of this version.
    In our development we are adding items in the ERP cart as soon as the user clicks on the 'New Sales Order' button of the sales order sreen. We get the items by very simple and optimized call to the ERP system and then add these entities in the Item Cart (Item collection ...in simple sense).
    For adding 10 items the application takes 10 seconds and this is too much for adding just 10 items.
    Can you please provide any Notes/alternative solution to resolve this issue.
    Regards
    Ajitabh

    Hi Ajithabh,
    Please apply the following SAP notes:
    1061423 - Interaction Center ERP Order Performance improvement
    1262277 - Performance: CRM value help causes dumps in ERP
    1292817 - Performance: Reduce RFC calls during creation of ERP order.
    1319885 - ERP sales order search with external reference
    1326527 - Reducing number of RFC calls in IC ERP Sales Order
    I hope it helps!
    Regards,
    Gabriel Santana

  • How sales order number generated in the SAP R/3  is transferred to SAP APO

    Dear Experts,
    During the creation of the Sales order in SAP  R/3 an Purchase requisition is created in SAP APO and assigned with temporary sales order and when we save the sales order in R/3 the corresponding sales order number is attached with the purchase requisition in SAP APO. Is there any exits or BADI available while this Sales order detail transferred to APO or during this sales order details attached to Purchase requisition  in APO side.
    Many thanks in advance,
    Senthil

    Senthil,
    During the creation of the Sales order in SAP R/3 a Purchase requisition is created in SAP APO
    ?? I guess you are talking about one of the planning procedures that executes 'Start product heuristic immediately', yes?
    and assigned with temporary sales order
    I guess you are talking about [Temporary Quantity Assignments|http://help.sap.com/saphelp_glossary/en/74/b171467944d3119b440060b0671acc/content.htm], yes?
    Is there any exits or BADI available while this Sales order detail transferred to APO
    Standard enhancements are
    Sales order CIF enhancement on the ECC side
    CIFSLS03  (outbound from ECC)
    Sales order CIF enhancement on the APO side
    APOCF010 (Inbound from ECC)
    Best Regards,
    DB49

  • Blocking and releasing sales order using FM

    Hi experts,
    I am in quest of FM that can be used for blocking and releasing SO.i Can do it through t-code VKM3 but my requirement is using FM i want to change the status of SO as block or released.
    Can anyone having any idea about this,please share.
    Regards,
    Pankaj Jain

    Hi,
    Refer the following post related to sales order releasing enhancements-
    How to Release Sales Order
    release strategy for sales order?
    Sales order release strategy
    Hope it helps.

  • Issue with profit center while creating sales order (VA01).

    Hello Gurus,
    When I creating  sales order (Material need to be configure from VA01->Extra->Configuration) with reference of existing then XVBAP is populating the correct profit center. But when creating new sales order from scratch for the same material, at that time XVBAP is getting wrong profit center for index 2.
    Thanks in Advance!!

    Debugging Sales order at Enhancement MV45AFZB ->form userexit_move_field_to_cobl.

  • Sales Order Enhancement

    Dear All,
              I want to add new fields to Sales Order header and at the item level as well. could anybody please tell me any user-exit or BADI to add new fields?
    I have searched for userexits and BADI but i am not able to locate and screen enhancement.
    Regards,
    Vikas Madaan

    Hi
    you can use Additional Data A and Additional Data B for screen enhancement in header level
    and the same in Item level

  • VL10: Enhanced selection criteria on Screen "Sales Order" RVV50R10C 1020

    Hi,
    I have to enhance the selection screen VL10 "Sales Order" (RVV50R10C Dynpro 1020) with the VBKD-VSART. Note 198137 is very helpful for this. The DDIC type SHP_VL10_SELECT_OPTIONS was enhanced by the VSART, but I don´t understand, how I can create this field on the Dynpro 1020 without modification. How can I integrate the append structure from SHP_VL10_SELECT_OPTIONS on the dynpro 1020? If this is possible, I want to check in the next step the input of these customer fields in the include LV50R_VIEWG02 and my problem would be solve?
    I search in the OSS and in this forum but I find no details of this problem.
    Thanks and Regards
    Alfred

    Hi,
    > Is it possible to move that Usage Indicator field from the Goto --> Header --> Sales screen and put it onto the Sales tab screen in VA01/VA02/VA03 and if so, how would that be done
    No, this is not possible..
    I have one suggesting in this case for you as below:
    - Add VKAUS field in you incompletion procedure {Item Level} along with tick mark on field " Warning" which will fulfil your requirement. Means, if user doesn't enter the Usage then system will give the warning along with the fields to be maintained for the document to become complete.
    Hrishi

  • Enhance ERP Sales Order

    Hi Experts,
    I'm searching for detailed technical information how to enhance the ERP Sales Order.
    Let me describe the scenario:
    in ECC the Sales Order is already enhanced in the way that there are some custom fields on Item level under Additional Data B
    Now I want to make this fields also available in CRM.
    I have already executed the steps descriped in the .pdf attached to OSS 1224179 and enhanced the CRM view ERP_I/ItemDetails with corresponding custom fields.
    But two things are not working:
    the CRM fields are read-only and they don't display the data from ECC while displaying an already existing Sales Order.
    I think I have missed something. Any ideas?
    Best regards and thanks in advance,
    Sascha

    Hi Shaik,
    of course it is EHP4.
    Any other hints?
    Best regards,
    Sascha

Maybe you are looking for

  • How do you know what frame size to make your movie?

    Hello everyone, I know this is probably an easy question, but I just need someone to sum it up for me If I'm going to compress my movie (Shot in 4:3, 720x480) and I want to put it on someone else website... which I don't know there frame size... like

  • How to set  password for BPEL domain

    Hi, I am new to SOA. I want to setup client-server environment for few developers. I installed SOA 10.1.3.3 in the server machine. And I created few domains in BPEL, one for each developer. It didn't ask me to set the password while creation of the d

  • My 2011 mbp says it has a hard drive failure. Can I replace drive myself

    My 2011 MacBook Pro says panic kernel not readable. I'm guessing hard drive failure but a post said it could be the cable. Can I troubleshoot this myself.

  • Why is the temperature of my MBP so hot (73 degrees) right after startup?

    See stats for more info =) Hope someone can help me out. I have an external display, soundcard and hard drive connected at the moment. Dunno if that could cause the problem.

  • Video recording with USB 6509

    I am working on one project. In which I have CCD image sensor with EIA B/W video camera and its output is connected to Analog Front End(AFE). The output of AFE is 12 Bit Digital data at the rate of 9 MHz. I am thinking to use USB 6509 for data acquat