Describe requirement - extra field?

Hi all.
SRM 4.0, server 5.0.
In the Describe Requirement function, is there any way to add the vendor field directly to the first screen instead of entering it in the next step in the shopping cart? I looked at the SAP notes regarding the customer specific fields that can be added, but I do not believe that Describe Requirement can be enhanced this way.
Thanks for info.
BR
Dennis M

Hi
<b>I don't recommend this approach in your case.</b>
<u>No issues as such in changing templates (For existing SAP provided functionalirty, hiding, dis-abling, etc of fields).</u>
<b>But in your case, you need to design the whole logic for this new custom field, search help, validation, etc yourself, which might become too complex in future.</b>
<u>See Related links  -></u>
Add catalog link in Describe Requirement
Describe Requirement  with GL code
Re: Restricting selection of "Services" at the time of SC Creation.
Re: Use Vendor Text instead on Internal Note i Describe Requirements
SC HTML Template....
Do let me know.
Regards
- Atul

Similar Messages

  • Make Category id field blank in Describe requirement

    Hi all,
    When ever we are going in Describe requirement tab its giving us the last used category id in the category id field. I know its getting filled in the global_data_filled.
    We want to make this field blank when we go in this tab. Also I can not do any standard code change neither in template.
    Is there any BADI by means of which I can achieve this?
    any help will be rewarded.
    Thanks
    Smita

    Hello,
    There is no badi for this and the product category is a very determining field for the SC. Making it blank with development will cause many bugs and unwanted side effect.
    A suggestion is to create a dummy category named "?", set it at default category in user attributes and implement the badi bbp_doc_check_badi to prevent a user ordering a SC with this dummy category.
    Rgds,
    Pierre

  • Insert extra field in ALV report

    Hi All,
    I’ve requirement like … need to add Vendor’s ‘Country Code’ very next to ‘Tax code’ field in standard SAP standard ALV report S_ALR_87012357 .
    I’ve copied program (RFUMSV00) into z-program.
    But I’m not getting any idea how can I add extra field in field catalogue and corresponding value in internal table.
    Any ideas please…..
    Full points will be rewarded for useful answers…

    I didn´t understand the question very well, but if i am in certain, you will have to modify the internal table to add the field. If the table which shows the alv is like a data base type, you will have to modify this in this way:
    data: begin of gt_table occurs 0,
         include structure ,
         new_field type XXXX.
    data: end of gt_table.
    Then, you will have to add this new field to the field catalogue, in this form:
    ls_catalogue-fialdname = 'NEW_FIELD'.
    ls_catalogue-tabname  = 'GT_TABLE'.
    etc...
    Luck in your requeriment.
    ls_catalogue-tabname  = 'GT_TABLE'.
    etc...
    Luck in your travel.

  • Add extra field in alv

    Hi experts,
    i want to add extra field in alv that is totalprice
    the total price = qunatity * price
    already quantity and price from data base tables
    but the field total price is not from any table..
    thanks advans

    Hi,
    Quantity and Price both are ddic fields.
    Define the TOTAL PRICE of the type Price in the final internal table(table to b displayed).
    before passing the data / in looping define the logic...
    LOOP AT T_SOURCE.
    T_FINAL-PRICE = T_SOURCE-PRICE.
    T_FINAL-TOL_PRICE = T_FINAL-QTY x T_FINAL-PRICE
    ENDLOOP.
    Now all the required values are in the final table.
    Reward if helpful.
    Thanks.

  • Creation of extra field in customer master.

    Hi All,
    I have a requirement where i need to create one extra field.
    We intend to capture taluka for each distributor. This will give us micro level detail. We can start analyzing sale at taluka level.Therefore we believe this additional field will be important.
    Kindly provide your valuable solutions to achieve this.Thanks in advance.
    Thanks,
    Pavan.

    Hi Pavan,
    Rather adding an Extra Field(if your requirement "Taluka" is only for information or statical purpose) you can go with charecterstics and classification.
    In my Client Business, the requirement was to add the " Sales Group's" mobile number and Email id in customer master, so that they can a have report where they easily findout the phone number and mail id for the each sales group. so i have acheived this through Charecterstics.
    Screenshot for your Reference:
    This would be also an option.
    Regards
    Kamal

  • How to have extra Field attributes as per BP Role?

    Hi all, using path Cross-application components->Business Partner-> Field Groupings -> Configure field Attributes per BP role,  we come across Data Sets for each BP role where we can specify if fields can be hidden, required or optional. What if i want to add more data sets, i am not able to add it here. For the same, i need to use tcode BUSD and then assign a new Data Sets to BP Views (of same BP role). But i am not able to see any effect of the same. Can someone advise what I am missing out on. For e.g. if i want to use Data Set "tax numbers" and assign it to the BP View "xxx", which in turn is assigned to BP role "xxx", I am not able to see the extra fields for Data Set "tax numbers". Is there way i can find out what all fields are there in a particular Data Set?

    Hi Bappaditya,
    You will not be able to add new fields via the IMG path Cross-Application Components->SAP Business Partner->Business Partner->Basic Settings->Field Groupings->Configure Field Attributes per BP Role. This is used only to control the various visibility options of the fields associated with the datasets that are attached to your BP view.
    Now, if you want to add new custom fields to your BP role,
    1. Create a new BDT application that uniquely recognizes your scenario (Tcode -> BUS1)
    2. Create a new Dataset (Tcode -> BUS23)
    3. Create a new field group (Tcode ->BUS2)
        a. Here, associate different fields from data dictionary to the new field group
    4. Create a new View (Tcode->BUS3)
        a. Assign, your BDT application
        b. Assign your data set
        c. Enter the screen painter program name and screen number
        d. Enter function modules that may be required to validate screen input
        e. Assign your field group
    5. Create a new Section (Tcode-> BUS4)
        a. Assign yoru view to Section
    6. Create a new Screen (Tcode-> BUS5)
        a. Set Screen type (Data screen, Initial screen - Dialog, modal dialog box etc.)
        b. Assign your section to your screen
    7. Create a new Screen Sequence (Tcode->BUS6)
        a. Assign your screen
        b. Assign screen sequence category
    8. Create Divisibility View (Tcode->BUSD)
        a. Assign your data set
        b. Assign Calling BDT application
        c. Assign screen sequence
    9. Define new BP role using IMG Path Cross-Application Components->SAP  Business Partner->Business Partner->Basic Settings->Business Partner Roles->Define BP Roles
       a. Here, create new BP role category
       b. Assign your view
    You can then control the visibility of your fields by using the option 'Configure field Attributes per BP role' as you mentioned.
    Hope this helps.
    Regards,
    Pavithra
    **PS : Please reward points if this helps.

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

  • PO Creation with Describe Requirement

    Hello All and Happy Holidays,
    I am using SRM 5.5, ECS and I have a couple of questions
    1) How can I force the describe requirement to create a PO automatically (I can force the user to fill in price and Preferred vendor but is there anything else we need to do in the follow on document badi?)
    2) I want to create invoices for the PO's before the GR is done, but the system is not letting me do that, I have checked th PO and the GR-Bsd Inv field is set, I think it is validating me to create invoice before GR, how can I fix this.
    Please let me know if anyone have some ideas.
    Thanks and Happy New Year.
    Sreedhar

    Hi Mani,
    You can also use bbp_doc_change badi to convert a preferred vendor into a fixed vendor in your SC.
    Checking the price field not empty and converting preferred into fixed vendor enable you to create a complete PO.
    Please see my answer in this thread :
    https://forums.sdn.sap.com/click.jspa?searchID=574266&messageID=1510401
    Kind regards,
    Yann
    Message was edited by:
            Yann Bouillut

  • Reg:Extra field in Material master record

    Hi All,
    Our client has come up with a requirement of adding extra field while creating material.This is to enhance the users to enter the grade details.This requirement i wnated in standard and in Basic data 1 /2 . We could do it with Z developments but rejected by our customer.Also the field fashion grade cannot be used since it is available for garments industry. so its utilization is constrined.
    Is there any way to add this field in MM)! basic data 1/2 in standard
    Reg
    SAPmm

    Hi,
    You have to go for ABAP Development if you need a totally new field for Grade of the Material.
    1. Create Z-Field
    2. Add it in Material Master Tables by appending
    3. OMT3B - For Screen Sequence "21", under "Subscreens" of "Basic Data 1" Screen, add the field.
    Else you can use many other available fields for Grade Purpose for e.g. Dimensions field in Basic Data 1 and Basic Material in Basic Data 2 view.

  • Column Headings in the report and adding an extra field to the report

    Hi All.
    I had an issue like i need to put column headings for a report and I want to add an extra field to the report.
    The problem here is that the report was actually cloned from a Query.At the time of cloning,they forgot to add the column headings.
    Now we need to add the column headings for the same.How can we proceed for this and where we need to add our code?
    How to add an extra field  to the existing report?
    Any pointers will be very much helpful.
    Regards,
    SSR.

    Hi,
    you can get this done in 2 ways:
    1 - Change the query to add another column and the re-generate the report
    2 - If changing query is not possible, you can change the report it self for adding extra field. If you look at the code, it will be more like normal ABAP code. you can easily modify it (If you are ABAPer) for your additional requirements.
    thnx,
    ags.
    Edited by: Agasti Kale on Jun 12, 2008 6:26 PM

  • Error in FB60 - Additional account assignment required for field BSEG-HBKID

    Hi Experts
    While posting an Invoice for a particular company code in FB60, we are facing the following error :
    "Additional account assignment required for field BSEG-HBKID"
    Message no. F5A122
    Diagnosis
    Additional account assignment has to be carried out for some fields on the detail screen.
    System Response
    Error message
    Procedure
    Select the relevant items and call up the detail screen.
    We are unable to post any Non PO Based Invoices in this company code.
    Kindly guide us on possible methods to rectify this error.
    Regards
    MM

    Dear,
    First Check the setup as described by Atif,
    Also in OBC4 you will not find HBKID field, for this u need to select appropriate FSG, Under Payment Transaction Group please check if own Bank field is optional or not. by doing this as optional system will show House ban Field in Payment Tab of FB60, will be enabled and there will be two field one for House Bank and Other will be for Account ID.
    Hope this helps.
    Br, Vivek

  • Describe Requirement  with GL code

    Hi
    I have manage to coremod the program on describe requirement screen to allow for user to enter a GL code field. Upon "Add Shopping Cart", I used badi BBP_DOC_CHANGE_BADI to pass the custom gl code to the accounting section as follows:
      LOOP AT et_account INTO wgs_etaccount.
        IF NOT wgs_item-g_l_acct IS INITIAL.
           wgs_etaccount-g_l_acct = wgs_item-g_l_acct.
           MODIFY et_account FROM wgs_etaccount.
        ENDIF.
      ENDLOOP.
    My accounting data is populated correctly, but I received the gl code not found on top of the screen. When I drill down into the sc item level and perform a "check", the error is removed. 
    My question is how could I auto resolves the glcode upon "add shopping cart" button is pressed ?
    Thanks

    Hi BWer,
    Why did you activate badi to get default g/l account in SC? There is no need to do so. It is SRM standard funtionality to get g/l account in SC. You need to follow below steps-
    1. Maintain values AS,CC, for attribute KNT in root org plan via PPOMA_BBP. Make CC as default.
    2. Miantain g/l accounts in IMG, SPRO> SRM > SRM Server Cross application basic settings > account assignment > define g/l account for product category and account assignment category.
    Thanks
    Vikram

  • Suppress popups for "Fill in all required entry fields"

    I am trying to execute the standard CJ20n transaction on two different SAP systems and it is somehow behaving differently in both systems. I checked the configs on both system and they appear to be the same.
    When i run it in the first system, it throws the"Fill in all required entry fields" error once we press enter it moves ahead.
    while in the other system it throws the "Fill in all required entry fields" error and brings up a popup window to enter some information.
    How do i suppress this extra popup window?
    Is there any config setting.
    Any input is highly appreciated.

    Thanks rob for you reply. But it turns out my issue was not exactly resolved by that. Let me reframe my issue here.
    Where we installed support packs to upgrade ECC components some new code came in which altered the way in which a project is created in CJ20N. Sap introduced new logic to check for flexible screens during mandatory field check and if a screen exist the new SAP code popus up this screen for the user to enter all information.
    Now there are three problems with this:
    1. The users are accustomed to the old way of creating a project and they dont like the new popup screens which are somewhat redundant as they come up later also(in WBS element Level).
    2. Those screens are also used in other places so we cannot remove the screens either.
    3. For some reason due to the new flow of the screens the substitution step dont seem to be working properly.
    Is there a way to skip this flexible screen check during the start of project creation project creation.
    Any input is appreciated.
    Thanks.

  • Form Validation using Javascript error when adding extra fields

    Hi,
    I have a form (with a few fields which require validation) which works just fine.  I have added extra fields to the form and require them to validate too.  My problem is that they are not showing via the behaviours/validation box and I can't figure out how to sort it!  They are contained within the form element.  I have tried to delate the original validation and start again but to no avail.
    Please can someone help me?
    Code below.
    Many thanks
    function MM_validateForm() { //v4.0
      var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
      for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
        if (val) { nm=val.name; if ((val=val.value)!="") {
          if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
            if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
          } else if (test!='R') { num = parseFloat(val);
            if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
            if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
              min=test.substring(8,p); max=test.substring(p+1);
              if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
        } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
      } if (errors) alert('The following error(s) occurred:\n'+errors);
      document.MM_returnValue = (errors == '');
    //-->
    <form action="contact_us.asp" method="post" name="contact" target="_parent" class="contentText" id="contact">
          <table width="100%" border="0" cellspacing="5" cellpadding="0">
            <tr>
              <td width="54%" class="subHeader">Full Name* </td>
              <td width="46%" class="subHeader"><input name="FullName" type="text" id="FullName" /></td>
            </tr>
            <tr>
              <td class="subHeader">Company Name </td>
              <td class="subHeader"><input name="CompanyName" type="text" id="CompanyName" /></td>
            </tr>
            <tr>
              <td class="subHeader">Address</td>
              <td class="subHeader"><input name="Address1" type="text" id="Address1" /></td>
            </tr>
            <tr>
              <td class="subHeader"> </td>
              <td class="subHeader"><input name="Address2" type="text" id="Address2" /></td>
            </tr>
            <tr>
              <td class="subHeader"> </td>
              <td class="subHeader"><input name="Address3" type="text" id="Address3" /></td>
            </tr>
            <tr>
              <td class="subHeader">Postcode</td>
              <td class="subHeader"><input name="Postcode" type="text" id="Postcode" /></td>
            </tr>
            <tr>
              <td class="subHeader">Telephone Number* </td>
              <td class="subHeader"><input name="Telephone" type="text" id="Telephone" /></td>
            </tr>
            <tr>
              <td class="subHeader">Mobile Number </td>
              <td class="subHeader"><input name="Mobile" type="text" id="Mobile" /></td>
            </tr>
            <tr>
              <td height="25" class="subHeader">Email Address* </td>
              <td class="subHeader"><input name="Email" type="text" id="Email" /></td>
            </tr>
            <tr>
              <td height="30" class="subHeader">Status*</td>
              <td class="subHeader"><select name="StatusClass" id="StatusClass">
                <option selected="selected">Please Choose</option>
                <option>Architect</option>
                <option>Interior Designer</option>
                <option>Private Client</option>
                <option>Student</option>
                <option>Trade Enquiry</option>
              </select>          </td>
            </tr>
            <tr>
              <td height="23" class="subHeader">Project*</td>
              <td class="subHeader"><select name="Project" size="1" id="Project">
                <option selected="selected">Please Choose</option>
                <option>Planning Stages</option>
                <option>New Build</option>
                <option>Refurbishment</option>
                <option>Barn Conversion</option>
                <option>No project - information only</option>
              </select>          </td>
            </tr>
            <tr>
              <td height="37" class="subHeader">How did you hear about us?*</td>
              <td class="subHeader"><select name="CameFrom" size="1" id="CameFrom">
                <option selected="selected">Please Choose</option>
                <option>Web Search</option>
                <option>Grand Designs</option>
                <option>Living Etc</option>
                <option>Home Building &amp; Renovation</option>
                <option>Architect</option>
                <option>Friend/Family</option>
                <option>Magazine/Editorial</option>
                <option>Newspaper Article</option>
                <option>Trade Show/Exhibition</option>
                <option>Other</option>
              </select></td>
            </tr>
            <tr>
              <td height="24" class="subHeader">Brochure Request </td>
              <td class="subHeader"><input name="Brochure" type="checkbox" id="Brochure" value="checkbox" /></td>
            </tr>
            <tr>
              <td class="subHeader">Message</td>
              <td class="subHeader"><span class="style4">
                <textarea name="Message" id="Message"></textarea>
              </span></td>
            </tr>
            <tr>
              <td class="subHeader"> </td>
              <td class="subHeader"><input name="Submit" type="submit" value="Submit" /></td>
            </tr>
            <tr>
              <td colspan="2" class="subHeader"><em>* Required fields</em></td>
            </tr>
          </table>
          </form>

    whoops..... forgot to post this line of code which was a bit further down the page...
    "MM_validateForm('name','','R','number','','RisNum');return document.MM_returnValue">

  • Extra Field in Defects Recording

    Hi Friends,
      As per my clients requirements i need to develop an extra field in the defects recording screen.Is there any standard program exist for this.
    Regards,
    S.P.Selvathangam

    Hi
    You explore with the following user exits
    Exit name text
    QEEM0003  xit: add. functions after valuating insp. characs
    QEEM0004  xit: add. functions after valuation of partial samples
    QEEM0006  xit: add. functions after closing inspection characs
    QEEM0007  xit: add. functions after completing partial samples
    QEEM0011  xit: add. functions before valuating insp. characs
    QEEM0012  xit: add. functions before valuating partial samples
    QEEM0015  xit: add. functions after entering individual results
    QEEM0020  xit: additional functions after entering the inspector
    QEEM0021  xit: additional functions for user key +US1
    QEEM0022  xit: additional functions for user key +US2
    QEEM0023  xit: additional functions for user key +US3
    QEEM0024  xit: additional functions for user key +US4
    QEEM0029  xit for Characteristic Overview Subscreen
    QEEM0030  xit for Subscreen: Characteristic Single Screen
    QEEM0031  xit for Table Structure with External Numbers
    QEEM0032  tation of the characteristic text in the logon lang.
    QEEV0003  ination of order type for print
    Regards
    YMREDDY

Maybe you are looking for

  • Excise duty on free item

    Hello experts,                      In a Scheme an Excisable item is given for free along with sale of other items.In the case of items given as free, ED has to be paid but cannot be collected from the customer.  How this can be done in invoice witho

  • Active Directory + Resource action to delete home directory

    Hi all, I am trying to delete home directory from the disk physically after the user is deleted from AD. I followed the link http://docs.sun.com/app/docs/doc/820-6551/bzbuc?a=view and implemented the delete resource action as mentioned in the link. h

  • Problem in Exporting table to Excel2003

    hi, I have used the sample ExporttoExcel2003 component avaliable for download on the SAP site, for my project. It downloads the tables into Excel2003 perfectly fine. <b>however, when the string in the table contains these three characters: & , < , >

  • How can I make folder view the default view when I open Organizer?

    I just bought Adobe Elements Photshop and Premier 11.  I spent 2 to 3 hours getting my picture video library into Adobe's organizer.  I had some problems with duplicate picture (that I wanted to be there - so I had to rename them) and a couple pictur

  • Regarding respnsibilities, test instance

    i need your comments. In my existing job i worked on EBS11. Our DBA has given us Test Instance. where we can test our forms, reports, procedures, functions etc. we could upload form,reports,procedures,functions and have all schema's passwords on test