Excise duty not picking in GR

Dear Gurus
I raised PO with relevant taxcodes for excise and the values are picking  perfectly but in Goods receipt all the duties are showing Zero.I am using TAXINN. Kindly help me to resolve this.
Thnx
MK

Hi
Pl check whether this in inventroised  taxes or cenevatable duties
Then if it is cenevatable duties which will not show during GR but same can appear in IR posting you can stimulate and see all the values will show
But if it is inventorised or Non cenevatable then it will added to material cost and same will appear in GR posting the accounting entry will as GR/IR Cr entry XXX Inventory account will Dr entry when you do IR the entries will as GR/IR will Dr & Vendor account will  Cr entry. Hope this clear

Similar Messages

  • Excise duty not picking when we enter basic price in contract

    Hi Friends,
    When we are creating contract, we have to manually enter basic price after entering basic price system is not picking Excise duties. But we are doing carry out new pricing that system is picking excise duty. So i need solution from all SD experts.
    I need two options one is when we are creating contract after entering basic price system should automatically pick Excise duty. Or System should prompt that i have to carry out new price. Please suggest how to do.
    Thanks in advance
    Sree

    Use same Excise Con Type based pricing procedure, Wat you might be using for your normal sales order.
    Or you can refer standard pricing procedure foor excise based pricing
    JINFAC     IN:Factory sale (pefer)
    JFACT     IN:Factory sale with formula
    Primarily, maintain Condition Record for Excise Duty Con Type with relevant access seq & tax code in VK11.
    On execution, check plant & S Loc. determination should take place automatically.
    Thanks & Regards
    JP

  • Excise Duty not picking automatically during posting of GR Document

    Hi MM
    I have a problem related excise duty calulation. During the posting of GR document for excisable material, excise duty, cess & Edcess not picking automatically, users put manully all the duty along with base value.
    I done the all excersie relate exsie, like matain condition type, J1ID etc.
    Pls help me, it needful for me.

    pl check in p.o that setoff cond of duties are maintained or not ,in FV11 , this was the same issue i had after mainaining the set off then during MIGO all values were autom. appeared.
    pl reward
    ok
    sap11

  • Add. Excise duty not picking up for capital items - Country India version

    Hi
    While capturing duty using T.code J1IEX for Imported capital items Additional Excise duty is not getting captured properly. 50% should have been captured fot the current year and the balance carried forward to the next year.
    Help reqd.

    Hi,
    Have u defined AT2 in Specify Excise Accounts per Excise Transaction and CENVAT on hold under CAPE transaction type. Have u defined G/L account for these under Specify G/L Accounts per Excise Transaction.
    whether material in question has been defined as Asset type in J1ID. check all these configuration.
    Regards,
    Venkatesh

  • Excise duty not capured..?

    Hi gurus
    Can anybody giv  some inputs..
    I hav recd goods, excise duty not capured thru J1IEX, material was consumed,
    In this case how can i capture the excise duty after MIGO..?
    Please explain me some inputs..?
    Thanks
    sap-mm

    Hi,
    You can pass JV with transaction code J1IH by selecting "additional excise' tab.you can give the amounts and also excise invoice number
    regards.
    prasad

  • Excise Duty Not appering in GR

    Dear all ,
    Excise Duty Not appering in GRn for PO  ,what may be the possible reasons ?
    Pl guide

    Hi,
    Pls check the J1ID
    1. Material maintained in J1ID for that plant
    2. Input and output material declared for the plant
    3. Vendor excise maintained
    4. Excise indictaor for the vendor maintained
    5. Plant excise details maintained in J1ID

  • Rate (% Excise Duty) in picking wrong...

    Hi,
    I have a report of Gross Margin (FI)....
    My problem is that when i m picking the % Excise Duty from J_1IEXCTAX table against the Chapter ID....it is showing the 4 values against it...means 4 time % Excise Duty....i.e. periodic changed...
    like....
    8538 90 00................1................01.03.2008................31.12.9999................14.0000
    8538 90 00................1................28.02.2005................29.02.2008................16.0000
    8538 90 00................1................01.01.2001................28.02.2005................16.0000
    when i m executing my report with period from 01/07/2007 to 15/07/2007..it is showing the 14%...but as per my given period, it must display 16%...
    Please tell me that what should the condition there....
    Plz. check my code---
    REPORT  z_fi_gross_margin NO STANDARD PAGE HEADING LINE-SIZE 125  .
    TABLES : t179t, t179, tvkbt, mara, vbrp, s501, mbew, t134t, v_t179, t023t, t247.
    TYPE-POOLS : slis.
    DATA : BEGIN OF itab OCCURS 0,
           vkbur   LIKE s501-vkbur,
           matnr   LIKE s501-matnr,
           prodh   LIKE s501-prodh,
           ummenge LIKE s501-ummenge,
           gumenge LIKE s501-gumenge,
           umnetwr LIKE s501-umnetwr,
           gunetwr LIKE s501-gunetwr,
           sptag   LIKE s501-sptag,
           peinh   LIKE mbew-peinh,
           stprs   LIKE mbew-stprs,
           lplpx   LIKE mbew-lplpx,
           prdha LIKE mara-prdha,       " Product hierarchy
           prdha2 LIKE mara-prdha,       " Product hierarchy
           prdha3 LIKE mara-prdha,       " Product hierarchy
           prodh_text LIKE t179t-vtext, "Product Hierarchy Text
           prodh2_text LIKE t179t-vtext, "Product Hierarchy Text
           prodh3_text LIKE t179t-vtext, "Product Hierarchy Text
           matkl LIKE mara-matkl,
           wgbez LIKE t023t-wgbez,
           fcktx LIKE t247-ktx,
           mtart LIKE mara-mtart,
           bezei LIKE tvkbt-bezei,
           net_sqty TYPE p DECIMALS 2,
           s_amt TYPE p DECIMALS 2,
           mtbez LIKE t134t-mtbez,
           j_1ichid LIKE j_1imtchid-j_1ichid,
           rate LIKE j_1iexctax-rate,
           excise TYPE p DECIMALS 2,
           l_excise TYPE p DECIMALS 2,
           s_unit TYPE p DECIMALS 2,
           m_unit TYPE p DECIMALS 2,
           t_mcost TYPE p DECIMALS 2,
           m_cost% TYPE p DECIMALS 2,
           g_margin TYPE p DECIMALS 2,
           g_marg% TYPE p DECIMALS 2,
           new TYPE i,
           new1(6) TYPE c,
           s_period TYPE i,
           END OF itab.
    DATA : BEGIN OF itab3 OCCURS 0.
            INCLUDE STRUCTURE itab.
    DATA : END OF itab3.
    DATA : v_index TYPE sy-tabix.
    DATA : cnt TYPE i.
    DATA : v_currdate TYPE i.
    DATA : w_container TYPE scrfname VALUE 'CL_GRID',
           w_cprog TYPE lvc_s_layo,
           g_repid LIKE sy-repid,
           w_save TYPE c,
           w_exit TYPE c,
           cl_grid TYPE REF TO cl_gui_alv_grid,
           cl_custom_container TYPE REF TO cl_gui_custom_container,
           it_fld_catalog TYPE slis_t_fieldcat_alv,
           wa_fld_catalog TYPE slis_t_fieldcat_alv WITH HEADER LINE ,
           layout TYPE slis_layout_alv,
           col_pos  LIKE sy-cucol ,
           alvfc TYPE slis_t_fieldcat_alv.
    SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    SELECT-OPTIONS   : vkbur FOR s501-vkbur.
    SELECT-OPTIONS   : matnr FOR s501-matnr.
    SELECT-OPTIONS   : sptag FOR s501-sptag.
    SELECTION-SCREEN : END OF BLOCK b1.
    PERFORM fill_catalog1 USING:
    'SPTAG'    'ITAB'    'DATE',
    'VKBUR'    'ITAB'    'Sales Office',
    'BEZEI'    'ITAB'    'S.Off. Desc.',
    'MATNR'    'ITAB'    'Material',
    *'PRODH'    'ITAB'    'LEVEL',
    'PRODH_TEXT'    'ITAB'    'Level I',
    'PRODH2_TEXT'   'ITAB'    'Level II',
    'PRODH3_TEXT'   'ITAB'    'Level III',
    'WGBEZ'    'ITAB'    'Level IV',
    'MTBEZ'    'ITAB'    'Material Type',
    'NET_SQTY' 'ITAB'    'Net Sales Qty.',
    'S_AMT'    'ITAB'    'Sales with Ex. Duty',
    'EXCISE'   'ITAB'    'Excise Duty',
    'RATE'     'ITAB'    '% Excise Duty',
    'L_EXCISE' 'ITAB'    'Sales less Ex. Duty',
    'S_UNIT'   'ITAB'    'Sales / Unit',
    'M_UNIT'   'ITAB'    'Mat / Unit',
    'T_MCOST'   'ITAB'    'Total Material Cost',
    'M_COST%'  'ITAB'    '% Material Cost',
    'G_MARGIN' 'ITAB'    'Gross Margin',
    'G_MARG%'  'ITAB'    '% Gross Margin',
    'NEW1'      'ITAB'    'Month'.
    SELECT DISTINCT asptag avkbur amatnr aprodh aummenge agumenge aumnetwr agunetwr cmtart cmatkl dbezei emtbez
             INTO CORRESPONDING FIELDS OF TABLE itab
             FROM s501 AS a
             INNER JOIN mara AS c ON amatnr = cmatnr
             INNER JOIN tvkbt AS d ON avkbur = dvkbur
             INNER JOIN t134t AS e ON cmtart = emtart
             WHERE a~matnr IN matnr
             AND   a~sptag IN sptag
             AND   a~vkbur IN vkbur
             AND   e~spras EQ 'EN'.
    IF sy-subrc <> 0.
      MESSAGE 'DATA NOT FOUND.' TYPE 'I'(001).
    ENDIF.
    SORT itab BY matnr.
    LOOP AT itab .
      cnt = v_index.
      SELECT SINGLE peinh stprs lplpx FROM mbew INTO (itab-peinh, itab-stprs, itab-lplpx) WHERE matnr = itab-matnr.
      itab-m_unit = itab-stprs - itab-lplpx / itab-peinh.
      v_index = cnt + sy-dbcnt.
      MODIFY itab INDEX v_index TRANSPORTING m_unit.
      SELECT SINGLE j_1ichid FROM j_1imtchid INTO itab-j_1ichid WHERE matnr = itab-matnr.
      MODIFY itab INDEX sy-tabix TRANSPORTING j_1ichid .
      SELECT SINGLE rate FROM j_1iexctax INTO itab-rate WHERE j_1ichid = itab-j_1ichid AND j_1iexcind = '1' . "AND validfrom GE sptag-low AND validto LE sptag-high.
      MODIFY itab INDEX sy-tabix TRANSPORTING rate .
      SELECT SINGLE prdha FROM mara INTO (itab-prdha) WHERE matnr = itab-matnr .
      MODIFY itab INDEX sy-tabix TRANSPORTING prdha .
      SELECT SINGLE wgbez FROM t023t INTO itab-wgbez WHERE matkl = itab-matkl .
      MODIFY itab INDEX sy-tabix TRANSPORTING wgbez .
    ENDLOOP.
    LOOP AT itab .
      itab-net_sqty = itab-ummenge - itab-gumenge .
      MODIFY itab INDEX sy-tabix TRANSPORTING net_sqty.
      itab-s_amt = itab-umnetwr - itab-gunetwr .
      MODIFY itab INDEX sy-tabix TRANSPORTING s_amt.
      itab-excise = itab-s_amt * itab-rate / 100.
      MODIFY itab INDEX sy-tabix TRANSPORTING excise.
      itab-l_excise = itab-s_amt - itab-excise.
      MODIFY itab INDEX sy-tabix TRANSPORTING l_excise.
      IF itab-net_sqty NE '0'.
        itab-s_unit = itab-l_excise / itab-net_sqty.
        MODIFY itab INDEX sy-tabix TRANSPORTING s_unit.
      ENDIF.
      itab-t_mcost = itab-m_unit * itab-net_sqty.
      MODIFY itab INDEX sy-tabix TRANSPORTING t_mcost.
      itab-m_cost% = itab-t_mcost / itab-s_amt * 100.
      MODIFY itab INDEX sy-tabix TRANSPORTING m_cost%.
      itab-g_margin = itab-l_excise - itab-t_mcost.
      MODIFY itab INDEX sy-tabix TRANSPORTING g_margin.
      itab-new = itab-sptag+4(2).
      SELECT SINGLE ktx FROM t247 INTO itab-new1 WHERE mnr = itab-new AND spras EQ 'EN' .
      CONCATENATE itab-new1 itab-sptag+2(2) INTO itab-new1 SEPARATED BY '-'.
      itab-g_marg% = itab-g_margin / itab-s_amt * 100.
      MODIFY itab INDEX sy-tabix TRANSPORTING g_marg% new1.
    ENDLOOP.
    LOOP AT itab.
      SELECT SINGLE vtext INTO itab-prodh3_text FROM t179t WHERE prodh = itab-prdha.
      itab-prdha2 = itab-prdha+0(5).
      SELECT SINGLE vtext INTO itab-prodh_text FROM t179t WHERE prodh = itab-prdha2.
      itab-prdha3 = itab-prdha+0(10).
      SELECT SINGLE vtext INTO itab-prodh2_text FROM t179t WHERE prodh = itab-prdha3.
      MODIFY itab INDEX sy-tabix TRANSPORTING prodh3_text prodh_text prodh2_text prdha3.
    ENDLOOP.
    layout-zebra = 'X' .
    layout-colwidth_optimize(1) = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program = 'Z_FI_GROSS_MARGIN'
        is_layout          = layout
        it_fieldcat        = it_fld_catalog
        i_default          = 'X'
        i_save             = 'A'
      TABLES
        t_outtab           = itab
      EXCEPTIONS
        program_error      = 1
        OTHERS             = 2.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    *&      Form  FILL_CATALOG1
          text
         -->P_FIELDNAME  text
         -->P_REF_TABLE  text
         -->P_SCRTEXT    text
    FORM fill_catalog1  USING   p_fieldname TYPE any
                                p_ref_table TYPE any
                                p_scrtext   TYPE any.
      CLEAR : wa_fld_catalog.
      wa_fld_catalog-fieldname  = p_fieldname.
      wa_fld_catalog-tabname    = p_ref_table.
      wa_fld_catalog-seltext_s  = p_scrtext.
      wa_fld_catalog-seltext_m  = p_scrtext.
      wa_fld_catalog-seltext_l  = p_scrtext.
      wa_fld_catalog-outputlen = 15.
      APPEND wa_fld_catalog TO it_fld_catalog.
    ENDFORM.                    " fill_catalog1
    please let me know...

    Hi,
    when  i m using this query...
    SELECT SINGLE rate FROM j_1iexctax INTO itab-rate WHERE j_1ichid = itab-j_1ichid AND j_1iexcind = '1'  AND validfrom  LE sptag-high AND validto     GE sptag-low.          
    MODIFY itab INDEX sy-tabix TRANSPORTING rate .
    it is picking the another value.....like... (picking BOLD VALUE), means 0.00
    8538 10 10................0................28.02.2005................31.12.9999................0.0000
    8538 10 10................1................01.03.2008................31.12.9999................14.0000
    8538 10 10................1................28.02.2005................29.02.2008................16.0000
    8538 10 10................1................01.01.2001................28.02.2005................16.0000
    also Excise tax indicator, not reflect anything here....
    Plz let me know......

  • Excise duty not reversed even after Excise Invoice is reversed

    Hi Experts,
    Please give me solution for  excise Inv. no 1000200212 dt. 06.09.10 has been reversed in the Sap in J2IUN report ,the excise duty against Inv no 10000200212 is not reversed & is reflected in duty payble amount. At the same time stock of the Inv. no. 1000200212 has been reversed in the stock ledger.
    The cancell invoice should not appear for duty payment statement in the J2IUN.
    Rgds
    Shailesh W

    Hello Sir,
    I will provide u further details for this Issue.
    This is to inform you that excise Inv. no 1000200212 dt. 06.09.10 has been reversed in the Sap & fresh Inv no 1000200214 dt. 06.09.10 is prepared .We have noticed that in J2IUN report ,the excise duty against Inv no 10000200212 is not reversed & is refected in duty payble amount. At the same time stock of the Inv. no. 1000200212 has been reversed in the stock ledger.
    As per our understanding,the cancell invoice should not appear for duty payment statement in the J2IUN.
    You are requested to check the same at your end and let us know the reason for the same.
    We are post the excise document in month of april 10 vid doc. no.10000021 dt. 02.04.10 7 10000057 dt. 10/04/10 and same is reversed vide do. no 1000074 dt. 02/04/10 &  25000003 .
    While arriving the duty payble amount, we are found following discrepancy in J2IUN (Z-Report) & FBL3N (G.L) Account
    Duty payble fig. As per J2IUN    Rs. 9482.00 (Basic)
    Duty Payable Fig. As per FBL3N Rs. 7247.00 (Basic)
    Diff. Rs. 2235.00
    The diff. due to reversal of excise posting document not a/cted in J2IUN Report.
    Rgds
    Shailesh W

  • Excise duty not determined in goods receipt with reference to PO.

    Dear All,
    I am implementing Condition based CIN.  I have created PO and maintained all excise duties in XK11 transactions. Excise duty has determined in PO. But When I am creating MIGO with reference to PO the excise duty is not copied from Purchase order.
    Please suggest.
    Thanks & Regards

    Dear All,
    If you have any idea, Please let me know.
    Thanks & Regards

  • Excise Duty not updating in Billing & Excise Invoice

    Dear SAP Guru,
    Kindly help me to solve 2 issue as mention below :
    1. Excise duty is not flowing in my billing document when i am creating commercial invoice. Also in my excise, I am getting excise duty 0.
    2. When i am creating commercial invoice, the net amount is showing me in dollars but at the time of creating excise invoice it should show me in Rs? Which is not happening.
    Please guide me what are the setting i have to check to fix my problem
    Thanks in advance.
    Also kindly send me the CIN Configuration along with the snap shot to my email id : [email protected]
    Thanks & Regards,
    Rajan

    > Dear Lakshmipati,
    >
    > Plant has been specified in the SO but still excise
    > duty is not flowing to my document.
    >
    > Thanks
    >
    > Rajan
    Dear Rajan
    You can check in the following
    1) In J1ID, select "<i>Excise Tax Rate</i>" and ensure that for the chapter ID, you have maintained 16%
    2) In J1ID, select "<i>Excise Indicator for Plant</i>" and ensure that for the combination of Company Code and Plant, "1" is maintained on the extreme right side.
    3)  In material master, select "<i>Sales: sales org.1</i>" and ensure that "<b>1</b>" is maintained for "<i>Tax Category - JTX1</i>".
    Thanks
    G. Lakshmipathi

  • Excise Duty not capturing in invoice

    Dear all,
    All the configuration have been maintained for Excise duty, while doing PO the excise duty is capturing even doing MIGO and excise captured but during Invoice (MIRO) the excise is not capturing.
    Regards,
    Raziq

    Hi Raziq,
    When the Excise is Caputred at MIGO system post RE23A Part 1 entry, where as for RG23A Part II entry you need to execute J1IEX.
    In this system will show the Excise Duty and it will post the below accounting Entry:
    BED Dr
    eCess Dr
    HECess Dr
    CENVAT Clearing Account Cr
    Now when you wil do MIRO system will reverse the CENVAT Clearing Entry by creating three lines
    Please let me know if you are following above approach or not.
    Br,Vivek

  • Excise duty not loaded onto inventory for non excisable plant

    Hello
    I am facing a problem in excise duty flow. I have two plants, one excisable and second non excisable. one vendor is supplying the material to both the plants, so vendor is sending the invoice having BED, ECess & SECess for both the plants.
    For excisable plant all the duty values are flowing correctly, but for non excisable plant BED is getting loaded onto inventory.
    For non excisable plant, I have maintained conditions records al plant level for JMIP (BED Inv %), JMX2 (A/P BED Inv), ZECN (IN:ECess Inv %), JEC2 (ECess Inv Total), JSEI (IN: A/P SECess Inv), JHX2 (IN: SECess Inv Total).
    During MIRO, BED is not getting loaded onto inventory, while ECess & SECess is getting loaded to material.
    Pl suggest, where to check the settings or any settings for condition types, tax procedure etc.
    Thanks & regards'
    Manoj Gupta

    Hi,
       The system behaviour of posting to stock account is controlled by account key NVV. Go to OBQ3, in your tax procedure TAXINN (or copy of that procedure) check for the condition types which account keys are assigned.
    System will never discriminate that BED is not getting inventorised but ECess and Hcess on BED get inventorised.
    Regards

  • Excise invoice - basic excise duty not appearing

    Hi,
    I am creating excise invoice in ECC 6.0 . Education cess is appearing in the excise invoice. However, basic excise duty and secondary education cess are not appearing. I understand that some notes have to be applied for secondary education cess. 
    I am using TAXINN.
    In accounting document, basic excise duty, education cess and secondary education cess are appearing.
    Kindly reply as to the place where I have made a mistake for setting of basic excise duty.
    Regards,
    T Saravanan

    Dear  Saravanan,
    Already our friend MBS suggested in detail to that
    Please check the configuration settings in the IMG through this Path
    IMG>Logistics General>Tax on goods movements>India>Basic settings>Determination of excise duty>Maintain Excise defaults here have you maintained basic excise duty and secondary education cess condition types for your TAXINN procedure.
    Also check the commercial invoice have you getting basic excise duty and secondary education cess in the commercial invoice.
    Is this first time you are trying to create excise invoice or recently you are getting this issue.
    If you are getting suddenly means ask BASIS people are they applied ant patches recenlty then proceed accordingly.
    If all settings are perfect then you can raise the OSS note to the SAP people.
    I hope this will help you,
    Regards,
    Murali.

  • Excise duty not getting calulated in MIRO

    Dear  MM Gurus,
    User has caputured an excise invoice and entered a GR with reference to the excise invoice and posted excise invoice
    then user has reversed GR and without reversing(ie cenvat posting),he has made the GR.
    Then he has posted cenvat (part-II)
    Now during Miro,excise duty amount is not getting calculated
    also excise invoice shows, duty credit is not availed but it is inventorised.
    How to take credit and post MIRO ?
    Thanks & Regards,
    S.S.Reddy

    for excise calclated in miro
    check entry in
    img-logistic general-tax on good movement-india-basic setting-determination of excise duty_-maintain excise default_
    check urs tax procedure & condition here

  • Excise Duty not calculated at MIRO

    Hi
    We have upgraded the patch level of SAP_APPL  from 10 to 11. Now, in PO we have assigned a tax code for calculation of excise duty at 14.42%. In the tax details in PO Items, system is showing the calculation of excise duties correctly.When the excise invoice from vendor is posted through J1IEX . Here the system is passing the entries
    BDE Dr
    Cess Dr
    SECESS Dr
           Cenvat Clearing A/c Cr
    When we do MIRO, system is passing the following entries
    GR/IR Dr
         Vendor A/c Cr
    The correct entries to be passed shoudl be
    GR/IR Dr
    Cenvat Clearing Dr
             Vendor A/c Cr
    When we were on patch 10 for SAP_APPL, system was passing the entries correctly. However, after the upgradation, system is not capturing the excise details. We have maintained all the related configuration in J1ID and also maintained the condition records in FV11.
    Regards
    Sanil Bhandari

    Hi,
    Check whether "GR based IV" is active for the PO line item under "Invoice" Tab. If not then active and check or do a complete new cycle with this indicator as active and check.
    Also check that in MIRO, you are selecting the tax code of PO at Header level in "Basic Data" Tab also.

Maybe you are looking for

  • Insert Record with Parent/Child Tables doesn't work with Oracle - unlike AC

    Hi, I just Migrated a MS Access 2010 Database to an Oracle 11g Backend with the SQL Developer Tool. The Migration went fine, all the Tables and Views are migrated. I'm working with MS Access as Frontend. The application has some Datasheets with Subda

  • File Not Compatible w/ This Version of Photoshop?

    I was working on a file last night, clicked save, walked away, and came back a few minutes later.  It appeared that the file saved; however, my computer was frozen.  I gave the system a forced restart and now I get a message saying that the file is n

  • How Do I Know If My Contact Is On A Skype Call?

    How Do I Know If My Contact Is On A Skype Call?

  • Notebook connecting to TV

    I bought a display port (male) to HDMI (male) cable to connect my Elitebook 2560p to Samsung TV. Tv screen says "No Signal" please check cable connections, but everything is connected well. Still does not work after choosing 2nd screen and/or Fn f4.

  • Shift factor is not working with Depreciation Base method- 0004

    Hello, When I am changing shift factor and variable depreciation portion in asset master data. Its not calculating depreciation as per shift factor. What can be the reason behind it. Even I have already maintained config in depreciation key also for