Two Different conditions for BED in excise invoice

Dear Team,
   I am using condition type JEXP condition type for automatic condition and for excise invoice, but for some specific cases my client wants to use one more condition for BED as manual condition where he want to enter BED amount as manual and ECS and HECS should calculate automatically on manual BED. He wants that other procedure with JEXP should be continue parallaly. But during the creation of excise invoice only one value is being passed to excise invoice for BED as I can maintain only one condition for "maintain excise defaults." In manual scenerio my ECS and HECS values are reflecting in excise invoice but BED is zero because at the place of BED JEXP is maintained in excise defaults. Kindly suggest how can I use both the scenerios to create excise invoice.
Regards,
Neeraj

Hi
I  have faced this problem in each of my projects. So sharing my idea of work around.
Create a Condtion type - ZMAN (Manual excise fixed amount ) and ZMEX for manual excise in percentage and adjust his just above you Excise condtion type .
100.           ZMAN Statistical  (Manual excise in Fixed Amount)                          Created Routine - 901
105            ZMEX   Statistical (Manual excise in percentage )                             Created Routine  901
110            JEXP    (BED)
*If ZMAN is maintained then the KBETR (Amount)  is copied to JEXP
*}   INSERT
FORM FRM_KONDI_WERT_901.
*{   INSERT         MCDK900627                                        1
*FORM FRM_KONDI_WERT_901.
DATA : ZMAN_KBETR TYPE KOMV-KBETR,
       ZMAN_KWERT TYPE KOMV-KWERT,
       ZMEX_KWERT TYPE KOMV-KWERT.
DATA : FLAG_ZMAN(1),
       FLAG_ZMEX(1).
READ TABLE XKOMV WITH KEY KSCHL = 'ZMAN'.
     IF SY-SUBRC = 0.
        FLAG_ZMAN = 'X'.
        ZMAN_KBETR  =   XKOMV-KBETR.
        ZMAN_KWERT  =   XKOMV-KWERT.        " CHANGE ON 3.7.2008
      ENDIF.
READ TABLE XKOMV WITH KEY KSCHL = 'ZMEX'.
     IF SY-SUBRC = 0.
        FLAG_ZMEX = 'X'.
        ZMEX_KWERT  =   XKOMV-KWERT.
      ENDIF.
READ TABLE XKOMV WITH KEY KSCHL = 'JEXP'.
IF SY-SUBRC =  0.
   IF FLAG_ZMAN = 'X' AND FLAG_ZMEX = ' ' .
         IF ZMAN_KBETR > 0.
           XKWERT = ZMAN_KWERT.                "CHANGE ON 3.7.2008
           XKOMV-KBETR = ZMAN_KBETR.
           MODIFY XKOMV INDEX SY-TABIX.
          ENDIF.
    ELSEIF FLAG_ZMAN = ' ' AND FLAG_ZMEX = 'X' .
           XKWERT = ZMEX_KWERT.
    ELSEIF FLAG_ZMAN = 'X' AND FLAG_ZMEX = 'X' .
            XKWERT =  XKOMV-KWERT.
           MESSAGE  'Maintain either ZMEX or ZMAN' type 'S'.
     ENDIF.
ENDIF.
*break abap.
*ROUNDING
READ TABLE XKOMV WITH KEY KSCHL = 'JEXP'.
if sy-subrc = 0.
if komk-vkorg = 2000 and ( komk-vtweg = '10' or komk-vtweg = '30' ).
   exit.
else.
       DATA : BEFORE_ROUND TYPE PC207-BETRG,
              AFTER_ROUND TYPE PC207-BETRG.
        BEFORE_ROUND = XKWERT  .
CALL FUNCTION 'HR_IN_ROUND_AMT'
  EXPORTING
    AMOUNT        = BEFORE_ROUND
    RNDOFF        = 100
   RNDLMT        = 'N'
IMPORTING
   RETAMT        = AFTER_ROUND
  DLTAMT        =
XKWERT = AFTER_ROUND.
endif.
*endif.
*}   INSERT
ENDFORM.
Here we have created a routine 901 - So when i put any value in say ZMAN / ZMEX , the same vaule gets copied in the JEXP my baisc excise condition type . So when i post only JEXP is posted.
At any point of time - only one condition type will be used - so in this we have written the same code.
make sure you create them as Manual Statistical item condition , where the user has to press F4 and pick any one when he want to use this manual concept.
You can ask you ABAPer to create this routine and write and map the above logic.
The value of manual excise conition should get copy to you main excise condition. Also followed up with rounding of the values
This will work definately.
Thanks................Rishi

Similar Messages

  • Item is not available for reference to Excise Invoice, Deselect Item OK!

    Hai,
    I am doing a Sub contracting scenario, in which the excise is applicable to main material, i have maintained condition records, captured excise But while doing GRN i am getting Item is not available for reference to Excise Invoice, Deselect Item OK!
    Message no. 4F279
    above errror
    Plz solve my problem

    Whether you tested case in development server ???
    Are you sure SAP Note applies to our version & support package level ?

  • How to Maintain two different prices for same material in different qty?

    Dear all,
    How to maintain two different prices for same material in different batch quantities in purchase order(ie.,info record)?
    (Vendor is supplying quantities in 2 different batches & also in different prices)
    Expecting valuable reply.
    Jeyakanthan

    In a PO you can create 2 items, and each item can be maintained with a different price in the conditions.
    In info record it is not possible to have different prices for the same period, except for scales.
    so if you have a price of e.g. 2 USD for 1000 kg and 1,90 USD for 2000 kg then you can maintain this in scales, but you still have to have 2 items in the PO so that each one can individually find its price.
    Alternative you can create contracts (as well with more than one item) to reflect the different prices and batches.

  • CST% should calculated two different rate for C Form /  Without C Form

    Hi,
    How we can assign to one CST% condition against two different rates for C Form / Without C Form for same Plant/Vendor/Material.
    My scenario is, we have purchased the Material for one plant from Vendor, but Vendor has given the material against C Form or Without C Form not fixed.
    We have used to Plant/Material/Vendor Key combination for updating CST (JVCS) 2% condition through FV11. And created two PO for C Form 2% & second 5% Without C Form but it is showing 2% in both PO as per maintained in condition.
    When we have received the material against without C Form 5%, changed in CST (JVCS) condition 5% and do the MIGO and same think do for against C Form.
    How to resolve this type problem without changing?
    But it is possible in SD their maintaining Price Group; same is it possible in MM.
    Devendra

    Hi,
    1 .How we can assign to one CST% condition against two different rates for C Form / Without C Form for same Plant/Vendor/Material.
    As suggested by the Pankaj you need to create 2 tax code i.e. one with C form & other as Without C form having appropriate Percentage maintained in the condition record ( FV11 )
    My scenario is, we have purchased the Material for one plant from Vendor, but Vendor has given the material against C Form or Without C Form not fixed.
    We have used to Plant/Material/Vendor Key combination for updating CST (JVCS) 2% condition through FV11. And created two PO for C Form 2% & second 5% Without C Form but it is showing 2% in both PO as per maintained in condition.
    As you may have maintained single tax code with the 2% condition record so same % flows in both PO , Use 2 sperate tax code it will resolve the issue.
    Regards
    Mascot.

  • Two different condition types in one report

    Hello,
    i have a problem with the conditional display of a report.
    I want to use two different condition types for one report.
    For example I want to show the report only when the page is not in printer friendly mode and when the value of an item is NULL.
    Is that possible?
    Has anyone a solution for this problem?
    Thank you,
    Tim

    Tim,
    you can use
    IF V('PRINTER_FRIENDLY') = 'YES' AND :P1_ITEM IS NOT NULL THEN RETURN FALSE;
    ELSE RETURN TRUE;
    END IF;
    in the Conditional Display picking PL/SQL Function Body returning a Boolean.
    Denes Kubicek

  • Can I have two different libraries for iTunes?

    I would like to have two different libraries for iTunes. How can I do it?
    Regards.

    To create or access a second (or more) library, hold down the Option key (or Shift key in Windows) when launching iTunes 7. In the resulting dialogue you will get the option to create a new library or navigate to the other Library: Using multiple iTunes libraries -Mac
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one.

  • How can i upload two different logos for 2 sub sites [which falls under one super site ] in share point 2013 ?

    hello,
    How can i upload two different logos for 2 sub sites [which falls under one super site ] in share point 2013 ?
    thanks,
    Jay

    Hi,
    I understand that it applied first logo to all other sub sites.
    Please make sure that you change the logos in the subsites.
    If we change the logo in the root site, the logos in the subsites will be changed at the same time.
    However, we can change the logo in the subsites separately.
    We can go to a subsite, click the Site Sitting-> Look and Feel-> Title, description, and logo->Insert Logo->select a picture, then it will has a different logo than the root site.
    Then go to the other subsite, click the Site Sitting-> Look and Feel-> Title, description, and logo->Insert Logo-> select another picture, then it will has a different logo that the first subsite.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Is there a way to have two different iTunes for two different iPhones on one Windows User account?

    Using Windows 7, iphone 4.
    I've read as many threads on these forums and as many kb's as I could find, but I sttill can't figure it out. I have 2 iPhones. Let's call them, "wife" and "hubby". I want to have two separate iTunes, one for each of the phones. Hubby is the Windoows User. I don't want to set up a different Windows User for wife.
    Hubby was the original iPhone. When I plug it in, iTunes recognized it has Hubby's iPhone. Then I unplug Hubby and close iTunes. I plug in Wife but iTunes stll comes up with Hubby under Devices and syncs Hubby's iTunes to Wife's iphone.
    I've tried using the shift key when I open iTunes to set up two separate .itl files to no avail.
    Is there a way to have two different iTunes for two different iPhones on one Windows User account?
    Thanks!

    What happens if you rename the iPhone "Wife" when it shows up as "Hubby", then choose a different set of apps/playlists to sync with? iTunes is supposed to be able to manage multiple devices, each with their own selection of content. Perhaps you "restored" "Wife" with a backup from "Hubby" when you first set things up which is now causing confusion.
    To create a new library press and hold down the shift key as you click the icon to start iTunes and keep holding shift until asked to choose or create a library. You need to use the same technique to switch back.
    tt2

  • Happy Holidays.  I have Adobe Actobat 7.0 Standard for quite a while, and I'm happy with it. I use it for mainly filings at the federal court.  They require PDF.  I use two computers in two different states for work.  I realize my Adobe 7.1 is a few years

    .  I have Adobe Actobat 7.0 Standard for quite a while, and I'm happy with it. I use it for mainly filings at the federal court.  They require PDF.  I use two computers in two different states for work.  I realize my Adobe 7.1 is a few years old, but sometimes I have difficulty using it with the other days downloading a boarding pass, and e filing at the USDC. .  There's a problem with Adobe Flash, media, etc.  and other Adobe programs, (which I use for downloading boarding passes for airlines, etc.) so basically I have to delete these other Adobe programs, besides the Adobe Acrobat 7.0 Standard if I want to 7.0 Standard to work.  I periodically download the updates, but there's still a problem. My question is:  Can or should I purchase another program to update the present Adobe Acrobat 7.0 standard, or just buy a new program such as the Adobe 11?  Am I mistakenly doing something wrong, such as when I download?  I'm an old valued customer so I don't want to spend a lot of money since I am replacing my Dell XP for a new computer now, and my other computer is a Dell Vista.
    I'd appreciate your valued advice.

    If you are getting a new computer (for a PC it would have Win 7 or 8), then you will need to purchase XI if you wish to continue using Acrobat. Acrobat 7 is not compatible with these systems (and probably the same for MAC systems), though sometimes workarounds are possible, though not easy to use. I guess the answer is to buy the new version. Try http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_software _sl_mostpopular.html, click on the Buy for Acrobat, and then select the version you want.

  • What are the two different rules for organizational data determination

    What are the two different rules for organizational data determination???

    Hi
    1) Rule type Responsibilities
    want to determine organizational data for individual responsibilities
    have not created an organizational model but want to create one
    have a lot of organizational units and must only assign a few attributes
    2) Rule type Organizational Model
    You would use rule resolution using organizational model if you
    have created an organizational model or have distributed a plan to SAP CRM and also want to use this for determining organizational data
    assign a lot of attributes to the organizational units and these are to be evaluated
    Regards
    Manohar

  • Unable to create Accounting document for my Outgoing excise Invoice

    Dear All,
    I am implementing sales from Factory. I am unable to creat accounting document for my Outgoing excise invoice.  When I click the Utilization button, The excise invoice type is selected Deemed.
    1. How to control which Which Excise invoice type should be selected in J1IIN.
    2. For Deemed exports will system not genererate Accounting document for Excise Invoice?
    3. Where to view the excise invoice document types (Like Billing and order types)
    Thanks & Regards

    For deemed export sales,
    -Accounting documents will not get generated. (ref: Excise Acct Determination in CIN settings, you will not find Excise Tranraction type:ARE3 for which G/L account will not be assigned)
    -Excise Invoice type will be automatically triggered based on configuration : Excise Group / Series Group detetermination.
    - For Deemed Exports , only Quantity will get updated in RG1, but not the value. thats the reason, accounting document will not get generated.
    - This excise invoice is created, for - to update the RG1 registry / ARE3 creation.
    hope it clears
    regards,

  • SYSTEM CHECK FOR CREATION OF EXCISE INVOICE WITHOUT PGI

    Hi SAP guru's i need help in this issue++
    See i am creating delivery and i did'nt do PGI ,after this i am creating Proforma invoice (here Proforma is must before creating commercial Invoice),with reference to Proforma system is accepting to create Excise invoice without PGI.so,i want system should'nt allow user to create Excise Invoice until unless if he do PGI.I know there is routine for PGI and proforma,is there any kind of routine for PGI and Excise invoice
    Thanks & Regards

    Dear sapsd79,
    it is related to copy control - item level
    check the following link,
    Restrict proforma invoice
    any doubt , please revert
    saravanan
    Edited by: k saravanan on Sep 30, 2008 11:42 AM

  • New Output type for purchase return excise invoice..?

    Hi all
      For purchase return process with exisable material.
    Here I m using the transaction
    1.J1IS to create purchase return excise invoice and
    2.J1IV for posting to accounts & print purchase return excise invoice
    .In standard SAP the output for purchase return excise invoice is JEXC.
    here my query is started,
    ABAPer created the new program for purchase return output with all new layouts,
    And from functional side i have defined new output type for the same as YEXC copying from JEXC.
    While doing the transaction J1IV, i getting the output type YEXC, i m not able to print preview.
    To proceed further i need some body guidence. Like where to assign the output type.
    some body can give some inputs .
    Thanks
    sap-mm

    Hi AP thanks for ur immediate response.
    But i have done all the configuratuion in NACE only.
    There in nace i m not able find out the mistake or missing configuration.
    Can u expalin me step by step process end to end .
    Thanks
    sap-mm

  • HT4993 on my computer there are two different accounts for the itunes store but my brothers account keeps syncing in on my iphone instead of my own account how do i get his account off of my phone and add my own back?

    on my computer there are two different accounts for the itunes store but my brothers account keeps syncing in on my iphone instead of my own account how do i get his account off of my phone and add my own back?

    Not a good idead to share IDs
    Read http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    Read Sharing an Apple ID with your Family
    Does your father have a recent backup of his phone?  If so restore his phone from that.  Please not that everythign created on th ephone since the backup was made will be lost

  • T.Code For List of Excise Invoices

    Hi,
    Please refer me is their any transaction code for List of excise invoices like list of invoices VF05
    Regards
    Kir

    hi
    Use the t code J1I7 help for internally generated documents
    here you can get the details by
    excise group
    excsie transaction type
    also on selection criteria like
    no postings done
    part 1 and part 2 posted
    part 1 posted and part 2 not posted
    regards

Maybe you are looking for

  • ORA-12899 - is it possible to truncate automatically

    I know why I am getting ORA-12899. Instead of rolling back the transaction, I am wondering if it is possible to let Oracle truncate data automatically so that update/insert succeeds. There are cases that auto-truncation is acceptable. I am using Orac

  • Itext unable to convert doc file properly to pdf

    Dear all, I am trying to convert .doc format files to .pdf format using iText . I am able to get a pdf files but there are a number of special characters. The table which are there in doc file are not there in pdf file ,they all getconverted to speci

  • OSS connectivity SM59 error

    Hi experts, i am facing one issue, Before 7 days we configured oss connectivity ,it was working fine and also SAP support people worked in PRD server.But i checked yesterday it is not working.and also i checked that router is activated,but in SM59 OS

  • Update to my last question

    i saw that the problem i related in my last request its not on your site ,but on the other site ,the social platform i wanted to open the URL,so its not more need to you to investigate about your browser..

  • IPhone 4S - after 6.1.1 update, cannot adjust ringer volume, and odd music playback behaviour

    This is a minor issue that'll probably end up in the hands of some apple tech, but I'm curious to see if anyone else is experiencing this. After updating my phone to 6.1.1, I noticed that occasionally I did not hear anything when playing music throug