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

Similar Messages

  • REQUIRE FB60 BUSINESS AREA FIELD MANDATORY

    Hi Guru's
    FB60 TRANSACTION I NEED TO SET BUSINESS AREA FIELD MANDATORY
    IN DETAILS TAB BUSINESS AREA FIELD.
    Please help in this issue.
    thanks
    raj

    Hi,
    You can a write a validation as below
    prerequisite: t.code: FB60
    Check        : business area <>blank   ( it means business area is not equal to blank)
    message    : Error  (you can create message discription by using Maintain message icon)
    It will resolve ur issue.
    all the best
    Prasad

  • Business area field required in miro screen

    Hi
    My client wants to make business area field to be required field under details tab for miro screen-
    client is using ecc6-how to make business area required
    thanks in advance
    regards
    joseph

    Try OLMRLIST trxn code and Input the Following
    Transaction MIRO
    Transaction Variant Zmiro
    Program SAPLMR1M
    Screen 6310
    I havenot tried this.

  • How to fetch the Business area field value from MIRo into report

    Hi,
    I want to create a report for MIRO with payment details.
    How to fetch the business area field value in to report.
    What is the table name. I verified it is storing in structure. Which is the right table for fetching that value with reference to MIRO.
    After that, how to find the accounting document for payment and check details.
    What are the table names and field names. What we can get from PAYR table.
    With regards
    Lakki

    Dear,
    For Bussiness area
    RKPF-GSBER

  • How can I make Business area field optional in MIRO

    Hi,
    whyle posting invoice the system is asking business area as required input.
    I don't want to put business area.
    Is there any way to avoid this ?
    I don't want to change, spro settings.
    How can I avoid business area in MIRO?
    waiting for your input..
    Thank you,
    Marella.

    check the GL accounts field status variant attached to the Invoice posting.
    also check in PO whether u have the BA field filled up. in case u r using BA accounting then that value shld be there..... as u said u dont want to put BA as field in miro , that means u r not using BA thing... so u can always maintain all the FSV of GL for BA as optional/supressed...

  • 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

  • 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

  • Business area field blank during line items display

    hiii...
    In our system  vat input tax gl n cenvat clg a/c gl enries r not showing business area wise... when i check the line items of  these  general ledgers  the business area field is blank...the problem is tha how i can identify the data for different business area...?when i m doing entries by miro in these gl  business area  field is showing blank...n when i m doing entries by other t.codes these gl line items r showing by business area wise...what the solution for this problem?documnt splitting is also activated in our system....
    Thanks & Regards
    Rekha Sharma

    Hi,
    1. Identify the document type being used for the posting. For example KZ or ZP
    2. Identify the transaction type and business variant being used for the document type found in step 1 from SPRO node " Classify Document Types for Document splitting" (SIMG_GLT0_T8G12). Most likely it would be
    3. Identify the document splitting method being used in your implementation from SPRO node "Activate Document Splitting" (SIMG_FAGL_ACTIV_SPLI) . Most likely to be 0000000012 or 0000000012
    4. Go to the SPRO node "Define Document Splitting Rule" (FISL_PS_GBEB_SPLT_DC) and locate the header item with Splitting Method, Business Transaction and Transaction Variant identifies in step 1,2 and 3.
    5. Add item category which contains your tax accounts , into the "Item categories to be edited" list for the header selected in step 4.
    6. Add "Base item categories "03000 - Vendor" for item category identified in step 4.
    Hope it helps.
    Regards
    Sachin

  • Making the Business Area field as editable

    Hi
    We have business area field as compulsory field for document splitting. The same is picking up on the Business Area assignment in SD. However, the field for the same is seen as greyed out field in Sales Order at line item level. we would like to make the same field as editable. How can the same be done?
    Regards
    Rahul Sharma

    Hi
    The fields in a sales order can be made optional / mandatory by following this menu path - IMG - S&D-> Basic > Functions-> Log of incomplete Procedures => select the fields > from the tables and the system will check for them (OVA2/VUA2)
    To make a filed entry enabled or grey (non-entry allowed):
    User exits in the program MV45AFZZ-USEREXIT_FIELD_MODIFICATION
    This user exit can be used to modify the attributes of the screen fields. To do this, the screen fields are allocated to so-called modification groups 1 - 4 and can be edited together during a modification in ABAP.
    If a field has no field name, it cannot be allocated to a group. The usage of the field groups (modification group 1-4) is as follows:
    Modification group 1: Automatic modification with transaction MFAW
    Modification group 2: It contains ‘LOO’ for step loop fields
    Modification group 3: For modifications which depend on check tables or on other fixed information
    Modification group 4: is not used
    The FORM routine is called up for every field of a screen. If you require changes to be made, you must make them in this user exit. This FORM routine is called up by the module FELDAUSWAHL.
    Actually suppressing fielding sales orders userwise is quite easy. We are doing it in our company. For this we use userexit FORM USEREXIT_FIELD_MODIFICATION in MV45AFZZ.
    Below is the sample code
    IF SCREEN-NAME = ‘VBKD-ABSSC’.
    AUTHORITY-CHECK OBJECT ‘ZMV45AFZZ’ ID ‘SCRFNAME’ FIELD SCREEN-NAME.
    IF sy-subrc = 0.
    SCREEN-INPUT = 1.
    else.
    SCREEN-INPUT = 0.
    ENDIF.
    endif.
    You place the authority check object in authorization profile in the role of the users, who should have access to the field (in this case it is VBKD-ABSSC), and there assign the corresponding fields that are to be accessed via this userexit.

  • 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 Area field are mismatch.

    Dear Gurus,
    We are getting wrong business area in certain documents and blanks business area in certain document. This is resulting mismatch of business area wise Trial Balance. Maximum problem are created from cross company transactions.
    Document reversal is not possible. So, we are trying to correct it by editing Business Area field in Tables.
    Please let me khow which all Tables are updated when the Business Area fields has an entry.
    With regards,
    Uttam Maity

    Hello,
    it will not be shown in KE53, it will be shown in KS02
    Regards,
    Ravi
    Edited by: Ravi Sankar Venna on May 6, 2009 4:02 PM

  • How to Update Business Area Field in Posted Document?

    Dear All,
    Pls tell me how to update Business Area in documents which are posted without entering Business Area field. Pls tell me how to achieve this without using Validations & Substitutions. Any table entries can be maintained for this? Kindly guide.
    Regards
    Abhijeet

    Hi,
    I think, you need to post mannually if you have the list of documents posted with out business area.
    ex:
    1.Before posting of accounting entry as below, you should deactivate business area component in OB65 againest your co.code
    2.Post accounting entry as below
    40   123456    without business area     100
    50   123456    with business area ABC  100
    3. Goto T.Code: OB65 activate the business area component.
    4. After posting of accounting entry like above you should run transaction F.5D and F.5E again, make sure that above entry not come again while executing F.5D.
    First you can try this process in dev client, if you are comfort with this process then follow the same in quality and production.
    Note: You can do this transactions in production client, only when there were no users working on the system.
    all the best
    Regards,
    Prasad

  • Suppress business area field in cost center master data(KS01)

    Hi
    As the client is not using business area, he don't want the business area field to appear in the cost center creation screen(KS01).
    Is there any work around to this
    Regards
    Aravind

    Hi Aitipamula,
    Have you looked transaction code <b>OB65</b> to deactive the business area?
    Also you can technically use transaction variant (t/code SHD0) to supress the field. For more information, please check this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Enabling of the Business Area field in Asset Master Record

    Hello SAP Gurus,
    Can you explain how I can enable Business Area field in Asset Master Record becz it needs be change.How I can acheive this becz it is coming in disabled mode.

    Once u ticked the check box save it.Now u can change these field in main asset master record and if u have ticked Su no also then in sub asset master record also.Make sure filed status is optional.
    Now u go to AS02 if u want to change the filed for main asset or sub asset
    Please assign points

  • Asset Master - Business Area field [time dependent tab]

    Business Area field is gray with or without value if i create an asset either from scratch or with reference .
    I did check with u201CDefine Screen Layout for Asset Master Datau201D. & u201CSpecify Chart-of-Dep.-Dependent Screen Layout/Acct Assignmentu201D
    Still not able to change the  field of business area in the asset master .
    Is there any other config setting needed to be changed , please let me know.
    Thanks & regards
    suman

    Dear,
    Suman.
    Please follow the path and make the changes :-
    SPRO ---> Financial Accounting New ---> Asset Accounting -
    > Master Data -
    > Screen Layout -
    > Define Screen Layout for Master Data.
    Select your respective Screen Layout. Go to Time Dependent Tab Double Click on Field Group Rules.
    Select MnNo & Sbno. And save. And then run AS02. I hope this solve your issue.
    Please revert for further clarification.
    Regards,
    Pankaj Bhalerao.

Maybe you are looking for