How to dispaly excise tax rate in purchase order scapcript

plz help me out
actually i want TO display excise IM PURCHASE ORDER SACPSCRIPT
MEDRUCK
PLZ HELP ME OUT
THANK U

Hi
First copy the MEDRUCK and do the changes in it
first check the pricing related conditions data in the Main window
check this code
/: ITEM_CONDITIONS
IC ,,&KOMVD-VTEXT&,,&''KOMVD-KBETR& &KOMVD-KOEIN&,,&KOMVD-KWERT&
/:ITEM_CONDITIONS_UNIT
IC ,,&KOMVD-VTEXT(16)&,,&KOMVD-KBETR&,,&KOMVD-KOEIN&,,&''KOMVD-KPEIN&
&KOMVD-KMEIN&,,&KOMVD-KWERT&
Here first know what is the condition type for excise Rate/tax
check in table T685T for this
and in debug of the script check whether that condition type values is coming or not. Mostly it comes, check and display
If the values or not coming then
Write a PERFORM subroutine in the script to bring the related Excise Tax rate from the program and display
see the sample code for Subroutines
The Form :
/:PERFORM CDE_CENT IN PROGRAM ZKRPMM_PERFORM_Z1MEDRUCK
/:USING &EKKO-EBELN&
/:CHANGING &CDECENT&
/:ENDPERFORM
The report :
REPORT zkrpmm_perform_z1medruck .
DATA : BEGIN OF it_input_table OCCURS 10.
INCLUDE STRUCTURE itcsy.
DATA : END OF it_input_table.
déclaration de la table output_table contenant les
variables exportées
DATA : BEGIN OF it_output_table OCCURS 0.
INCLUDE STRUCTURE itcsy.
DATA : END OF it_output_table.
DATA : w_ebeln LIKE ekko-ebeln,
w_vbeln LIKE vbak-vbeln,
w_zcdffa LIKE vbak-zcdffa.
FORM CDE_CENT
FORM cde_cent TABLES input output.
it_input_table[] = input[].
it_output_table[] = output[].
READ TABLE it_input_table INDEX 1.
MOVE it_input_table-value TO w_ebeln.
CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
EXPORTING
input = w_ebeln
IMPORTING
output = w_ebeln.
SELECT SINGLE zcdffa FROM ekko
INTO w_zcdffa
WHERE ebeln = w_ebeln.
it_output_table-name = 'CDECENT'.
MOVE w_zcdffa TO it_output_table-value.
MODIFY it_output_table INDEX 1.
output[] = it_output_table[].
ENDFORM.
Reward points for useful Answers
Regards
Anji

Similar Messages

  • How to create VAT tax condition in Purchase order

    Hi Experts,
    My client has a requirement to put VAT (Value added tax) as condition in the PO. There shall be two different condition one for VAT deductable and the other for VAT non deductable.
    The VAT deductable should have its impact at the time of MIRO as recoverable condition type.
    So please kindly explain how to address this senario for VAT deductable. The client do not have CIN implemented.
    Regards,
    MG

    Hi Moharghosh,
    Go to - Spro->Financial Accounting (New)->Financial Accounting Global Settings (New)->Tax on Sales/Purchases->Basic Settings->Check Calculation Procedure->Define Condition Types
    here define two condition types for VAT Deductible and VAT Non deductible.
    Then assign both the above created condition types in you tax procedure as per the calculation.
    Please make sure that you assign the exact transaction event key under Account Key field in Tax Procedure against VAT Dedu. and VAT non Dedu..
    For VAT Non Deductible - You can use NVV.
    For VAT Deductible you can create your own transaction event key in the below path - Spro->Financial Accounting (New)->Financial Accounting Global Settings (New)->Tax on Sales/Purchases->Basic Settings->Check and Change Settings for Tax Processing
    Hope this will help you.
    Thanks and Regards,
    Neeraj

  • Excise tax rate problemin MM

    HI,
    I have two queiries reg. taxtaion
    1   If a material is of Domestic Purchase and Import purchase then how to maintain the Excise Tax Rate for that material.
    2.  During Capturing the excise sometime we are not able to pick the correct Base value, as it should come from Purchase order, also not able to get Tax rate and tax amount, as should be come from J1ID.
    Please suggest me how to go abt that.
    Regards,
    Seenu

    Hi,
    Which tax procedure are u using
    U maintain conditions based on material/vdr/plant combination... For import purchase ur vendor is going to be different. Hence your purchasing will not get affected.
    The excise values will be captured while capturing excise invoice which are maintained in FV11 & also the same values come in PO. Check if PO is correct. The base value will be taken from PO. Although we can change the same while capturing excise invopice as per correct excise copy we receive from vendor
    Regards,
    Sourabh

  • Tables for VAT or CST and RATE OF TAX for a PURCHASE ORDER

    i am developing a report(abap ALV)
    i need to display the VAT or CST and RATE OF TAX for a PURCHASE ORDER that has been posted .
    which tables to refer?

    hi kumar gaurav
    Check KONV table..
    based on Condition TYpe you can get...
    Regards
    Deva

  • EXCISE TAX RATE

    HIII
    In chapter id combination I am maintaining the Excise tax rate, but then also while capturing eacise invoice system is showing error " No excise rate found for material 1DC010001 ".
    Please advise solution for the same.
    Moreover in tax code also the BED is not coming from Chapter ID combination; ie; J1ID
    Please advise solution for the same.
    Thanks,
    Ayushika

    Hi
    In J1ID u have to maintain lotsa things
    chapter id
    material and chapter id combination
    cenvat determination
    plant and vendor combo
    vendor excise details with indicator for tax rate
    then material tax rate
    and u have to maintain 100% in the BED condition type in ur tax code
    try it

  • ECS rate in excise tax rate in j1id

    1.ecs column is coming in j1id,but it can`t stored 2% in it.the entry is not going to particular table,pls give solution urgrntly.
    2.In maintain excise defaults,A/R ECS column is not comming,we have done ddic changes mannually,pls give solution for this also.

    Hi dig dhaks,
    Check your tax code for transaction FTXP
    1.Have u maintained the Ecs for the Chapter id  under Excise Tax Rate.
    2.Cenvat Detarmination.
    You have to check wheather maintain J1ID for the followings
    1.Material and Chapter ID combination
    2.CENVAT determination
    3.Vendor Excise details
    4.Excise Tax Rate
    5.Cess Rate
    <b>**REWARD IF IT HELPS**</b>
    Regards
    AK

  • J1ID Excise TAx Rate ECS Column missing

    Dear all
    We are currently working on ECC 6.0, while maintining data for the Excise in J1ID, i came across the error that, no column is available for ECS rate maintenance.
    Can anyone suggest me the solution, for the same
    Regards
    Dnyanesh

    Hi dig dhaks,
    Check your tax code for transaction FTXP
    1.Have u maintained the Ecs for the Chapter id  under Excise Tax Rate.
    2.Cenvat Detarmination.
    You have to check wheather maintain J1ID for the followings
    1.Material and Chapter ID combination
    2.CENVAT determination
    3.Vendor Excise details
    4.Excise Tax Rate
    5.Cess Rate
    <b>**REWARD IF IT HELPS**</b>
    Regards
    AK

  • How Create new Tax code in Purchase order

    Dear Sir,
    I have creat new tax code in Purchase order
    Basic value          3976876.53
    Ex Duty          10%     397687.6525
    edu.cess          2%     7953.75305
    s&h Edu.cess     1%     3976.876525
    Toatal               4386494.81
    CST          1%     43864.94807
    Addition                12550.00
    i have all ready tax code 1021+5vat

    Hi Sneha Patel
    Case1:
    If tax is applicable on the freight charges then create a Z condition in (Tocde M/06) and assign it in ur pricing  procedure (Tocde M/08) before the net value is calculated in ur pricing procedure so that it is taken for tax calculation.
    Case2:
    If tax is  not applicable on the freight charges then create a Z condition in (Tocde M/06) and assign it in ur pricing  procedure (Tocde M/08) after the net value is calculated in ur pricing procedure so that it is not taken for tax calculation.
    For both the conditions select
    Cond. class   A Discount or surcharge
    Calculat.type B Fixed amount
    Cond.category B Delivery costs
    Also mark as a header or item condition with accruals checked.
    If u are not sure then copy FRA1 condition in STD and change Calculat.type  as B Fixed amount instead of % in FRA1 so that u can enter the amount directly in PO.
    Also mark these conditions as manual in ur pricing procedure so that these can be entered manuall in PO if reqd.
    While creating PO u can select the reqd condition (with or without tax) under conditions tab and enter the amount.
    hope it clears ur issue
    Chk and revert
    Reg
    Raja

  • Manual excise map with which purchase order

    Dear experts,
    Can you tell me which manual excise map with which purchase order ? give me table name and report  if you know !
    Thanks

    Dear Mr. Siva,
    Sorry for the late reply, actually I was out of touch from this issue for few days. I am sending you the detail about my configuration----
    I have assigned this condition type as following ... 
    TAXINN     ZA1X     A/R AT1 Quantity based
    TAXINN     ZECS     A/R Cess Quantity Based
    TAXINN     ZEXP     A/R BED Quantity based
    Condition type information
         Control data 1
    Cond. class       D  Taxes
    Calculat.type     Q  Commodity
    Cond.category  D  Tax
    Rounding rule         Commercia
    StrucCond.
         Change which can be made---
    Manual entries      C       Manual entry has priority
    Still it is not showing the duty at the time of (J1IIN)
    It may be I am missing some configuration or wrong configuration.
    give me some hints...
    thank you
    Vijay

  • How to see the ouput of a purchase order on screen??

    Hi all , how to see the output of a purchase order (ME23) on screen?
    Points will be awarded!!!!
    Thanks & Regards
    John

    Hi,
    If any output tye is associated to PO and it is been triggered then User ME9F tocde to view the output.
    To check thise first Use: ME23 and click on Messages, if any outputs are triggered and they are in Yellow status then Use ME9f. Once you execute you will get Outputs in the screen, then choose the output and click on Display Message button. Your output will be displayed on the screen.
    Regards,
    Ashok

  • How to change material component for a Purchase Order?

    How to change material component for a Purchase Order?
    I need FM .
    PLEASE help

    Dear ,
    Create PO with item category L....There in Item detail you will get tab for material.
    There click in component Button, it will take you to the component screen there you can assign and deassign components.
    Hope this helps.
    Regards
    Utsav

  • How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_0

    How to Assigning the number ranges for Purchase Order using EXIT_SAPMM06E_001 using Functional Module NUMBER_GET_NEXT explain me ?

    Hi,
    First go thourh the FM import export parameters list.
    Try to create an internal table of type INRI-NRRANGENR for number ranges.
    We can provide the lower and higher values for this table so that what ever PO is created will be with that range.
    Try to create the ncessary ones using this FM.
    In the Exit, EXIT_SAPMM06E_001,
    the Export parameters are-
    EKKO-EBELN- the PO ios created with in that specified range
    Range as INRI-NRRANGENR - Here try to assign the Internal table that was populated in the FM.
    Try to code this in the Include provded and keep Breakpint and check the PO number generated.
    Reply if u need more help on this.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • How can we print the Stock Transfer Purchase Order

    Hi,
    How can we print the Stock Transfer Purchase Order??
    Because from Transaction ME9L & ME9F, we can print simple PO's like NB, MPR etc..but Stock Transfer PO could not print.
    Plz guide, from where we can do it...

    Messages for PO are set in MN04. For details on how to follow this link:
    Re: Problem with PO output determination MN04
    Once the record is set here you will see the records in ME23n under messages button in header.
    Edited by: Afshad Irani on Apr 30, 2010 10:09 AM

  • Rate Contract Purchase Order ! Urgent

    Rate contract purchase order –
    My Client Don’t wants to enter quantity in the Purchase Order –
    The purchase order is called as Rate contract purchase order (Contract for Per Unit rate of material only). Purchase order is created without entering the quantity. It has specific validity period and overall value limit (It is not compulsory). The multiple Deliveries from vendor are accepted (GR) and invoices are posted against this purchase order, for certain period of time.
    It is not possible in standard SAP configuration to make “Quantity” field optional or hide, because this field Mandatory in standard SAP program. 
    I suggested option of creating “Contract” and “Contract Release orders”, but our client doesn’t want to create the purchase orders on daily or monthly basis.
    Also scheduling agreement option is not working, because schedule lines are not final.
    Please suggest me the solution on this issue !

    Hi Vijay,
    to clear your doubt, SAP can make the Quantity display instead of Hide function. It not necessary to put Required, it can be Optional or Display.
    This also will work if you have PR for all of your PO, so PO QTY will be copied from PR QTY.
    you may need to check your configuration.
    IMG-MM-Purchasing-PO-Define Screen Layout at Document Level
    Regards,
    Maia
    Edited by: Maia on Apr 14, 2008 5:24 PM

  • How we will maintian Header Text in Purchase Order Mandatory?

    Dear All,
    How we will maintian Header Text in Purchase Order Mandatory?Please suggest a Solution..
    Thanks,
    Raju

    hi
    in standard  it is not posible  u need to use User exit: EXIT_SAPMM06E_012 of enhancement MM06E005. check details with ABAPer
    Vishal...

Maybe you are looking for

  • I had to wipe VISTA from my machine, and now I want to install it again

    I had to wipe VISTA from my machine, and now I want to install it again, but I Lenovo never gave me a CD for it. I assumed I need to download it and then re-install visa? Is that  what I have to do? Where can I get the download fot it 

  • Dynamic Parameter Prompting for Database Connection Password When schedulin

    I'm having problems with Dynamic Parameters when I try to schedule a report in InfoView. I create the report in Crystal Reports XI and publish it to the Crystal Server. I go into CMC and under Process:Database set the correct data source and enter th

  • Word email attachments get corrupted from desktop to laptop

    I've been sending Microsoft Word attachments via email from my iMac (mid-2007 Intel running Yosemite) to my laptop (Macbook Pro running Mavericks). The downloads always come through as corrupt, though the original files are fine. (If I put them on a

  • Can't see ability to mark a discussion topic as "watch"

    Been away for a couple of weeks. I can't see any longer the icon of a binoculars allowing me to watch a topic so that I get replies sent to me by email. Where is it please? Has that been removed or am I going blind?

  • Voice T1 Errors

    I have a new router with a T1 being split between voice and data. Currently only the ds0 group for voice is setup. On inbound calls I get the following from my cell to the offic ein question *Sep 27 05:02:39.979: //-1/3C1200DA8133/RXRULE/regxrule_sta