Add field in Sales Team Web-ui

Hi,
I'm opening his thread on behalf of my colleague. This is whay he says:
I need to add a field to the sales team view.It is a custom field called 'Manager value'. The view is SalesTeamList.htm view contained within Component BT111H_OPPT. I think we have to use EEWB to add the field. I wonder were the logic would go for the below:
We have to make the field mandatory and if not a pop - up error should display with the error.
Do we code this in the controller class or the implementation class and which method?
Thanks.
Edited by: Donnie Freako on Apr 10, 2009 9:15 PM

Closed.

Similar Messages

  • Add field to Sales Order line item

    I need to add a field to Sales Order line item, can you tell me a user exit??

    Hi,
    You can a new field in the additional data B tab of the sales order line item..
    Check the program SAPMV45A and screen number 8459
    Thanks,
    Naren

  • Add field to a team project

    Hi everybody, 
    Is there a way to add fields for teamprojects ?
    I want to add a custom field for each teamprojects of my collection and set an ID.
    This ID is unique and is used for other applications, so I would like query it by code.
    Thanks

    Hi Mathieu, 
    Thanks for your post.
    First, you needn’t add the ID in team project. Each team project’s name is unique in collection, and each team project has its own ID. So you can query the team project using its name in code, please refer to below code snippet:
    TfsTeamProjectCollection tfs =
    new
    TfsTeamProjectCollection(new
    Uri("collectionURL"));
    tfs.EnsureAuthenticated();
    WorkItemStore workitemstore = tfs.GetService<WorkItemStore>();
    //get team project using team project name
    Project teamproject = workitemstore.Projects["teamprojectname"];
    Console.WriteLine(teamproject.Id);
    //query team projects in collection 
    var teamprojects = workitemstore.Projects;
    foreach(Project
    tp in teamprojects)
    Console.WriteLine("Team
    Project name: {0}, Team Project ID: {1}", tp.Name, tp.Id);
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add fields to Sales Order Mass Change  selection screen

    Hi,
    Li & Fung customer customer needs to include following fields in the selection screen (Header Level)  and the display output in Sales Order Mass Change (/AFS/MDC).
    -     VBKD-BSTKD_E
    -     VBKD-KDGRP     
    According to the SAP documentation we have done the configuration (Add details of custom fields) and implemented the BADI u2018/AFS/MDC_SELECT_CUSTOM_FIELDSu2019 with following methods.
    -     /AFS/IF_EX_MDC_SEL_CUSTOM_FLDS~SELECT_HEADER
    -     /AFS/IF_EX_MDC_SEL_CUSTOM_FLDS~SELECT_CUSTOM_DATA
    Data selection part works perfectly, but if we do not enter any values in any custom field in  the selection screen, then the BADI is not working. The output displays the columns without any value for the custom field. However, for VBKD-KDGRP is added as a custom field in the selection, but it already exists in the output display by standard, and it does display the value.
    The system should display all custom fields values even if we did not input them as part of the selection screen
    I would like to know if we have missed something, or is it the expected behavior of this enhancement, which seems to be inconsistent. Also please advise if there are any other methods available to solve this issue.
    thanks very Much.
    Nilmini

    Hi Nilmini,
    In My case, I have added custom fields to MDC change screen by using /AFS/MDC_CHANGE_CUSTOM_FIELDS but its not appearing in Grid list display. Would like to appreciate if you can Help me to achieve this.
    Regards,
    Jelli

  • I need to add fields in additional fields B the sales order line item

    i  need to add fields in additional fields B beside the field (icon_val_quantity_ structure) in the sales order line item, How to achicve this? please help me..

    Please fined the below solution for achieving your requirement.
    1. Add new filed "B" in table VBAP.
      a) T.code  SE11 --> Enter structure name VBAP --> display
      b) Goto --> Append Structure --> Enter Structure name and new field "B"
    2. request your basis team and take the access key for modification of stabdard program SAPMV45A & Screen: 8459
       a) After receiving access key for standard program then got o SE51 --> enter program name  SAPMV45A & Screen: 8459
       b) click change Button
       c) click layout button
       d) add new field "B" below of the screen (F6 -> enter table name : VBAP --> get from dictionary --> selet new field and past in screen )
    3) write below code in flow logic
    PROCESS BEFORE OUTPUT.
                               Verarbeitung vor der Ausgabe
      MODULE ZZPB_INITIALIZE_8459.
      MODULE ZZPB_OUTPUT_8459.
    PROCESS AFTER INPUT.
      CHAIN.
        FIELD VBAP-New field name "B".
        FIELD ZVC_SALES_EXPORT-ZZAPLHENKO.
      ENDCHAIN.
      MODULE ZZPA_OUTPUT_8459.
    4. functin Module code
    module ZZPB_OUTPUT_8459 output.
      Data: l_v_actve type ale_active,
            l_v_ttyp  type c.
      Data: l_v_tragr type tragr.
    l_v_ttyp = t180-trtyp.
      if l_v_actve is initial.
        l_v_ttyp = 'A'.
      endif.
      LOOP AT SCREEN.
        CASE l_v_ttyp.
          WHEN 'A' OR 'C'.
            SCREEN-INPUT = 0.
        ENDCASE.
      ENDLOOP.

  • Add fields in VA01 Sales view Item level

    Hi Experts
    I want to add some fields in the table control of VA01 that is in sales view of item level, how can we do it.
    Is there any exit for adding fields in sales view of va01 transaction.
    Please advice me.
    regards
    rajaram

    Please use Screen Exit,
    you can implement your screen exit in additional data A and B under item level data. if you are still doing this let me know for more help.
    First you need to create a subscreen (program name SAPMV45A AND screen no. 9109-9121) then you need to implement a logic to call this subscreen in the logic od additional data A or B.
    Well you need to use following includes
    MV45AFZZ
    MV45AIZZ
    MV45ATZZ
    MV45AOZZ
    IT DEPENDS WHERE U WANA INSERT, AT ITEM LEVEL OR HEADER LEVEL.
    For Futher please look following link,
    VA01/VA02  screen exit
    Screen Exit for VA01, VA02, VA21, VA22, VA41, VA42
    Thanks & Regards,
    ShreeMohan

  • Add fields in Locator result  for Sales Document in GUI (anyone?)

    Dear all,
    I try to find information on how we can customize the locator's result column (especially for Sales document)
    in GUI mode. I know we can Change Layout to choose other available field column to be displayed in the
    locator result. How to add more fields so we can have more fields to choose when we change the layout?
    I searched the SDN CRM forum but no exact answer for this (missed it?)
    In fact, there is a bug on the locator search result when I set field Employee Responsible to be displayed
    on the search result, the system is showing other Partner number instead.
    If you have experienced in add fields on the Change Layout, please kindly share it.
    Appreciate your help (with points)
    Cheers,
    Gun.

    It is GENIL BOL concept and now using WebUI Search.

  • How to add a field in sales order

    Dear All,
    First I created a ZTable in which there are 15 fields exist then I append structure in ZVBAP which contain only one field from this ZTable. Now I place this field in the Subscreen 8459 of Sales Order under "Additional Data B" by using access key. Also i have Access to edit the module MV45AFZZ.
    Then I wote the code in the
    FORM userexit_save_document_prepare.
    IF XVBAP-ZZSPENR = ''.
    MESSAGE 'SPECIFICATION NO. IS NOT SPECIFIED' TYPE 'E'.
    ELSE.
    VBAP-ZZSPENR = ZSPEC-ZSPENR.
    ENDIF.
    ENDFORM.    
    so that while saving it Checks that field in screen and then if it has value then save it to in the VBAP Table.
    I think I have to write the code into the module
    FORM userexit_move_field_to_vbap.
    VBAP-zzfield = xxxx-zzfield2.
    *{   INSERT         ID3K908846                                        1
      DATA: zlgort LIKE vbap-lgort.
      IF vbap-pstyv EQ 'ZWP'.
        CHECK vbap-lgort IS INITIAL.
        GET PARAMETER ID 'LAG' FIELD zlgort.
        vbap-lgort = zlgort.
      ENDIF.
    *}   INSERT
    WA_XVBAP-ZZSPENR = xvbap-zzspenr.  "but this line gives * me error cause I have to move the screen fields into  * the VBAP Table. So that after this it checks in internal table XVBAP that the field ZZSPENR has value or not ?
    ENDFORM.
    But when I checks XVBAP TAble it shows all entries that I fill in Sales Order except ZZSPENR (My  Field)
    Thanks in advance.
    Regards.
    Adams.
    Helpful answer will be appretiated.

    hi Amams
    check this link
    Adding Fields to Sales order
    i think it may give u some idea
    Regards,
    Naveen

  • How to add three fields in Sales order item level and supress/hide many

    Hi Gurus,
    My client requirement is :
    1. Three fields to be added at Sales order Item level and they should flow till billing.
    2. Supress/hide most of the fields in Sales order, so that end user will be happy( thru SHDO how to do)
    Please share your experiences and help me.
    BEST REGARDS
    Srikanth

    Hi Subba Rao
    in VA01 screen - Material /qty/ after entering this client wants to enter three more details say X/Y/Z
    and after that he dont want to see maximum fields displayed in VA01 Screen.
    I think it makes sense.
    Regards
    Srikanth

  • Add field district to order

    Hi All
    I want add field district to order, this is for I have a condition price calculate price for:  product and district  (sales zone).
    Condition price and customizing is ready, only I need add field for item in order and check price calculation.
    Thanks.

    Hello Rick / Mad,
    Im not sure which forum to post workflow too...it is based on CRM.
    Here is where I am though:
    Hello,
    Yes I used BUS1006
    If I click the test button and put an example BP number it sends me the email and it works correctly.
    But when I am in the WEB UI and I create a new account.
    I wait and then check SWEL and it says "Check FM ends with exception".
    I dont know what this means...
    Also it seems the email / job only kicks off when I do a test.  When do workflows kick off?  Are they placed in SM36 /SM37 for looking at when they run.  When I created the workflow I dont remember it asking me when it should run, is it a batch job that always is running?

  • Assign tester to test case in Team Web Access

    Hi,
    In order to assign a tester to a test case in Team Web Access you have to right-click the test case and pick "Assign tester" from the context menu. This is straightforward, however, the only user shown in the appearing sumenu is myself, which is
    not really helpful. Assigning the test case to a user other than myself is possible in MTM, so I'd assume this is not a permissions-related issue.
    We're using TFS 2013 Update 3; the process template being used in this particular team project is Visual Studio Scrum 2013.3.
    Thanks,
    Andreas

    Hi Andreas, 
    Thanks for your post.
    If you want to use the “Assign tester” feature assign test case to other users, you need add other users or group in your Team group first, then you can see other users display in “Assign tester” context menu. Or you can double click test case to open it
    in Web Access, then select user in Assigned To field for this test case.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • FIELDS IN SALES ORDER

    HI,
    How to add additional fields in sales order in additional data tab

    Hi ..
    Hope this link helps you.
    Link: [Additioanl tab enhancement|https://forums.sdn.sap.com/search.jspa?threadID=&q=salesorderadditional+tab&objID=f233]
    Thanks,
    Naveen.I

  • Adding Data Field to Sales Analysis Report

    Does anyone know how to add data fields to Sales Analysis Reports, either in PLD or CR?  On Sales Analysis by Customer, I need to add the total quantities for all items sold for the sales included in the report, excluding negative quantities.
    Thank you,
    Avraham

    Hi Avraham.......
    You can create your own Query Report for getting all the desired outputs and it will be easy to show in reports also.....
    Regards,
    Rahul

  • Adding custom field in sales tab of BP transaction

    Hi Experts,
    There is a requirement to add a custom field in sales tab of BP transaction in 'Sales area data', above the field 'Customer group 1'.
    Is it possible with BDT,else any other method to handle the procedure.
    I think it is not possible with EEWB to add field in this screen of BP. Please correct me if am wrong.
    Thanking you in anticipation.
    Regards,
    Santosh

    Hi Santosh,
    Refer the link **************** - Step by step procedure to enhance the BP using BDT.
    Thanks,
    Ritu

  • Adding New Field Under Sales Tax/Service Tax Tab in XD01

    Hi Experts,
    I want to Add new Field in CIN Details under Sales Tax/Service Tax Tab.
    Is it Possible to Add Field under Standard Tab.
    Thanks & Regards,
    Sandip Kokate

    hello,
    yes there are two ways:
    1) change standard screen. (that's the bad one).
    2) Use GuiXt tool which provides you with a possibility to add your custom objects into standard screens, change layout, visibility and so on.
    http://www.****************/Tutorials/Others/GUIXT/Page1.htm
    http://www.synactive.com/tutor_e/tutor.html
    i had personally used this third party tool without license ( you will be able to use only basic commands. adding  input fields is one of them). I think it is the best way to enhance old transactions which don't have appropriate BADi's,  user exits and so on.
    br,
    dez_

Maybe you are looking for

  • Multiple instances of the same APEX application under SSO

    Currently we have several applications that are authenticated through Oracle SSO. The apps are authenticating correctly, but I can't be in multiple instances of the same application without having to re-validate through SSO when I move between instan

  • Creative Cloud Application Manager failure

    I too experienced - and still do - a lot of trouble with the CC desktop app after update. I managed to reinstall it after using the cleanup tool. It worked again only up till I restarted my computer. After reboot the CC desktop app again fails to ope

  • Styling fonts in Mail

    Hi Recently my Mail application stopped allowing me to style fonts. Its not a big issue really but it should work, and it used to, now it doesn't. I can copy and paste styled fonts from older emails. No problem. However if I want to say make a word b

  • How do you backup a Cisco 2950 IOS image?

    I cant find anywhere on Cisco's website on how to do this or anywhere else for that matter.

  • Corrupted datafiles in standby

    Hello I used to have three indexes in nologging mode in primary database. When I scan the datafiles of these indexes in standby database, I notice that datafiles are logically corrupted. Today, I dropped these indexes in primary database and recreate