Sales register with excise data

Hello friends,
I am maintaining a sales register in which i need to display all the billing data whether excise document is created for it or not.
For this i had fetched data from VBRK and VBRP tables using inner join INTO TABLE ITAB. Now, I also need to fetch the corresponding data from excise table( J_1IEXCHDR ) and J_1IEXCDTL based on the entries in ITAB and some other excise related fields on selection screen.
How can I fetch excise data based on the entries in ITAB and fields on selection screen and finally add the whole data in ITAB.

Dear Kumar
For updation of excise related sales returns, run T.Code J1IH and do the following:-
Customer Credit
Choose the Additional excise input the original excise invoice reference, document year, company code, plant and excise group and execute. There input manually what value you need to give credit and save.
Cenvat Debit
Choose Other Adjustment and here also, maintain the datas whatever you input as above and save.
thanks
G. Lakshmipathi

Similar Messages

  • Sales return with Excise

    Dear SD gurus,
    Can you please tell me, during sales return with Excise in J1IH, which process need to be selected.
    Either "Other adjustments" or cancel "excise invoice".
    regards,
    Kumar

    Dear Kumar
    For updation of excise related sales returns, run T.Code J1IH and do the following:-
    Customer Credit
    Choose the Additional excise input the original excise invoice reference, document year, company code, plant and excise group and execute. There input manually what value you need to give credit and save.
    Cenvat Debit
    Choose Other Adjustment and here also, maintain the datas whatever you input as above and save.
    thanks
    G. Lakshmipathi

  • Load a sales order with delivery date in the past

    Hi,
    We want to load in the system a sales order with delivery date in the past, and maintain the schedule delivery date in the past. To do that, in the customizing Sales And Distribution / Basic Functions / Delivery Scheduling and Transportation Scheduling / Define Scheduling By Sales Document Type, I selected the flag Blackwards. But the problem is that the rest of the dates in the scredule line: goods issue date, loading date, material avail.date and transportation Plan Date, are in blank and you cannot enter any data because the system deletes it.
    How can I have these dates informed with dates in the past?
    Thanks in advance,

    You can control this using the "Message Control" in the SAP IMG.
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Message Control>Influence Message Control
    Using this you convert Error to Warning or even swith off this message.
    Please refer this thread for complete steps:
    Re: How to change an error message to a warning message in SRM
    Note: you need to suppress the messages relevant to your case here.
    Regards
    Kathirvel

  • Registered with incorrect date of birth when first turn iPad on

    Hi please help, I registered with the incorrect date of birth when first turned on the iPad, and now when I try to register to set up a iPad account the systems keeps saying can't register as date of birth does not meet age requirement even though putting in the correct dob. Please advise how can I change the original set up dob details. Thanks

    Read this for the instructions.
    http://www.ehow.com/how_8493711_change-birth-date-itunes.html

  • Sales orders with expired dates should not consider in MRP

    Hi,
    My requirement is that when i m running MRP for sales order for which expiry date has already been lapsed or over.sysyem should not create any mrp elements(Planned order) for such Sales orders.
    We have maintained one Z table which gives the validity period(Expiry date) for sales order according to their respective division.
    if MRP running date lies after the date of expiry of sales order, system shoul not allow to run MRP for that sales order or it should pop some message while executing MRP run before saving it.
    How we can achieve this?
    Pls suggest.....
    Rgds,
    Yogesh Thorat..

    Since as per standard, there is no concept called validity period for sale order and you are maintaining in a zee table, definitely your requirement has to be met with user exit or function module or some enhancements.
    Perhaps, you can try with MRP Enhancements
    a)  LMDR2001  or
    b)  LMDZU001
    to meet your requirement.
    thanks
    G. Lakshmipathi

  • Query for all open sales order with a date range

    Hi Experts!
    I wrote this query that will look up all open sales order of a particular customer and how much was served:
    SELECT T0.[DocNum] 'OS #', T0.[DocDate] 'Posting Date', T0.[CardName] 'Customer',  T1.[Dscription] 'Item Description',T4.[SalUnitMsr] 'Sales UOM', T4.[InvntryUom] 'Invty UOM', T1.[UseBaseUn] 'Use of Invty UOM' , T1.[Quantity], T1.[Quantity]-T1.[OpenQty] 'Served Qty', T1.[OpenQty] 'Unserved Qty' FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCTG T2 ON T0.GroupNum = T2.GroupNum INNER JOIN OSLP T3 ON T0.SlpCode = T3.SlpCode INNER JOIN OITM T4 ON T1.ItemCode = T4.ItemCode WHERE T0.[DocStatus] = 'O' and T0.[CardName] =[%0]
    However, I don't know how to input a parameter for the date range in a query.  Can anyone help with this issue?
    Your input will be highly appreciated.
    Warm regards,
    Jen

    Hiiiiiii
             Try This.....
    SELECT T0.DocNum 'OS #', T0.DocDate 'Posting Date', T0.CardName 'Customer', T1.Dscription 'Item Description',T4.SalUnitMsr 'Sales UOM', T4.InvntryUom 'Invty UOM', T1.UseBaseUn 'Use of Invty UOM' , T1.Quantity, T1.Quantity, T1.OpenQty 'Served Qty', T1.OpenQty 'Unserved Qty' FROM ORDR T0 INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCTG T2 ON T0.GroupNum = T2.GroupNum INNER JOIN OSLP T3 ON T0.SlpCode = T3.SlpCode INNER JOIN OITM T4 ON T1.ItemCode = T4.ItemCode WHERE T0.DocStatus = 'O' and T0.CardName ='[%0]' and (T0.DocDate>='[%1]' and T0.DocDate<='[%2]')
    Regards,

  • Register with ESB, data sources

    Hi, I have an ESB project to deploy on an integration server. It makes use of a database adapter. When I created that service, I connected to the database, and through the wizard it worked great. So far so good. From the wsdl file:
    Your runtime connection is declared in J2EE_HOME/application-deployments/default/DbAdapter/oc4j-ra.xml These mcf properties here are from your design time connection and save you from having to edit that file and restart the application server if eis/DB/myDBconn is missing. These mcf properties are safe to remove
    Then the connection details follows. Now, I would rather not use the generated connection profile in the wsdl, but rather point to a data source, like the text above explains. But how do I delete it, and how do I make the adapter use the integration server connection, here named "eis/DB/myDBconn"?

    From the Adapter configuration Wizard in Step 3, you choose the correct JNDI Name (like eis/DB/myDBConn).
    You just need to create a connection factory and a datasource in Application Server Console for your OC4J instance, having:
    - connection factory named eis/DB/myDBConn (location) with xADataSourceName = jdbc/myDBConnDS)
    - data source created named myDBConnDS having JNDI = jdbc/myDBConnDS
    Regards
    Stéphane

  • Regarding multiple schedule lines in sales order with same date

    Hi All,
    we create the Orders from RFC and the orders are going to Multiple Schedule lines for the same date.
    period       delivery date          ordered quan       confirmed quantity
    D     10/11/2007                10                    0
    D     10/11/2007                 0                     10
    here for the same date in first line it is not confirming and in the second line it is confirming the quantity for the same date.
    On what conditions it is possible??????
    Any one have the solution for this Please send it to me [email protected]
    Regards,
    Prasad

    Just check the schedule line details i.e go to schedule line---shipping. You will find that although the del. date is same in both the case but the timings were different e.g material availability time etc will be different in both these lines. So though the dates may be same its time difference that's causing the second schedule line.
    Reward points if useful

  • Open sales order report with billing date.

    Hi,
    I want to know if there's an available report for open sales order with billing date field.
    Thank you.

    Hi,
    If your case is "Order-related" Billing,you can use the T.Code "VF04" for this purpose.
    One more way is to go for a custom report.
    Make a copy of code of the T.Code "VA05n"(Program Name is "SD_SALES_ORDERS_VIEW").
    Change the code as per your requirement to display the field "Billing Date" in the report.
    Check with your ABAPer if you wish to go for a custom report.
    Regards,
    Krishna.

  • REVERESE SUBCONTRACTING WITH EXCISE DUTY

    Job Work done by Client with excise duty
    Business Process,
                                 Raw material got from the Customer & it is processed by Client finished goods are made the same will be delivered to the Customer with excise duty.
    Details:
    1     Sales order will be created with the details of raw materials that customer agreed to give & finished product that customer need after getting the P.O from the customer.
    2     Customer will send the material with excise invoice (paid by customer).
    3     Client receives the material post the customer excise invoice with part-1 & part-2 entry in the RG23A register.i.e Cenvat credit taken by Client for the customer material.
    4     The received Raw material processed by Client converted to finished product with RG1 entry.
    5     Finished send to the customer with excise duty paid by Client
    6     As excise duty liability is with Client every month excise duty difference between credit taken & paid is settled with customer.
    E.g. For August month
              Cenvat credit taken for raw materials Rs-10000
              Excise duty paid by the Client Rs-50000
              Difference to be paid by the customer to Client is Rs-40000
    Pl guide me how to map this process in cin
    Regards
    Umapathy.M

    Hai,
    The pre requisties for this scenario in CIN part is
    1. Create the input raw material with UNBW material type.
    2. Create the customer as a vendor.
    3. Maintain the input material in J1ID with material type raw material & chapter ID.
    4. Maintain the excise details for this vendor with excise indicator.
    5.Maintain the assessable value for this material in J1ID. This has to be flow for excise calculation.
    6.Maintain the excise tax rates for the Chapter id in J1ID.
    7.Mainain the 501 Mvt type in IMG - Logistics general - Tax on goods & movements - India - Business transactions - Incoming excise invoices - specify which mvt type involves excise invoices.
    8.Maintain the settings for register entries & GL accts in Acct determination in IMG - Logistics general - Tax on goods & movements - India - Acct determination for the excise transaction type EWPO.
    The steps involves are
    1.Create a sale order with excise tax code conditions for the processed fininshed product.
    2.Do the MIGO with other receipt for 501 Mvt type to receive the raw material. Capture the excise invoice in the MIGO itself.
    3.Post the excise invoice by J1IEX.
    4.Do the process with PP cycle.
    5.Send the finished product with SD route.
    6.Do the Billing & outgoing excise invoice.
    7.The SD  Pricing procedure has to be configured as per the requirement.
    8.Check the accting entries at the Customer acct.

  • Stock transfer between plants- 1 plant with no excise & 1 plant with excise

    Dear Sir,
    We have 6 plants working under SAP version 6.0 and in all the plants excise is applicable i.e. modvat can be taken. Now a new plant say X is coming up under the same company code in which excise modvat won't be applicable. In this scenaripo when we will do stock transfer from existing plants excise will be applicable on the material sent to plant X but at the time of receiving the material at plant X this excise amount must be inventorised on material as modvat is not applicable in this plant. Similarly when we despatch the material from plant X to other existing plants material cost will be with excise value.
    Pl. guide me that how this scenario to be configuered.
    Thanks in advance.
    Rajiv

    Hi Rajiv
    <b>Only you need to do is</b>
    In plant X which is not registered with excise, there you have no need to maintain excise related data of material master record i mean in J1id. So this will post your exsice amount to your inventory cost.
    Secondly if material is sent from Plant X to excisable plant this plant X can not levi excise duty as its not regeisetered one.
    Regards
    Vivek
    -- Reward if helful !!

  • How to do Payment against Proforma invoice with excise duty?

    Hi all
    I am using SAP B1 9.0
    I have a scenario like, I want to make a proforma invoice partially/fully for the customer order(sales order) with excise duty and I will receive payment against this invoice.
    I tried to use AR down payment request , thus I can create proforma invoice for partially/fully and I can do incoming payment also, but the problem is I can't use Excise duty(CENVAT) in down payment document. Is there a way or work around for my issue?
    Thanks in advance.
    Pravin

    Hi,
    In standard SAP B1, we can't select Excise tax code in Down payment request document and it will not allow also
    Find below the workaround solution:
    1. When you are raising Down payment request, enter DPM value including Excise Duty. i.e. If the base value is 1000 and Excise duty 120, enter 1120 in DPM value, the percentage will become 112%. In case of partial also calculate partial excise duty and add in base value and enter in DPM value.
    2. Based on Down payment request book the incoming payment
    3. Adjust Down payment request in final AR Invoice it will get adjusted in total value.
    Note: The Excise duties will book at the time of OEI booking (as per legal req). We can't book the excise at the time of Down payment. 
    Regards,
    Kiran 

  • Why does old sale order (The deliver date before current date) show VSF (independent requirement) in MD04?

    Dear All,
    I face one issue, the old sales order (the delivery date before current date) has became VSF (independent requirement) in MD04, could someone let me know why and how to fix it?
    Take 01.09.2014 as example, we have one 50PC's sales order with delivery date as 25.08.2014, in MD04, the system will show two independent requirements, one is 50PC's customer order and another is 50PC's VSF.
    We are looking forward to your kind help and answer, thanks in advance!
    Best Regards,
    Gavin

    Hi Gavin
    If I understood the issue correctly, system is showing both the sales order and the PIR on the same date, right?
    If this is the case, it's probably a PIR consumption issue. Take a look on the following note, especially question 10:
    772856
    FAQ: Consumption of planned independent requirements
    BR
    Caetano

  • Read Sales Order Price with Pricing Date (PRSDT)

    Hello ABAP Gurus,
    I have once requirements and is, I need to extract sales order prices with a given Pricing Date (PRSDT).
    Could you please tell me if these is Function Module or BAPI that I can use?
    Regards,
    Murali

    Maintain a condition record for Rs.10/- with a validity date (only as an example) as 1st March'14 to 15th March'14.  Another condition record for Rs.15/- with validity date as 16th March'14 to 31st March'14.
    Now create a sale order for 500 nos. with one line item and change the pricing date as 15th March'14.  Similarly, create another line item for the same material with 500 nos. and here, change the pricing date as 16th March'14 at line item level.  By doing so, system would fetch the pricing in billing accordingly.
    I told as per my knowledge System will bring old price only for reserved stock if you want to apply new price for reserved stock just 411 e return the stock from reservation and now create sales order
    i hope this right
    Your understanding is incorrect.  System will never validate pricing based on age of the stocked material but based on validity period what you maintain in condition record.
    G. Lakshmipathi

  • Update Excise Data of GR with  YMIGO (same as MIGO) w.r.t. PO

    Hi all,
    I have to (POST)save excise data of GR w.r.t. PO using my custom YMIGO (Our Y development) which takes PO deatils in the form of text and the text is decoded form of BARCODE of PO.
    there is no BAPI to save Excise data in respective tables.
    I HAVE DATA IN MSEG AND MKPF OF MATERIAL DOCUMENT TO BE CREAT.
    ACCORDING TO ABOVE TABLES I HAVE TO SAVE DATA IN TO FOLLOWING TABLES .
    J_1IEXCHDR,
    J_1IEXITEM,
    J_1IEXCDTL,
    J_1IPART1,
    J_1IPART2,
    J_1IGRXREF,
    J_1IRGSUM,
    J_1IACCBA,
    is it possible to use the method given below.
    method IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE.
    if yes how to use this.
    I have to save only excise related data.
    in this , function  'J_1IEXGM_UPDATE_EXCISE' has called.
    Pl any one can help me .
    If any one has another option to save Excise data then most welcome to them.
    Thanks In Advance
    Dhananjay

    if the base values and excise duties are altered as per the invoice received after checking the MRP window in excise addtional tab,so that their total is the PO price then VAT calculated will match with the VAT as per PO

Maybe you are looking for

  • Publish Self developed service in preview system

    Is it already possible or planned to be possible to publish self developed service in the Enterprise Services repository of the preview system? Is yes, where is this described? Thanks and best regards. Sandro

  • Workflow and smartphone, PDA, Tablet

    Anyone knows if Workflow can work (using XDP/PDF rendered form) with the Adobe Reader version that can be used with smartphone, PDA or tablet? Have I to render the form in HTML in order to use these devices? Thanks for answering, Alessio

  • Embed Fonts in Keynote= PDF

    I've created a Keynote presentation in the current version of the application, which uses two non-standard fonts, Chalkboard and Chalkduster. I have exported the presentation to PDF and put it on a web-server so other people can see it. But the fonts

  • WLS logging/statistics

    Hi! I wonder whether there is possible to gather the continous information one can view in the WebLogic Console for statistical purposes. E.g. it could be valuable to view curves for connection pool usage, memory usage, bean cache usage and so on. Th

  • UCCX 8.5 same skill delivery question

    Hi all, I've a question about how a call is delivered when agents in ready state have same skill level in the same CSQ. In my CSQ I have 4 agent with skill 9, 2 with 7 and 1 with 5. How can I set the algoritm used for the first 4 agent? Now calls is