Message no. F5A047 in FB60

i have created a tax code S5 .  but when i  post the document  Error messages still exist -> see error log Message no. F5A047
automatic posting & suplliment option not tick in all three g/l accounts.field status variant group is G011 (clearning a/c's) in all three g/l (service tax -purchase, E-cess, H-cess) .

Dear,
Please refer the OSS  Note,
328206  FB50: F5A047 and "Post" inactive w/supplementation
379189  FB60 F5A047 Error messages still exist -> see error log
Regards,
R.Brahmankar

Similar Messages

  • BADI or Userexit for MIRO and FB60 for displaying an error message

    Hello,
    Could you please let me know the BADI or User Exit validation Bank House field and displaying an error message in MIRO and FB60?
    Thanks,
    Md

    Hi,
    you can try with badi MRM_HEADER_CHECK.
    in method HEADERDATA_CHECK you can do something like:
    IF sy-tcode = 'FB60' OR sy-tcode = 'MIRO'.
      IF I_RBKPV-HBKID = 'WHATEVER'.
    * for the message in MIRO you can use this fm
        DATA: gt_errtab0    TYPE TABLE OF mrm_errprot,
              gs_errtab0    TYPE mrm_errprot.
                CLEAR gs_errtab0.
                gs_errtab0-msgty = 'E'.
                gs_errtab0-msgid = 'ZXX'.
                gs_errtab0-msgno = '030'.
                gs_errtab0-source = 'Q'.
                APPEND gs_errtab0 TO gt_errtab0.
                CALL FUNCTION 'MRM_PROT_FILL'
                  TABLES
                    t_errprot = gt_errtab0.
      ENDIF.
    ENDIF.
    Best regards.

  • Error Message:error message 25003001 not assigned to cc 3000

    Hello All,
    I am getting the above error message while posting in FB60. I used the cost center is 25003001 in company code 3000. Actually the cost center belongs to cocd 2500. Please let me know the reason. many thanks, Bob

    Hi
    You have answered your question already.
    Change the assignment for cost center 25003001 in KS02 to company code 3000.

  • PERFORM_TOO_MANY_PARAMETERS

    We recently implemented the latest support stacks for SAP ERP 4.7.
    We are getting the following runtime message for transactions:
    FB50, FB60, TBB1, MIRO.
    We need help.
    Thanks.
    Runtime Error          PERFORM_TOO_MANY_PARAMETERS
    Exception              CX_SY_DYN_CALL_PARAM_NOT_FOUND
           Occurred on     04/30/2008 at   08:57:22
    Too many parameters specified with PERFORM.
    What happened?
    In a subroutine call, there were more parameters than in the
    routine definition.
    Error in ABAP application program.
    The current ABAP program "SAPLGLIN" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class
    'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was neither
    caught nor passed along using a RAISING clause, in the procedure "G_RWIN_CHECK"
    "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    A PERFORM was used to call the routine "G_RWIN_CHECK" of the program
    "SAPLGLIN".
    This routine contains exactly 3 formal parameters, but the current
    call contains 4 actual parameters.
    parameters.
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "G_RWIN_CHECK"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Correct the PERFORM call. You can find out where the call
    occurs in the section "Active calls / events".
    "PERFORM_TOO_MANY_PARAMETERS" CX_SY_DYN_CALL_PARAM_NOT_FOUNDC
    "SAPLGLIN" or "LGLINU26"
    "G_RWIN_CHECK"

    Check where this perform is called in the program of given Tcodes.
    the subroutine definition.
    u should either add one parameter to the form G_RWIN_CHECK.... endform
    or u should remove one parameter from the perform G_RWIN_CHECK, but as they are sap provided program u cant change i hope
    u can find if there is any note available to solve this probelm..
    gud luck

  • Exchange rate tolerance

    Hi SAP Gurus,
    Is there any way to control the foreign exchange rate difference. We have 10% max. deviation allowed for forex in t-code OBY6, company code global data, however while entering vendor invoice via. fb60 it is accepting all the exchange rates.
    Is there any tolerance limit for exchange rate difference other than OBY6?
    Thanks,
    Shubham

    Hi Friends,
    I think there is some confusion here- I will make clear my requirements again.
    (1) There is a setting in OBY6 ( CO. Code - Global Parameters Setting) that deviation allowed is 10%.
    (2) THe system is giving a message when the rate exceeds 10% in FB01. which is fine
    (3) The system does not gives any sort of message when rate is entered manually in FB60 & MIRO. and even the rate exceeds 10%.
    Hope this is clear. Now I want the system to give an warning message when entering through FB60 & MIRO.
    Thnaks,
    Shubham

  • Invoice Verification: Customer Accounts

    Hi...
    Is invoice verification possible of Customer Accounts?
    For example, a similar set up as to Vendor Accounts, with selecting the check box 'Chk double inv' in the Vendor Master and duplicate warning message display when posting FB60s and FB65s.
    There does not appear to be the facilty in the Customer Master????
    Thanks.........

    Hi,
    Good afternoon and greetings,
    For customer we raise the invoice and in SAP you cannot create double invoice for the customer for the same order / delivery.
    While creating through FB70, we dont create an invoice with reference to a delivery or order and thereby no validation required.
    Please reward points if found useful.
    Thanking you,
    With kindest regards,
    Ramesh Padmanabhan

  • MIR7 Exchange rate tolerance check

    I'm trying to fin the BAPI or function that checks if the exchange rate entered in MIR7 by the user is within the tolerance rate.
    Please let me know if you know any.
    Thanks

    Hi Friends,
    I think there is some confusion here- I will make clear my requirements again.
    (1) There is a setting in OBY6 ( CO. Code - Global Parameters Setting) that deviation allowed is 10%.
    (2) THe system is giving a message when the rate exceeds 10% in FB01. which is fine
    (3) The system does not gives any sort of message when rate is entered manually in FB60 & MIRO. and even the rate exceeds 10%.
    Hope this is clear. Now I want the system to give an warning message when entering through FB60 & MIRO.
    Thnaks,
    Shubham

  • Message no. F5A047

    Hai!
    I have created a new tax code for sales and purchase. got it transported while sumilating all the accounts and rates are showing properly but getting an error message as
    Error exists and see error log.
    The message number is Message no. F5A047
    please suggest me.
    Thanks
    Raj

    brother see the Following Note: These are relevant to your problem
    Note 379189 - FB60 F5A047 Error messages still exist -> see error log
    Note 328206 - FB50: F5A047 and "Post" inactive w/supplementation
    Further, Brother change the setting of your tax account General Ledger
    Change the master record of the tax account. On the "Create/bank/interest" tab page, remove the flag for
    Suplemet for Auto posting
    Thanks
    Assign Point as way of Thanks
    Message was edited by:
            MSiddique

  • Error message in FB60

    Hi Gurus,
    I am posting a vendor invoice using FB60. When I click on Post I get the following error message.
    Tax code A0 does not appear in any G/L account item. No matter what tax code I use, I get this message.
    Kindly let me know what can be done regarding this.
    Thanks,
    Sagar

    Hi Sagar,
    Please check your GL Master data, In Control data tab tax category needs to changed as " * ".
    Hope this helps.
    Raja.A

  • Displaying Message in business place and Section code field in FB60 Tcode

    hii experts,
    I want to display a message 'Enter value in Business place and section code fields'
    if these fields are left empty under tcode FB60.
    I know that i hv to do modification in SAP Std program but i m not sure
    whether i should use User Exit / Enhancement for this. Plz help
    Regards,
    Apoorv Sharma

    Hi  Apoorv Sharma,
    Use the transaction CMOD, create a project and verify some of user-exit bellow can help you:
    F050S001   FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc seg
    F050S002   FIDCC1: Change IDoc/do not send                   
    F050S003   FIDCC2: Change IDoc/do not send                   
    F050S004   FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do no
    F050S005   FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI doc
    F050S006   FI Outgoing IDoc: Reset Clearing in FI Document   
    F050S007   FIDCCH Outbound: Influence on IDoc for Document Ch
    F180A001   Balance Sheet Adjustment                          
    FARC0002   Additional Checks for Archiving MM Vendor Master D
    RFAVIS01   Customer Exit for Changing Payment Advice Segment 
    RFEPOS00   Line item display: Checking of selection condition
    RFKORIEX   Automatic correspondence                          
    SAPLF051   Workflow for FI (pre-capture, release for payment)
    Try also the BAdIs and verify if it is the moment that you need:
    FI_HEADER_SUB_1300 - Screen Enhancement for Document Header SAPMF05A
    FBAS_CIN_MF05AFA0 - EWT - Downpayment Clearing - Tax transfer for CIN
    FI_RES_ITEM_CURRENCY - Document of Residual Item with Invoice Currency
    FBAS_CIN_MF05AFA0 - EWT - Downpayment Clearing - Tax transfer for CIN
    FVFZ - Replacement for Function Modules of Function Group FVFZ
    FI_FB08_SUBST_BUDAT - FB08: Check Posting Date for Reversal of FI Doc. with FB08
    Case there are some place that your validations are validates,  so implement your code  with messages kind  "E".
    Best Regards.
    Welinton Rocha

  • Message "You may only enter amounts up to" creating document in FB60

    Hi
    We are facing this message "You may only enter amounts up to VEF 10.000.000,00" when user is creating document in FB60, where do we check in SPRO to change the amount.
    Thanks in advance.

    Hi,
    That is probably the document tolerance for employees.
    Check the tolerance groups are maintained per company code in tx OBA4. Tolerance group <blank>  is used if you have not assigned specific tolerance groups to users.
    The 'Amount per document' is probably the issue here. System checks this againts total debits of the document.
    You may have assigned users to specific tolerance groups. Check that with OB57.
    You can find this in the IMG by searching for searching for  ''Define Tolerance Groups for Employees" and "Assign User/Tolerance Groups".
    Regards,
    Rob

  • Error Message "No batch input data for screen SAPMF05A 0700" for FV60&FB60

    Dear All,
      I doing a BDC Upload program for Create Vendor Invoice and Park using FV60 ,But i can't upload successfully by Batch Input method and i am gettin the Error Message "No batch input data for screen SAPMF05A 0700'.I tried using FB60 and got the same error message. When i do in the direct method i can able to do it ,But can't park the document successfully and can do it untill sumilate only.
    How to overcome this issue and if you already encounter this kind of problem please advice me.
    Thanks in Advance.
    Deesanth

    Hi,
      Below is my recording.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'INVFO-ACCNT'  gwa_inv_up-lifnr.
        perform bdc_field       using 'INVFO-BLDAT'  gwa_inv_up-bldat.
        perform bdc_field       using 'INVFO-XBLNR'  gwa_inv_up-xblnr.
        perform bdc_field       using 'INVFO-BUDAT'  gwa_inv_up-budat.
        perform bdc_field       using 'INVFO-MONAT'  '9'.
        perform bdc_field       using 'INVFO-BLART'  gwa_inv_up-blart.
        perform bdc_field       using 'INVFO-WRBTR'  gwa_inv_up-dmbtr.
        perform bdc_field       using 'INVFO-WAERS'  gwa_inv_up-waers.
        perform bdc_field       using 'INVFO-XMWST'  gwa_inv_up-xmwst.
        perform bdc_field       using 'INVFO-MWSKZ'  'P0'.
        perform bdc_field       using 'INVFO-SGTXT'  gwa_inv_up-sgtxt.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=PAYM'.
        perform bdc_field       using 'INVFO-GSBER'  gwa_inv_up-gsber.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=BS'.
        perform bdc_field       using 'INVFO-ZLSCH'  gwa_inv_up-zlsch.
        cnt = 1.
        cnt1 = 1.
        clear gwa_inv_line.
        loop at gt_inv_up  into gwa_inv_line  where indic = 'D'
                                       and count = gwa_inv_up-count.
          if cnt1 gt 1.
            concatenate 'ACGL_ITEM-MARKSP(' cnt ')' into fld.
            perform bdc_field using fld 'X'.
            perform bdc_dynpro using 'SAPMF05A' '1100'.
            perform bdc_field using 'BDC_OKCODE' '=0005'.
          endif.
          concatenate 'ACGL_ITEM-HKONT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-lifnr.
          concatenate 'ACGL_ITEM-SHKZG(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-shkzg.
          concatenate 'ACGL_ITEM-WRBTR(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-dmbtr.
          concatenate 'ACGL_ITEM-MWSKZ(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-mwskz.
          concatenate 'ACGL_ITEM-SGTXT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-sgtxt.
          concatenate 'ACGL_ITEM-GSBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-gsber.
          concatenate 'ACGL_ITEM-KOSTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-kostl.
          concatenate 'ACGL_ITEM-PROJK(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-posid.
          concatenate 'ACGL_ITEM-FISTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fistl.
          concatenate 'ACGL_ITEM-FIPOS(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fipos.
          concatenate 'ACGL_ITEM-GEBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-geber.
          perform bdc_field       using 'BDC_CURSOR' fld.
          cnt1 = cnt1 + 1.
        endloop.
        perform bdc_dynpro using 'SAPMF05A' '1100'.
        perform bdc_field  using 'BDC_OKCODE' '=BS'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE' '=BP'.
        call transaction 'FB60' using gt_bdcdata mode 'N' pdate 'S'
                                        messages into gt_bdc_messages.
    Thanks,
    Deesanth

  • Error message "no accounting transaction variant assigned for FB60//GL"

    Hi Friends,
      I created a new document type for GL postings in ECC 6.0. I tried to post a document for this document in FB60.. It displays the error message "no accounting transaction variant assigned for FB60//GL". Can anyone help me solve this problem.
    Thanks
    Ramya

    You need to do the settings as follows:
    Go to extended document splitting- define business transaction variant
    Here u need to do series of settings.
    Pl check your settings here

  • Message F5A034 - SCB indicator in FB60

    Hi All,
    For Germany  customer/vendor invoices in a foreign currency, we need to specify the nature of the transaction (State central bank and the country)
    we have done System Landscape optimisation and in the source  system, they are getting the message F5A034 when central bank is filled.
    Account assignment not completed for all required fields (CBnkIn).
    In the target system(new system) we are not getting the message when central bank is filled.
    thanks in advance
    kind regards
    sap student

    Hi Mauri
    Thanks for replying.
    In both the source system and the target system , i am able to see the field central bank . but  only the message is not appearing in the target system(new).
    kind regards
    sap student

  • Error Message Posting a Non-PO Vendor Invoice

    The instance is ECC 6.0.
    While trying to post a non-PO vendor invoice, I am getting the below error message:
    "RKEAK-FIELD(12) is not an input field
    Parked document could not be posted 00 S 347 RKEAK-FIELD"
    Does anyone ever bumped into the same error message or have an idea what is generating the error?
    The issue started happening after one of the accounts in posting (Vendor Discounts) which is a CE was changed to post to Profitability Segment in OKB9. This error was not faced earlier when the account was posting to Cost Centers.
    We are using new GL and Doc Splitting functionality.

    Thanks for your reply.
    I checked the note and it says the affected release are 3.0 D to 3.1G. But we are on ECC 6.0. Moreover, as per the note this is an issue with Tcode FB01, but I am using tcode FB60 for creating the non-PO invoice...
    Please let me know your thoughts...

Maybe you are looking for

  • BW upgrade - development box

    Hi, we will be upgrading development followed by quality, In norm cases, do we delete the data loads in BW development to ensure the size is smaller or is that ok to let the data remain in the development system during the bw upgrade? apppreciate if

  • Can't install any dmg files...

    As soon as I double click on the dmg file, the disk utility screen appears... and thats it. Jean

  • Help Me frnds

    Hi Frndz, i m New to EP, I got sme problem while creating roles. i.e., I hav been create role1 and role to and i assigned to one user. in top level navigation its showing the order like role1-systemadmin-contentadmin-useradmin-role2. i dont want that

  • App world: how to get back purchased app ?

    Hi I have purchased app QuickSlide on appworld.blackberry.com, but I have lost it. How I can get this app back on my blackerry ? Vadim

  • Is it possible to redeploy Optional Package(J2EELibrary)without versioning?

    Currently, I decided to use Optional Package feature for one of our common shared jar file as it is referenced by our multiple applications (ear files). I can understand, how I can deploy multiple version of the optional package in order for the refe