Disable the Item Availability Button based on Order type and Item category

Hi ,
My requirement is to disable the Item availability check button in VA01 based on the Order Type & Item category. Is there any user Exits/ Badi / FM available for this.
Thanks in advance.
Srinivas.

Hi,
Although it is an old post I need to answer for people who search an answer to the same type of question. To hide a field
you can use transaction variant 'tcode:SHD0'. But it is not based on Order type and Item category. May be you can use
USEREXIT_FIELD_MODIFICATION form in user-exit MV45AFZZ. You can loop at screen and set screen-active = 0 in fields
where you want them to be inactive.

Similar Messages

  • Disable Item Availability Button based on Order Type and Item category

    Hi ,
    My requirement is to disable the Item availability check button in VA01 based on the Order Type & Item category. Is there any user Exits/ Badi / FM available for this.
    Thanks in advance.
    Srinivas.

    Hi ,
    the screen 4050 in program SAPMV45A controls this push button
    In screen 4050 goto ->  MODULE BUTTON_AUSWAHL. ->PERFORM BUTTON_AUSWAHL. ->  ENHANCEMENT-POINT BUTTON_AUSWAHL_10 SPOTS ES_SAPMV45A.
    write the code to hide the button in this enhancement point
    using the screen-name and screen-group2
    Hope it helps you solve your problem
    Reward if helpful
    Regards
    Byju

  • Order type and Item category group

    Can anyone tell me which is the relation between order type and Item category group from material master ??
    In fact the problem is that I have created a material and when I want to create new sales order it gives me this errror:
    "No item category available (Table T184 ZORDER ZITGR)"
    Is there a tranzaction where I can assign Item category group ZITGR to sale order type ZORDER or something like that??
    What should i do?

    Hi Dan,
    Goto T-Code VOV4 and maintain the table
    Sales Doc type + Item Category Group + Usage + Higher level Item Category = Item Category
    TA + NORM + Nil + Nil = TAN
    If you have Customized your own Document Type and Item Category Group and Item Category then give your
    Sales Doc type (ZORDER)+ Item Category Group (ZITGR)+ Usage + Higher level Item Category = Item Category (ZTAN)
    Reward if helpful
    Regards PAVAN

  • Restriction of user to isuue material (mb1a - 261) based on order type and

    Dear friends
    My client wants to restrict the users for issuig of materials against order ( mb1a - 261 mvt) Based on user id, plant and Order type.
    I know it can be done with user id and Plant. But he is insisting on Order type.
    Please suggest.

    Dear R S Dhar,
    It's not possible to control for this authoriozation for order type for performing 261 movement in MB1A.
    You can control for movement type or based on storage location.
    Check and revert back.
    Regards
    Mangalraj.S

  • Is it ever ok to entirely disable the remote Title button?

    I am considering disabling the remote Title button in all menus, tracks, and stories in a DVD that has a main menu and one chapter menu. Doing so seems to solve all the navigation problems I was having due to the inconsistent behavior of DVD players, but I wonder whether viewers would find it weird that whenever they press the Title button they encountered the message "Operation prohibited by disk at this time" or the red-circle-with-a-slash symbol: http://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/SlashCircle.svg/120px-S lashCircle.svg.png
    What do you think? Is it ok to entirely disable the remote Title button?
    Thanks,
    John Link
    P.S. Here is a full description of the DVD structure:
    Main menu with four buttons:
    1) Play track 1 (Preview)
    2) Play track 2 with audio stream 1 (Full movie with regular soundtrack)
    3) Play story in track 2 with audio stream 2 (Full movie with director's commentary soundtrack)
    4) Go to chapter menu
    Chapter menu with a button for each chapter in track 2 and a button to return to the main menu
    Disable remote Title button in both menus, both tracks, and the story
    Set remote Return button in main menu to go to chapter menu
    Set remote Return button in chapter menu to go to main menu

    ll, personally I wouldn't find it weird. I never use the title button on my DVD player remote control anyway. Don't even know what it does, TBH!
    I wonder whether you would change your opinion if you were to find out what the remote Title button does.

  • Disable / Deactivate Update Price button in Sales order creation

    Hi Gurus,
    My requirement is to disable the 'Price Update' button in the item --> conditions screen while creating or changing the sale sorder. A set of users should not be able to update the prices using 'Update Pricing' button. Is there any way to disable/deactivate  this button in VA01 / VA02?
    Regards,
    Sam

    Hi Sam,
    I think you can control through Authorization for the set of users to update the price in the sales Order.  I think it will solve your requirement.
    Regards,
    SK

  • How to Disable the Add & Review Button

    How to Disable the Add & Review Button
     *Updated with the correct ISF  code (the previous code, in case you saved it, was to actually  escape apostrophes.  That will be posted  seperately. 
    Note that this solution might not work in your environment - you might have to modify it based on your installation.
    Enjoy! 
    Common_disableAddAndReviewButton()
       if ( Moment == 'ordering' )
            var theForm = document.forms[0];
            var buttonCt = 0;
            for( i = 0; i < theForm.elements.length; i++ )
                 if( theForm.elements[i].type == "submit" )
                    if ( buttonCt == 0 || buttonCt == 2 )
                        theForm.elements[i].disabled = true;
                         theForm.elements[i].style.visibility="hidden";                  
                     buttonCt++;              

    This is GREAT - I added a new Java Script and set it to "when form is loaded" and when I did some test reqs - no Add & Review button !!!!

  • Is it possible to disable the Force closur button from QE11?

    Hi
    Is it possible to disable the Force closur button from QE11 transaction code level?
    Thanks and Regards
    GVD

    Hello Chanti,
    Disabling the force closure button is not possible by creating a security role as security restrictions work on organizational elements like co codes, plant, s loc etc.
    Could you please let me know if the requirement is for all users or few users.
    Also you may want to try the transaction variant/ Screen variant option. The force button is available in program SAPLQEEM and Function ABFO which you need to tick the inactive button during recording. Take help from ABAP if required.
    Thanks
    Sahil

  • Can we disable the default push buttons on the ALV Grid

    Hi,
        Can we disable the default push buttons on the ALV
    Grid Control...
        If so, pls send me the procedure...
    thanks and regards
       raghu

    Hi,
    In the PBO:
      PERFORM f9100_exclude_functions USING :
                             i_exclude[]  '&CHECK',
                             i_exclude[]  '&REFRESH',
                             i_exclude[]  '&LOCAL&CUT' ,
                             i_exclude[]  '&LOCAL&COPY',
                             i_exclude[]  '&LOCAL&PASTE',
                             i_exclude[]  '&LOCAL&PASTE_NEW_ROW',
                             i_exclude[]  '&LOCAL&UNDO' ,
                             i_exclude[]  '&LOCAL&APPEND',
                             i_exclude[]  '&LOCAL&INSERT_ROW',
                             i_exclude[]  '&LOCAL&DELETE_ROW',
                             i_exclude[]  '&SORT_ASC',
                             i_exclude[]  '&SORT_DSC',
                             i_exclude[]  '&FIND',
                             i_exclude[]  '&SUMC',
                             i_exclude[]  '&SUBTOT',
                             i_exclude[]  '&MINIMUM',
                             i_exclude[]  '&MAXIMUM' ,
                             i_exclude[]  '&VGRID' ,
                             i_exclude[]  '&VEXCEL' ,
                             i_exclude[]  '&VCRYSTAL',
                             i_exclude[]  '&HTML',
                             i_exclude[]  '&MAINTAIN',
                             i_exclude[]  '&SAVE',
                             i_exclude[]  '&GRAPH',
                             i_exclude[]  '&HELP',
                             i_exclude[]  '&ALL' ,
                             i_exclude[]  '&SAL' .
    *                         i_exclude[]  '&EXCLALLFC'.
    *&      Form  f9100_exclude_functions
    * This form exclude buttons  from the toolbar.
    *      -->P_IEXCLUDE  text
    *      -->P_1150   text
    FORM f9100_exclude_functions USING   pexclude LIKE i_exclude
                                   value(pfunction).
      DATA: l_exclude TYPE ui_func.
      l_exclude = pfunction.
      APPEND l_exclude TO pexclude.
    ENDFORM.                    " f9100_exclude_functions
    This will exculde the default push buttons.
    Let us know if it works for you.
    Regards,
    Anjali

  • How to disable the select options button, while audio is playing in the question template in captivate 8?

    How to disable the select options button, while audio is playing in the question template in captivate 8?

    Apologies for late reply.
    I mean "On Question screens audio keeps on playing even after we have selected an option or options depending on the question type and clicked Submit. How do we stop the audio on selecting an option?"

  • I have disabled the next/skip button in quizes and don't remember how I did it.

    I have disabled the next/skip button in quiz and don't remember how I did it. I need to reenable it. Oh yea Captivate 7.

    Thank you for responding.
    Not sure what you mean. The master question slide looks normal and the project question slide does as well. When I launch the project the Next/skip button is grayed out and I cannot click on it. In the properties it looks the same as the other buttons.

  • Is there a way to remove or disable the "Clear List" button from the downloads list?

    Is there a way to remove or disable the "Clear List" button in the downloads list? I like to _keep_ my list populated with what I've downloaded but occasionally end up with it getting clicked on accident and lose the whole thing. Given that "Tools > Clear Recent History" dialog can accomplish the same thing I find Clear List to be irritating. So can I get rid of it in any way?
    == This happened ==
    Just once or twice
    == my brain lapsed on me ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Hello Chris.
    # go into ''Help > Troubleshooting Information...''
    # click ''Open Containing Folder''
    # in the folder that appears (new windo in windows explorer), go into the folder ''chrome''
    # open the file ''userChrome.css'' with a text editor
    # at the end of the file, in a new line, add the following code:
    <code>
    button#clearListButton
    </code>
    I haven't tested this, but it should work flawlessly. You can always erase this line if you want the button back. This will only work on your Firefox profile. If you want these changes to span across all Firefox users on your computer, please tell me.

  • Order type, Invoice type and Item categories for Nota Fiscal Brazil

    Hi eveyone,
    we have a company in Brazil implemented in SAP using a different SD Order type, Invoice Type and Item categories
    as our mother company in Switzerland. Reason of that is because of the nota fiscal customization for Brazilian legal requirements.
    We startet with a Project worldwide to rollout a global template within sales and distribution and are facing now exactly
    the problem with those different order type, item categories and Invoice type.
    Our local SAP partner in Brazil told as based on best practise we should have different types.
    I checked the customization and it seems I can't use e.g.: the same Order type for Brazil and Switzerland because
    the activation flag for nota fiscal is linked to the order type and no sales organization can be setted to slplitt the different processes.
    Someone knows if there are some possibilities (maybe trough user exits or badi's) to use globally the same dovument types, item categoreis... globally?
    Thanks in advance
    Gaspare Guttadauro

    Hi Gaspare Guttadauro,
    I would strongly recommend to use the different document types and item categories as suggested by SAP. Since Brazil do have one of the complex taxation process in place hence to determine correct pricing the different document type will be required. Also functionalities  like CFOP determination and nota fiscal relevance can be maintained.
    Please feel free to revert the forum in case of any doubts.
    Cheers
    Atul

  • Sales Text control based on Order type

    Hi,
    I am in process of maintaining both header level and item level texts in order to perform reports.
    I found the Text deter maintain in SD--> Basic functions --> Text control and already defined the required filed. But now i want to know how to control that particular field based on Order type or even based on Sales area etc to implement that to only one channel/ order type/ Sales area.
    Any one suggestion would highly appreciated.
    Regs.
    S.Ramesh

    Hi,
    Say for example :
    I am maintaining two sales order types respectively A and B. I want to newly add texts at header level and also at item level.
    I found that header level we can maintain Based on Sales order types ( Like A, B etc) and successfully completed the task.
    Now come to item level, text procedure assignment is based on "item category", and also i have maintained TAN item category for both order types, at the same time i want to make this new item level text only for Order type A and not B.
    Hope it makes clear.
    Regs,
    SR

  • Sales order doc and item fields in customer line item report(FBL5N)

    Hi All,
    We have some billing documents and the accounting docs are created as well. However, in the FBL5N report, we are not able to display the sales order doc and item info even though the columns are avaliable in the layout.
    Anyone can help?
    Thanks,
    Teo

    Hiya,
    You said you had the Order/Sales Doc field on the layout already.
    Have you ever been able to view the Order? All I can view is the Billing Doc, and I would think that is logical, since the Order is not the immediately prceeding document for the Accounting Doc. The Accounting Doc is created off the Billing Doc and that is what is updated in BSEG. The Sales Order is not updated in BSEG (I haven't seen that happen).
    In the event of a GR into stock posting, the Product Cost Collector or PO is the immediately preceeding document and hence updated in BSEG.
    Cheers.

Maybe you are looking for

  • Couldn't crate task file; SAP R/3 4.7 Installation, ORacle9i, Sun Solaris

    Hi all Am doing Remote instllation through Windows desptop. While installing Database instance at Database load (Porst Processing) step encountered error  MSC-01004, Couldn't crate task file /oracle/SID/ora<sid>/sapdata/SAPSSEXC.TSK. Details are : Us

  • I can't have a video or audio conversation

    Hey, Everytime I try to have a video or audio conversation with iChat (I just bought a MacBook), after I press the camera icon next to my friends pic, a new window pops up with my image (live from my camera) on it, saying: waiting for a response from

  • Pdf form text field

    Hello there, if text  contain "(" or ")" brakets are not displaying in PDF textfiled,if i convert "(" to "[" then the text is displaying in the pdf textfield.how do I allow "(" inside text.and i'm creating pdf programatically in java. thanks in advan

  • Export and Import of data fails

    Hi, Import and Export of data fails. Sometimes the application itself crashes when i try to import data. The error i get while importing data using a rule file is Reading Rule SQL Information For Database [Rev_FLA] Reading Rules From Rule Object For

  • Message Waiting

    IS there a way to turn message waiting (MWI) lamp on or off remotely. That is, can turn on the MWI lamp another phone from mine?