Making a field mandatory in MIRO transaction

Hi all,
I have an issue like this
In the MIRO Transaction , for credit memo , I need to make the field INV.REF. as a mandatory field.
Kindly suggest me on this .
thanks,
Sumit

Hi,
1.- in transaction OLMRLIST enter:
Transaction = MIR7
screen variant = ZWHATEVER
Program = SAPLFDCB
screen = 20
2.- click on button create (here you´ll go to transaction MIRO)
3.- Click on button "save" and a popup will appear
4.- Click on button "continue"
5.- Click on "Back" and here you will see the variant details
6.- Look for row of field "Inv.Ref." and check the checbox of column "Required"
7.- Save and activate
8.- Later on you can modify your variant too
Best regards.
Edited by: Pablo Casamayor on Apr 15, 2009 12:02 PM

Similar Messages

  • Making A Field Editable In MIRO Transaction

    Hi All,
    In MIRO transaction, when you enter details for Brazil, the NOTA FISCAL tab gets displayed on the Menu Bar.
    On clicking the NOTA Fiscal Tab, the control goes to the screen where it says "Create NOTA Fiscal Incoming". In The Item Overview Screen, there are many fields that are present only for Read Only and hence are Disabled, since they are used to display information only.
    One such field is "Plant"  which I have to make editable, is there any way that can be done.
    Kindly Suggest..
    Pablo

    Can you please suggest as to how to go about it?
    I have never worked on it before..
    Thanks and Regards
    Pablo
    Edited by: Pablo Ghosh Roy on Sep 12, 2008 2:14 PM

  • Business Area Field Mandatory in MIRO transaction

    hi,
    how do we have to make business area field as mandatory in MIRO - Details Tab.?
    thx in advance.
    Tks
    Mani

    hi
    Goto OB41
    Select posting key 31 
    Goto details
    click on field status
    Select additional account assignments
    Make Business area mandetory and Save.
    regards
    kunal

  • How can i make a field mandatory in MIRO transaction

    Hi,
    In transaction MIRO,
    in the details tab there is a field Cent.bank .......
    I want to make that mandatory for the specific comapny codes
    Please suggest me some exits or Badi's so that i can code in it .........

    Hi,
    pls try out the following way to find a BADI in the transaction...
    SE37->SXV_GET_CLIF_BY_NAME.
    DISPLAY MODE
    set up a breakpoint there. In new seesion open the tcode MIRO
    At that time, it will stop this function.
    Double click on the function field EXIT_NAME.
    This would provide you the BADI that in your transaction.
    thanks
    ravi

  • How can i make reference field mandatory in MIRO?

    Hi Experts,
    How can i make reference field mandatory in MIRO screen.
    Reference field is not available in field status group.
    I have checkedthe reference number in RE document types in OBA7 .
    But still without entering anything in reference field in MIRO,the document is getting save.
    Any other solution??
    Regards,
    Sumeya offrin

    Hi
    Strange....what you did should work.
    Was an accounting document created for this MIRO? Was it RE type?
    Ofer

  • Making screen field mandatory

    hi can any one help in making the field email as a mandatory in su01 t-code and kindly help with process where to go and what are the steps do i take to make the field mandatory

    Go to SHD0,
    give the transaction as SU01 and give the name of transaction variant for example 'USR1'. click create. Since your requirement is only for email give some dummy name and click on create. In the next screen give some dummy name and enter and continue till you reach the screen with this title "Screen values 0900 Program SAPLSZA5" . In this screen for the field 'Email' check the box under 'required' column. now click exit&save. give some short text in the next screen and save it under appropriate package, Transport requests.
    Note : you can default your transaction variant as the standard variant. (SHD0 - standard variants tab-> Activate/Deactivate as standard variant)
    Now go to se93 and click on create , give transaction code as for example 'SU01N' (this will be your new transaction for creating user with email as mandatory field) and choose start object as 'Transaction with variant'
    In the resultant screen, give the transaction code as SU01 and transaction variant as 'USR1' (the one we created earlier), check on all gui support box's accordingly, and save it under appropriate package and Transport request.
    From here on you can use SU01N as the transaction for creating users with email as a mandatory field.

  • Need to make some fields mandatory in standard transaction XK01

    HI All,
    Is it possiable to make some fields in standard transaction like XK01 mandatory?
    or any work around ?
    thank in advance for your replies.
    Regads,
    Riyaz.

    Hi,
    From configuration(SPRO) u can easily make some fields mandatory in XK01. Otherwise create a transaction varition for XK01 using TC SHD0.
    Rewards points if helpful.
    Regards,
    Srinivas Ch

  • Reference Field mandatory in MIRO

    Hello Experts,
    I would like to set the reference field in tcode MIRO as mandatory. It is possible? How can I achieve that?
    Thanks in advance,
    Best regards.

    HI
    Goto  SPRO>>Material Management >>Logistic Invoice verification>>Incomming Invoice >>Maintain Number Assignment for Accounting Documents >>Document type>>Select Document type RE , Cllick on detail screen >>check for "Required during document entry >> Activate the check box for the "Reference no".
    This Will Make reference feild mandatory during MIRO.
    Regards
    Manish

  • Making segment field mandatory in Profit Center master

    Hi,
    We are using SAP version ECC 6. While creating a profit center using KE51, we would like to make the 'Segment' field mandatory. Can anyone tell me how can this be done? Thanks.
    Regards,
    Sangeeta

    Hi,
    I tried using SHD0 for tcode KE51, but I got the following error message:
    Variants are possible only for dialog transactions.Message no. MS417
    DiagnosisYou cannot create variants for variant or parameter transactions.
    Procedure
    Variant transaction:   Adjust the variant
    Parameter transaction: Adjust the parameter(s)
    Kindly advise.
    Regards,
    Sangeeta

  • Making a field mandatory in purchase order wrt account assignment

    Hi,
       I want to make a field mandatory in purchase order wrt a patricular account assignment category.Can any one of u help me?

    Hi
    Using a BAdi  you can acheive this.
    Create a New Field selction key with Order Acknowledgement as mandatory field
    The Business Add-In (BAdI) ME_PROCESS_PO_CUST enables you to extend the business logic of the Enjoy purchase order on an individual basis.
    Typical applications for this BAdI include:
    Processing of own objects
    Processing of additional data on standard objects
    Implementation of additional checks and derivations
    Change of data in standard fields
    Change in field selection
    Use one of the the methods
    Field selection At item level method FIELDSELECTION_ITEM_REFKEYS
    Special rules at item level method FIELDSELECTION_ITEM
    This method enables you to change the display properties of fields at item level by supplementing or swapping the field selection reference key. You can thus restrict the processing options for certain groups of users, for example.
    The following parameters are available:
    IM_ITEM
    This import parameter contains the item data of the outline agreement.
    The interface reference is of the category IF_PURCHASE_OUT_ITEM.
    CH_KEY0 to CH_KEY6
    These change parameters contain the field selection reference keys.
    Please go through the BAdi Document tation for more details
    Please take hepl of ABAP er in implementing the BAdi
    Thanks & Regards
    Kishore

  • MAKING A FIELD MANDATORY IN SELECTION SCREEN

    HOW TO MAKE THE SELECTION SCREEN FIELDS MANDATORY USING LOOP AT SCREEN STATEMENT.I TRIED USING IT WITH AT SELECTION SCREEN EVENT.BUT IT WAS NOT WORKING.SO CAN ANY OF U PROVIDE SAMPLE CODE FOR THIS.
    THANKS.

    Hi,
    You can do it simple:
    AT SELECTION-SCREEN ON s_matnr.
    IF s_matnr IS INITIAL.
        MESSAGE e055(00).
    Make an entry in all required fields
    ENDIF.
    (s_matnr: is a field on the selection screen)
    Good luck.
    Gilad Hubara.

  • Making posting date mandatory for FCH8 transaction

    Hi Friends,
    Can any one of you have idea of how to make the posting date as mandatory in the transaction <b>FCH8</b> either through some configuration or using some exit?
    Thanx in advance,
    Ram

    Hi,
    Create a validation for the same through t.code:ob28
    regards
    Prasad

  • Making "Partner" field mandatory during IW32

    Hi,
    Can u pls suggest me as to how to make the "Partner" field mandatory during the change of Maintenance order (ie IW32) for a particular order type. I tried Field selection for Order Header Data(PM) but the Field name "partner" is not appearing there. Kindly suggest me the way out.

    hi arun
    as far as i know it is not possible to make partner field mandatory after release.as i said you can make it mandatory during creation itself.
    iam not sure but another option you just try it out.create a status profile of 2 status assign one status as intial and hide the partner function and another status make partner function has mandatory.presently i am not in SAP so just try it out.
    regards
    thyagarajan

  • Making segment field mandatory in Profit Center Master Data

    Hi,
    We are using SAP version ECC 6. While creating a profit center using KE51, we would like to make the 'Segment' field mandatory. Can anyone tell me how can this be done? Thanks.
    Regards,
    Sangeeta

    Hi,
    There seems to be no standard setting which makes this mandatory.  You may need to take the help of an ABAPer to create a field exit.
    Cheers.

  • Making a field mandatory based on values in a drop down

    Hi,
    I am new to Javascripting on the Adobe Designer and we have a requirement to make a text field mandatory based on one of the values selected in a drop down list on the same form.
    When I say mandatory I mean we need to prevent the form from being Saved if this text field is not filled - specifically when a value (say "Promotion") is selected on a drop down.
    Please help me with the events under which the script needs to be placed and the scripting commands.
    Thank you!
    Neera

    Hi,
    You can put PPR event on EMAIL field. Catch that event in PFR and put your logic there like:
    if EMAIL is not null then make FORMAT field mandatory (for that u can catch that in PR)
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Why do I need to render an imported clip in the timeline to view it??

    I can't figure this out.I have used FCP 3 many times before but now I have imported an H264.mp4 clip into my timeline using FCP 4.5. Now I have to render it to watch it in the timeline?It appears that I have to render any clips I import into the time

  • Restricted access to confidential documents in DMS

    Hello Gurus, Need your expert guidance on the following requirement. The requirement is to restrict the access of the document to users like Author, Reviewer and  Approver, for all the documents. I am confused which authorization object will work in

  • BPEL Process Modeler

    According to the documentation I should see "BPEL Process Manager Server" under the connections in JDev (version 10.1.3.3). I have installed the SOA suite and Business Process Manager. I do not see this - I am sure I have missed something. Thanks To

  • User Exit Modification

    Hi,   When i double click on the Include name in the Function Module of an User Exit ,it is giving the error Program names ZX... are reserved for includes of exit function groups Please tell me ,How to enter into the Include to modify the User Exit T

  • JAVA/J2EE Developer

    Where can I find people that are TS/SCI cleared, and can work in Quantico, VA? Thank you!