Regarding Business Place Mandatory in MIRO

Hi SAP Gurus,
My requirement of making Business place mandatory , I have made a following Validation
Prerequisite :
{BKPF-BLART <> 'UP' AND BSEG-KOART = 'K' AND ( }
{BKPF-TCODE <> 'FB08' AND BKPF-TCODE <> 'MR8M' ) AND U102}
Check:
{BSEG-BUPLA <> ''}
Message Place :
{  Enter Business Place}
In exit U102 i have written code
IF BSEG-KOART = 'K'.
    SELECT SINGLE WT_SUBJCT
    INTO LV_WT_SUBJCT
    FROM LFBW
    WHERE LIFNR = BSEG-LIFNR
    AND   BUKRS = BSEG-BUKRS.
    IF LV_WT_SUBJCT = 'X'.
      B_RESULT = B_TRUE.
    ENDIF.
  ENDIF.
It is working fine for Transactions  F-02, F-43, FB60. But , it is not asking to enter Business Place for MIRO .,
Plz help,
Thanks & Regards,
Pavan.

Hi,
check OSS Note:
https://service.sap.com/sap/support/notes/42615
Here it says:
3. Not all the values are available yet for callup point 1 and 2 for the substitution or validation in Transactions MR01, MRHR, MRHG, MR21, etc. (all with program SAPFMM08R). You should therefore use callup point 3 for the validation in these transactions. The values for callup point 1 and 2 are already available in the logisitics invoice verification (MR1M).
Are you calling the validation for MIRO in callup point 3 (complete document)?
Best regards.
Edited by: Pablo Casamayor on Aug 18, 2009 8:54 AM

Similar Messages

  • How to make Business place mandatory

    Hi, SAP Gurus,
    How to make business place mandatory in "MIRO ". As i know there are two ways
    1) Through Screen Variant T/code: SHD0
    2) Validation
    But here  i Never worked on sreen variant level and validation, I need step by step to make business place mandatory in MIRO
    bY USING ABOVE T/CODES,
    Regards,
    Prabhakar

    Hi Bhanu,
    Use T.Code GGB0 - Validation maintenance - Change Validation overview.
    Choose Financial Accounting in Application area. Select Line Item and click Validation create icon.
    Give a Validation ID BP and text Business Place Mandatory and save.
    Click Step icon - Step 01 - now the prerequisites; check and message will come in margin panel.
    Give text for the step 01. Click Prerequisites. You can see the Table Fields  Structure BKPF, BSEG, and SYST.
    If you double click on this you view individual fields relating to these master tables.
    Your prerequisite may be like this :
    Company Code is = XYZ ; T.Code = MIRO & F-43; Posting key = 31 ( Credit Vendor)
    Double click BKPF > double click  BKPF-BUKRS>  click "=" >  click constant > a pop up box will open
    here fill up your company Code XYZ.  This will automatically come in the top box.  Click "AND". Now  there is a back arrow
    button in the table field panel and come back to the original display of master tables.  Here double click SYST
    Click SYST-TCODE > click "=" > click Constant > in the pop up box enter tcode MIRO. If you want to add F-43,
    you have to click "AND" after this and repeate SYST-TCODE = F-43. Now click back arrow and double click BSEG and
    click BSEG-BSCHL > Click "=" > Click Constant > in the popup window enter 31 and save the prerequisites.
    (For the above requisites, the system will check if  Business Place is 1000 is filled up during transaction and if not it has to
    give a error message.)
    Now Click Check in the right margin below prerequisites menu. Again the table list will be seen with BKPF, BSEG and SYST
    Double click BSEG > click BSEG-BUPLA > Click "=" > Click constant and in the pop up box fill the business place 1000 and save
    the check menu.
    In the right margin now double click message.  Here you can create a message text of your own "Business Place mandatory"
    Save the Message and come back and finally save the Validation so created.
    Now use T.Code OB28 and enter your Company Code > give call point 2 > and Activation level 1 and save the entries.
    Now you can check for the transaction in MIRO where without filling the Business Place field you cannot save the entries.
    Hope the above steps will be clear for you.  If you have any doubt please revert back.
    Best Regards,
    Sadashivan

  • Business Place compulsary in MIRO

    Hi SAP Guru,
    I have very urgent requirement where business place field has to be configure as Require Entry in MIRO.
    Plz suggest solution for above requirement.
    Wirh Worm Regards
    Manoj Kumar Singh

    Hi
    You can make the Business Place/ Section mandatory using transaction OB28  i.e Validation for Accounting documents.
    Here you need to create the valiadation at the line item. Please consult your FI consultant to create the validation.
    Thanks & Regards
    Kishore

  • Validation Rule for Business Place mandatory - OB28

    Hi All,
    I have written the pre-requisistes as below for BUPLA and SECCO mandatory at transaction level.
    It is only working for F-48 transaction.
    Kindly correct me if i am wrong
    Pre-Requisites
    Company Code = '1030' AND Transaction code = 'F-43' AND
    Transaction code = 'F-48' AND Transaction code = 'FB60' AND
    Transaction code = 'MIRO' AND Transaction code = 'FB65' AND
    Posting key = '31' OR Posting key = '29'
    Check
    ( Business Place = '1030' AND Section Code = '1030' )
    Thanks,
    Narasim

    HI,
    Please try to use the below validation and fill the BUPLA and SECCO
    prerequisite
    company code = 'xxxx' and ( w.tax code <> '' or w.tax code <>'xx')
    and  account type = 'k'
    check
    section code <> ''
    message
    enter section code.
    Please change the above then it will work for you.
    Regards
    Madhu M

  • B Place Mandatory in MIRO

    Hi,
    Can somebody let me know as to how can I make a Business Place, a mandatory field in MIRO. Waiting for your reply @ earliest..
    Thank & Regards,
    Gaurav

    Hi,
    This can be achieved in the following 2 ways;
    1. OLMRLIST - Transaction Variant for MIRO
    2. OB28 - FI Validations (Make Business Place as mandatory for FI Document Type "RE") - Here take help of FI Consultant to do so.

  • BUSINESS PLACE MANDATORY IN FB60

    Hi,
    My client wants to make Business place/section mandatory in transaction code FB60.I searched the forum for it.The answer that I got was to use validation.My query is apart from validation, is there any other way we can do this?
    Regards,
    Devdatth

    Dear:
                Please refer to the link mentioned below
                http://help.sap.com/saphelp_46c/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm
                Revert back in case of any ambiguity.
                Regards

  • J1npp - Update business place FI document - MIRO

    hi.
    We have scenario, where we have MM document created with MIRO in which Business place(BUPLA) and Section code (SECCO) is entered . And for corresponding FI document gets generated without Business place in tax line iteam due to the previous config.
    There is standard t code j1inpp which updates BUPLA and SECCO for MM related document number generated from MIRO and its respective FI documents,
    case : As i have debugged the code,this report work only when MM document is without BUPLA and SECCO and updates corresponding documents.
    Is there any other standard transaction to run such kind of scenario,
    Can i update the same by making Zreport by copying the standard code and making changes in the code which i have tried and works fine?
    Regards,
    Kalpesh

    No harm in updating BUPLA and SECCO..
    We have updated.

  • Business Area Mandatory in MIRO

    DearAll,
    While doing MIRO , Business Area is mandatory , we need to change the same , please letus know how can we do thesame.
    Thanks & Regards
    Sameer Chitre

    This should have been posted in Financial forum.  Check in OBC4.
    thanks
    G. Lakshmipathi

  • Business Place Mandatory

    Hi Gurus
    While posting vendor invoice in MIRO for blanket PO, Iam getting the error Busines Place Mandarotory. How to resolve this issue?
    Thanks in advance

    Hi,
    Please look at the links below. May be they can provide you some overview as well.
    http://help.sap.com/saphelp_46c/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Thnx.

  • Making "Business Place" field Required in MIRO

    Dear fellow SAPers,
    Can anyone please tell me how to maintain the status of  "Business Place" field in MIRO as Required? The client wants to ensure that this field is populated everytime MIRO is done, irrespective of the user.
    Please Help,
    Thanks,
    Amit Bharti

    Hi,
    To make the business place field required for MIRO, you can write the validation as below:-
    Step 1:-
    Create a message ID via transaction code SE91 for message class /EACC/MSG/ACC_COMP.
    Step 2:-
    Go to transaction GGB0 and create the validation step at line item level in Financial Accounting as below:-
    Pre Requisits:-
          BKPF-TCODE = 'MIRO' AND BSEG-BLART = 'K'.
    Check:-
          BSEG-BUPLA = ' '.
    Message:-
         Message created in step 1 as error message.
    Step 3:-
    Please also check that this validation has active status (Status=1) at line item level for your company code in transaction OB28.
    Regards,
    Gaurav

  • Business place filed should be mandatory in the T.Code F-43 & FB60

    Dear All,
    I want Business place field should be mandatory in the T.Code F-43 & FB60.
    I have gone and verified T.Codes OBC4-Field status group & OB41-Maintai posting keys .But there is no business place.
    Plz help me how to make it mandatory filed while posting transaction in F-43 & FB60.
    Thanks & Regards,
    Kumar.D

    Thank you Asha,
    I have created a validation for making  business place mandatory in T.Code F-43.It works properly.
    But when I post transactions in F-02 other than TDS  .System shows  the messag
    like "Business place is mandatory" which is created in validation for making  business place mandatory.
    So I want to validate the "Business place is mandatory" T.Code wise.I don't want Business place is mandatory in all transactions other than  F-43 & FB60.
    Could you Please explain  me how to do the same.
    I will assign good points
    Thanks in Advance
    Regards,
    Kumar.D

  • Business Place in MIRO and FB60

    Hi friend,
    I input business place data by using FB60, I can see the data of bus. place update to the field of Branch number by using FB03.
    But why the data of bus. place can't be updated to the field of Branch number in FB03 when I input business place by using MIRO?
    Can someone tell me how to solve this issue?
    Thank advance.

    by myself

  • Substitution rule for Business place and section code

    Hello Friends,
    We have a business place and a section code. I want to write a substituion rule for vendor invoice for business place and section code.
    When i see in header, i am not find BUPLA and SECCO in header. I am finding them in line item. How do i get these fields in header segment. I tried substution rule in line item, but the tds is not deducted.
    Thanks
    SK

    hi SK,
      i am not understand your problem. Previously i face one problem regarding business place and section code. While booking invoices and advance payments the user forgets to specify business place or section code and some times he specifys wrong business place also. Basing on business place or section code we cant restrict the users because there is no authorisation object.
    i created one validation that if my business area is 1000. then substitute the business place field with section code.
    we have business place individual business area wise so i created this substitution.
    Regards,
    Sankar

  • T-code:FB60 and MIRO business place validation Section Code mandatory

    Hi,
    My requirement is to make mandatory in MIRO and FB60  field: BUPLA-business place and field:SECCO-Section Code.
    I have done validation through GGB0 . i am facing problem
    prerequisite: syst-tcode = 'FB60'
    check bseg-bupla   <>   ' ' and  bseg-secco <> ' '
    message 'Enter business place and business section.
    This is working fine when bseg-bupla  and  bseg-secco  is not entered .
    but when user enter value in both fields bseg-bupla  and  bseg-secco .
    in table bseg-bupla and bseg-secco both become blank.
    Is ther any other method to achieve this
    regads,
    K.Shobha.

    Hi
    Have you tried it with customizing tools? I understand that you can achieve it. I think that you want to populate these fields if you have a field status group for this account (check it in FS00). You can create a field status group for this account and do mandatory this fields. If you have doubts, search the help of a FI consultant.
    If you see the help for this field:
    Field status group
        Determines the screen layout for document entry.
        Fields can have the following statuses:
        o   Optional entry - you can enter data in the field
        o   Mandatory entry - you must enter data in the field
        o   Suppressed - the field does not appear on the screen
    You can mantain it with tcode OBC4.
    I hope this helps you.
    Regards
    Eduardo

  • Problem with business place and section code in miro screen

    hi experts,
    i have done the following config. for validate the b/place and section code at the time of invoice and payment.
    in prerequisite-com.code=l001 and (posting key=31 or posting key=29 or posting key=21 
    in check-business place=1001 and section code=1001
    by this config. in t code fv60 and f-48 b/place and section code showing mandatory but in miro screen w/o b/place and section code system alowing to save the entry.
    please suggest me where i am wrong and what to do next?
    thanks and regards
    konishko

    hi
    i have written the condition as follows
    in prerequisite:bseg-bukrs=l001 and (bseg-bschl=31 or bseg-bschl=29 or bseg-bschl=21)
    in check:bseg-bupla=1001 and bseg-secco=1001
    by doing this in fv60 and f-48 screen is not allowing to post w/o b/place and section code but in miro screen system allow me to post w/o b/place . if i validate the miro screen then after giving the b/place it is not allowing me to post the same and giving the error message which i have created.
    how to solve this problem?
    please suggest me and please give me the steps.
    regards
    konishko

Maybe you are looking for

  • Amount of days in a month

    Hi. How do I retrieve the amount of days in a month? Thanks.

  • TS2972 Apple TV Streaming Troubles

    Hi all, If anyone can help me it would be much appreciated. I have owned a first generation Apple TV for a few years and it mostly worked fine.  It would have the odd drop out now and again but I always put it down to the internet casing problems.  I

  • Adobe photoshop album starter edition 3.0 shutting down when importing from iphone 4

    adobe photoshop album starter edition 3.0 keeps shutting down when I try to import photos from my iphone 4 - it works fine with my wife's iphone 3!  Any suggestions? The follwoing messages appear: Adobe Photoshop Album Starter Edition 3.0 (Viewer) ha

  • Can't start kwakd service in systemd

    Does anyone have kwakd running on systemd? I tried everything I could think of, but the result is always the same: $ 0.restart kwakd Job for kwakd.service failed. See 'systemctl status kwakd.service' and 'journalctl -n' for details. $ systemctl statu

  • Vendor Rating Procedure

    Dear All Vendor rating full scenario Regards k.s.krishnamurthy