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

Similar Messages

  • Making q0167-iminc field blank of IT0167 infotype

    Hi,
    I got a requirement to make the field  (q0167-iminc) of infotype IT0167 blank on certain conditions (if the employee has domestic partner who is tax in-dependednt, which is in IT0021).
    Pls get back to me how we can do it.
    Some how i got BAdi PBEN0008. I need hw we can put this logic to make the filed blank.
    Thanks,
    Shreeni

    Hi Richard,
    Thanks for the reply.
    Yeah I agree those are screen fields, thats wt how should we make the screen field blank.
    While creating IT0167, it should check iin IT0021 if employee has domestic partner and tax status check box is checked then in IT067 -iminc field should become blank,
    I just want to this can be handle thru user exit/BADi or in other way to control this screen field.
    I do not Dynamic actions, can we do it thru that?? i am not sure..
    Please revers ASAP.
    Thanks,
    Shree

  • Making Numeric field blank

    Hi Experts ,
    i have a requirement to make the numeric field "blank" in some rows of internal table .
    its about vendor
    whenever any vendor will repeat , i need to display  3 numeric fields "blank" , in that particular row .
    please help me on this issue .
    thanks in advance .
    vijeta

    Hi,
    One very important thing we cannot make numeric field as blank is can be made initial i.e. 0.
    So we have to make the field as character then we can make it blank by initializing it.
    thanx.

  • Enhance Describe Requirement screen

    Hi Experts,
    In SRM 7.0 for Describe Requirement Screen I want to add additional fields in the Describe Requirement Screen. I could not find any way to customize through field control in spro. Do i need to enhance the Webdynpro screen for Describe Requirement to accommodate this change or is there any other way?
    Thanks

    Hello Srinivas,
    Yes, You add the custom field type partner no to Item structure.
    If u debug ONACTIONADD_ITEM_TO_SC method of the component /SAPSRM/WDC_DODC_SC_I_DES
    item details are populated and using it account, partners are created.
    1, Add custom field in item structure. example :zsupplier_no type partner_no
    2, check once when u enter input in your zfield values is getting populated in /SAPSRM/IF_PDO_BO_SC~ADD_ITEM(While debugging)
    3, Enchance the post exit for  /SAPSRM/IF_PDO_BO_SC ~SOS_VALIDATE, In sos tab you can find the partner no as fixed vendor.(which was entered in describe sc screen)
    In exit
    CALL FUNCTION 'BBP_VENDOR_GETINFO'
    EXPORTING
    partner = cs_item-zsupplier_no
    x_with_name = 'X'
    TABLES
    vendor_set = lt_vendor
    EXCEPTIONS
    OTHERS = 1.
    READ TABLE lt_vendor INTO ls_vendor INDEX 1.
    ls_partner-partner_fct =' 0000019'.
    ls_partner-p_guid = cs_item-guid.
    ls_partner-partner_no = ls_vendor-partner_guid.
    ls_partner-partner_id = ls_sos_list-vendor_id.
    me->guid_create( CHANGING cv_guid = ls_partner-partner_guid ).
    APPEND ls_partner TO ct_partner.
    Regards,
    Neelima
    Edited by: S Neelima on Sep 29, 2011 2:58 PM

  • How to make a field in a form required when the prior field (a dropdown) has content entered

    I have a table with 15 columns of various questions/topics (year, course number, instructor, etc) and 14 rows of input fields. A couple are dropdown menus, but the rest are just text fields. The client wants (most) of the fields to be required but the amount of rows used will be different for each user. So I'm trying to get each row of fields to only be required if the first field in each row (which is a dropdown) has a selection made (to avoid users from getting a required field error if they only enter say 3 rows of content of the 14 possible rows.) I'm assuming this will be a javascript if/then situation, but have been having trouble finding a similar example via google. thanks!

    Hi,
    You can make fields non-editable at runtime using this code:
    field.access = "readOnly"
    Hope this helps.
    Amit

  • How to make the Reference field in the in Accounting Tab a required field.

    Hi,
    Can i make the REference field in the Accounting tab required. I want to enter contract number from RE in that field.
    Thank you.
    Rachelle

    Hi,
    Goto t.code OVA2 select A-sales header and then click on procedures in the left--> select the procedure in which you want to incolude this field and new entries the table name is VBAK and field is XBLNR for the reference field in the accouting tab and accordingly assign the status 01 or 02 as per your requirement.
    Then you need to assign the incompletion procedure to the sales document type in VOV8.
    Regards,
    Gopal.

  • How to make the Deprtmnt field in the cost center master data as required ?

    Dear Experts,
    I want to make the Department field in the cost center master data as required field.....how do i do it?
    regards
    Suresh

    Hi Eli,
    Thanks for the quick reply
    while creating the Cost center itself the field should come as required field........can that be met with this enhancement?. Because the transaction code being used int the enhancement is for change mode but i want this feature in  create mode itself.
    thanks
    regards
    Suresh

  • Requirement of keeping the Path field BLANK of HTTP_AAE Channel in NW PO 7.31

    Hi ,
    We are in a phase of migrating Interfaces from PI 7.1 to PO 7.31(Java Only).
    For one of the Interface in PI 7.1 there is a RFC Destination for vendor communication through HTTPS connectivity  :
    Target-Host: IP Address
    Post: value
    Path Prefix: Blank
    During migration  requirement is to keep the Path field BLANK of the Communication Channel,however since  PO has mandatory path field   a "/" is been provided, because of which data post fails.
    PI:  https://IP:9443
    PO:  https://IP:9443/  (Since Path Prefix is mandatory)
    As per my understanding The data is supposed to be posted directly to the IP (https://IP:9443) however it is getting posted to (https://IP:9443/) where the service is not available.  For reference have attached relevant screenshots.
    Is there any way to provide Blank value,omit the Path Field of HTTP_AAE Receiver adapter. Need ardent support and suggestions
    regarding this.

    Komal,
    I tried the regular expression on my system which is PI 7.30 SP 8 Patch Level 45. And it worked for me.
    I have used a simple check for alphabets.
    Regards
    Abhishek

  • 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

  • How to make a table field Required

    Hi,
    I tried to make a table field as 'Required'. It works fine. But it gives unexpected results. Imagine the table has 10 rows. when the user make an entry in the first row, the system gives the error messages for the required field in the remaining rows as well. How can we restrict it so that it checks for the required field only for the row with entries. How to specify the condition type?
    Kind Regards
    Shahul

    Hi,
    check this :
    don't set table field as 'Required'.If your table data contains in a internal table , then use Below code under <b>PAI</b> event.
      LOOP AT i_data.
        CHAIN.
          FIELD:  i_data-fld1.
          MODULE validate_field.
        ENDCHAIN.
      ENDLOOP.
    MODULE validate_field INPUT.
    write the code to validate the each line of the table control, if validation fails , cursor will stop at the table control row
    ENDMODULE.
    Regards
    Appana

  • 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

  • Message No F5808 Field Assign. is a required field for G/L Account.

    Hi Guys,
    I have a problem when releasing a cancel credit memo billing document.
    It shows the following error message:
    Field Assign. is a required field for G/L Account.
    Message No. F5808
    Diagnosis,
    The value field "Assign." in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L Account XXXX in company code XXXX linked to the field selection for posting key "50".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Assign.". If this is the case, contact the consultant responsible for the application.

    Hi,
    The Assignment Number BSEG-ZUONR (I suppose "Assign." means it here.) field status for posting key and GL is optional and mandatory.
    I think the GL Account SORT KEY in FS00 is the assignment selection for Billing to FI doc. Say if the SORT KEY is Posting Date, the assignment from Billing to FI Doc would be the date of posting.
    But if the SORT KEY is blank ( This is case for my G/L account), the system will select the assignment written in Billing document header (VBRK-ZUONR).
    I checked other billing documents, which are not in the same billing type as the one with error, and found it follow the above logic.
    So how come this time it shows the above error? Really confused.
    Emma
    Edited by: qun yang on Sep 22, 2011 9:12 AM

  • Multiple line describe requirements

    I have a question regarding the describe requirement process.  We are currently using the describe requirement functionality for requests that are three line items or less, however the business has informed me that they need the ability to do multiple lines, as in up to 100 lines.  Given what we have implemented today, our current solution is not going to fit this new requirement.  My question is, how are other companies handling similar issues?  Is there other delivered transactions that I should look at that might fit this need?
    Best regards,
    Shawn O'Connor

    Hi Yann,
    I'm referring to transaction BBPSC01.  We are then selecting the describe requirement link.  This brings up six fields for the user to enter (Description, Internal Note, Quantity/UOM, Price/Currency, Category and Required on Date).  This process works fine for a small number of line items but we need a way to enter 100 line items in a time efficient manner.  As it exists right now the user would create their first line, then copy it to create a second line and update the data.  This is too cumbersome for a large number of line items.  I'm wondering if there is another way that is easier to enter multiple line items.
    Best Regards,
    Shawn O'Connor

  • Field Order is a required field for G/L account ....

    Hi Experts,
    I am getting following error while posting payroll to FI (tcode PC00_M99_CIPE - Create Posting Run).
    ================================================================================================
    Field Order is a required field for G/L account 1000 23107
         Message no. F5808
    Diagnosis
         The value for field "Order" in the interface to Financial Accounting is
         an initial value but you are required to make an entry in the field
         selection for G/L account "23107" in company code "1000" linked to the
         field selection for posting key "50".
    System Response
         Error
    Procedure
        It might be an error in the configuration of the G/L account field
        selection. The initial application, used to call up the interface must
        otherwise define a value for field "Order". If this is the case, contact
        the consultant responsible for the application used to call up the
        interface or get in contact with SAP directly.
    ================================================================================================
    Thanks for the solution in advance.
    Regards,
    Waqas Rashid

    Thanks Dilek for quick reply, but I am unable to find order field for my field status group in OBC4.
    Let me tell you the background of what I did ...
    I have one wage type 4113 which was linked to vendor account. I changed the link from vendor to balance sheet account and specified new GL 23206 for my symbolic account of wage type 4113.
    When I post the payroll result to FI after this change. I got this error.
    Regards,
    Waqas Rashid

  • Field Text is a required field for G/L account (VF02 release to accounting)

    Hi gurus,
    the following error message shows in VF02 when releasing to accounting:
    "Field Text is a required field for G/L account in E178 (=CoCd) 4420000000".
    We checked the G/L master (FSS0) - information tab - G/L Account texts in Company Code (for G/L 442*) but did not work. Any  idea of which text is to be maintained?
    Thanks,
    VL

    hi,
    this is to inform you that,
    in SPRO - financial accounting - g/l accounting - master data - g/l accounts - preparations - addational activities - define screen layout for each transaction.
    or
    OB26.
    make the field text mandatory and fill the data in it.
    confirm
    balajia

Maybe you are looking for