Excise Invoice number aginat sales order

Hi,
Is there any report available in SAP where as we can be excise invoices raised against particular sales order or scheduling agreement
Rgds,
Saurabh

hi
To get the Sales order number from excise invoice you have to use the below table
Pass the EXNUM (official excise invoice number) into table J_1IEXCDTL and get RDOC2(billing doc number)
Now pass this RDOC2 to into table VBRP-VBELN and fetch the data for VBRP-AUBEL (sales order No)
regards
Edited by: PRASHANTHgoud on Mar 19, 2010 1:24 AM

Similar Messages

  • Excise Invoice Number through Purchase Order no. or Material Document no.

    Hi,
    Is there any report through which I can find Excise Invoice Number (J1IEX) with the help of either Purchase Order no. or Material Document no.?
    Can anyone provide some idea in this regard?
    Thanks in advance

    Using transaction code J1I7,You canfind excise invoice no in report,with purchase order no. or Material document no. as inputs.

  • Query to display sales invoice number by sales order number

    Hi,
    Welcome you post on the forum.
    You may check this first:
    http://wiki.sdn.sap.com/wiki/display/B1/SAPB1SQLD-SLLapsedDaysOrdertoDeliveriesOrderDetailsVer3
    Thanks,
    Gordon

    I've read the article and strugled and other articles for this but I haven't achieved the goal - I can display list of SO and linked Deliveries and linked A/R Invoices and A/R Memos but basing on date and client changes within the query itself.
    The current goal is to have a query to ask for GP code and ask for DocDate to get list of Sales Order document numbers and A/R Invoices document numbers and A/R Credit Memos document numbers.
    The ideal result would be to get final quantities of products from all further existing data with possibility to use it in Excel's (office 2007-2010) SQL native client basing on SO document number parameter.
    Maybe it is not possible?
    Any help would be appreciated.
    Thank you,
    Tomasz

  • INVOICE NUMBER FROM SALES ORDER

    HI ALL,
    HOW DO WE GET THE INVOICE NUMBER OF A MATERIAL FROM A SALESORDER.
    REGRADS,
    NANI

    Hi,
      The relationship is as follows..
      VBAP-VBELN = VBRP-AUBEL.
      VBAP-POSNR = VBRP-AUPOS.
      SELECT SINGLE * FROM VBRP
             WHERE AUBEL = VBAP-VBELN
             AND   AUPOS = VBAP-POSNR.
      IF SY-SUBRC = 0.
        WRITE: / 'BILLING DOC.', VBRP-VBELN.
      ENDIF.
    Thanks,
    Naren

  • JIiJ : depot sale: Delivery item wise Excise invoice number

    Dear all
    we are using J1ij for depot sale/stock transfer between main plant and its depot outside state.
    we have unique delivery item which corresponds to unique material code. after doing PGI when we go to J1ij and choose the different line items, the excise invoice number that is saved is delivery wise and not delivery item wise. that is for each delivery we get one excise invoice.
    the requirement is that this should be delivery item wise. we have tried trying to save one delivery item but it does ask for the 2nd delivery item and once we delete that 2nd delivery item and save the Ji1j, it allows to save but while going in for the 2nd delivery item, it says the delivery is already excised out.
    did any of the gurus come aross this requirement. if yes how did you resolve this.
    there is one batch program J_1IJCHK but we are that saves without asking for any information.
    Kindly help.
    regards

    Hi Sreekanth,
    If this is first time you are doing look for OSS notes, Please escalate this issue to your basic and apap consultants.
    R u following the following flow in case of stock transfer from mfg plant to depot plant.
    PlantA:
    ME21N 
    VL10B
    VL02N
    VF01
    J1IIN
    Plant B:
    MIGO - (Goods Reciept & Excise Capture)
    VA01
    VL01N
    J1IJ
    VF01
    Here at goods reciept you need to capture excise inviove same will populate when you make a sales from plant B using J1IJ transaction.
    Thanks,
    Swamy H P

  • Apportion Excise value in Return Sales order

    Hi,
    With reference to Depot scenario, when there is a return sales order created reference to Customer Invoice, the Excise values are not getting apportioned with reference to manual change in the quantity.
    As per our customized routine the excise values are copied from Excise invoice to the customer invoice, instead of condition record. And as per the copy control settings the excise values are directly copied from Customer invoice to Return sales order. But when the quantity is changed in the return sales order only the Base price is changed, but the excise invoice (condition type - JEXP) is not changed as per the changed quantity.
    If i do the update price in return sales order(order type - ZRC) the excise value is picked from condition order, but as per requirement of the business they will not do the update price, only the quantity in the return sales order is changed by the user.
    Can you please let us now the solution how to apportion the excise value based on changed quantity.
    Regards,
    Jagadish

    but the excise invoice (condition type - JEXP) is not
      changed  as per the changed quantity.
    Assuming that the Calculation Type of your above condition type is percentage, I have a feeling that unless you wrongly assigned the From-To step number in your pricing procedure, definitely, based on the quantity, your price will vary and based on this price, your ED should also get changed.  So check your return depot pricing procedure once again.
    thanks
    G. Lakshmipathi

  • Show Excise Invoice number in Doccument flow

    In Our sale Process After Billing doc we create Excise Invoice(in CIN).I wan to show this Excise Invoice number in Doccument flow.wats the required config for this.

    Hi,
    This is not possible to show the excise invoice in document flow at sales order/ Delivery/Billing as per standard.Use transaction code J1IDOCFLOW . Or write a query/report by adding the tables VBFA, VBRK and J_1IEXCHDR with VBLEN = VBLEN = RDOC
    Regards

  • Automatic Excise Invoice reversal in Sales return

    Ours is a manufacturing plant.
    We sell Excisable goods to our Customer.
    Normal Sale Cycle:
    VA01-VL01N-PGI-VF01
    (Excise Invoice gets generated automatically in background as Invoice is saved)
    Our Requirement:
    Client wants to map Customer Returns Scenario.
    I have gone through helpful notes and got clear with Return proccess(SD)
    VA01-Return Order( w.r.t. Original Invoice)
    VL01N- Return Delivery (w.r.t Return Order)--PGR
    VF01--Credit Memo( w.r.t Return Order)
    I need a solution for Automatic Excise Invoice reversal as goods are returned by customer to Plant.
    Our client wants that reversal should happen automatically in background.(at any stage either as PGR is done..or else)
    Client doesnt want to go for J1IH-manual JV posting.
    kindly guide me Configuration steps to achieve this with registers updations and a/c effects.
    also correct me if i am wrong in above understanding.
    Thanks ,

    Hi,
    Thanks for ur suggestion.
    (Firstly i created VA01-Return order-VL01N-Return Deliv-PGR-VF01-Credit memo-w.r.t REturn Order)
    As suggested i tried with J1IH-Other Adju.
    A/c Entries of Original Excise Invoice:
    I inputed in J1IH -Other Adj.
    Document number:-Excise Invoice Number( is it correct reference)
    Year:
    com. code:
    plant:
    Series grp:
    Modvat Account: RG23A:
    I manually inserted line item,Material Number and BED,E.CESS,S.H.CESS values as per Excise Invoice and later save the document.Excise JV was generated with PART 2 entries updated..
    A/c Entries of Excise JV:
    Here kindly give your feedback whether above process and entries are correct.
    Q:How will i reconcile Original Excise Invoice and Excise JV,since its now showing in Doc Flow.
        Does it reflect in any t code.
    Thanks ,
    Vilas

  • Mutiple commercial Invoicing from single Sales Order

    Mutiple Invoicing from an single SO (Invoicing from SD)
    Refer the requirement posted below
         PO issued by the customer requesting supply in multiple consignment (Multiple Sets)
         Single Set may be delivered by multiple trips  
         Every consignment/trip released accompanies an excise invoice
         When the shipment is completed for one Set then one consolidated commercial invoice is raised, details of
                          excise invoice   number and logistics receipt information are entered 
         Sales order is closed only when all the Sets of materials are completely delivered.

    Hi
    Whats the problem in this case.. This is pretty standard business scenario....
    If you are using Costing based COPA, your COGS would post to COPA upon billing... Hence, total revenue as well as cogs will be posted at same time
    br, Ajay M

  • Depot Excise Invoice number skipped ???

    Hi Everyone
    For Ex. say our depot excise invoice number range is from 1to 100, assuming the current number is 51. Some day back there was a jump in the depot excise invoice number range. In between 1 and 51 the number "25" is missing.
    So the excise department has asked the company as to why we have skipped the number 25.
    I have checked the table J_1IRG23D, but the skipped excise invoice number is not appearing in the tables, I mean it says "No table entries found for the specified key"
    Our Company wants to know the exact reason as to why the system has skipped the depot excise invoice number "25".
    Whether it is the system mistake or user mistake or some body else fiddling with the system.
    Please offer you valuable suggestions to solve this problem
    Thanks & regards
    satish

    Hi,
    SAP 99.9 % will never skip the number range on its own.
    As per my understanding:
    1.Some one has manually deleted the Depot Excise Invoice number after creation (due to the user mistake at selecting the 
      appropriate Incoming Excise invoice, Price , material or etc reason. And while creating the New Depot excise Invoice Number  
      he forget to adjust the number range at object 'J_1IDEPINV' for corresponding Series Group. This u can confirm by checking
      the entry at Item level, instead of Header at it will not show that entry.
    2.May be due to the Depot Sales Returns for respective Depot Invoice canceled and Deleted by the user.
       Here, deleting the excise Invoice is not Valid practice as per Excise Tax rules of GOI.
    3. Kindly check, whether Number Range Changes happend for respective Series Group between the Fiscal Year 2010-11.
    Please feel free to correct me and It will be a value addition if you find any other solution.
    Thank You,
    RB

  • Excise invoice number range wants to be same for domestic & export & Deemed

    Hi Gurus,
    My Client wants one excise number range for all sales transactions,
    including domestic & export & deemed export,
    I tried to manitain only one number ranges in Local number range object only to utilise
    that check box of local number range in excise invoice screen,
    but still it is not allowing us to do so ,
    I tried to maintain  number range for export serious group in local number range object only but still it is not allowing me to do further proceed for ARE-1 with refernce of that excise invoice number ,
    please give me solution for this issue ,
    we are in very bad situation our Go-Live is stuck due to this issue from 1 week,
    Regards,
    Sai

    Do not maintain Numbers for the Object: J_1IEXCEXP; only maintain for J_1IEXCLOC
    When you go into J1IIN, you will need to mark the checkbox: Use Local Number.  If at the first time (in the case of Deemed and Regular Exports), you do not see this checkbox, click on the 'Calculator'  icon and hit the 'Back' icon. Mark the checkbox and save your Excise Invoice. This number will be a continuation of your Domestic Excise Invoice.
    thanks
    G. Lakshmipathi

  • Price for excise invoice in depot sale

    Hi Friends
    Actually i am doing stock transfer order from manufaturing plant to depot plant. we know that generally pricing wont be applied in stock transport order, so from where pricing triggers in the billing & excise invoice in depot sale.
    Please advice and reply as soon as possible.
    Thanks in advance.

    Dear,
    in pricing procedure determination select sales area through which u r doing STO, Document pricing prosedure as  I and customer pricing procedure as 1 assign your pricing procedure ande pricing condition.
    Make sure that In VOFA for Billing type IV document pricing procedure should be I.
    create conditon record.
    At the time of Billing for STO choose billing type as IV system will aumatically copy all the value in billing.
    Hope it will solve your problem
    thanks,
    Rahul

  • Reversing and Resetting the Excise Invoice No. in Sales

    Hi Gurus,
    Kindly give me solution to reverse and reset the excise invoice after billing.  The client has created manual invoice and manual excise nos. have been given for few documents and invoice has been despatched to the party.  When they are updating the same in SAP, the system shows that the excise document number already exists in the system due to which there is a mismatch in manually given number and SAP generated excise document number.  As the manual number has already been advised they want the same number to be in SAP.  Is there any possibility of resetting the SAP excise invoice number ?
    Sadashivan

    Dear Sadashivan,
       I am just going through your message and its very surprising that you are entering excise invoice number manually while creating the exise invoice. As per my understanding you CANNOT assign external (as per you manually entering excise number) number ranges for CIN objects. The reason is excise invoice number should always be in order. If you are creating excise invoice by entering manually excise invoice then this is not SAP standard procedure.
       Please check whether you are following the standard SAP functionality while creating excise invoice or not. Check whether you are using your own development?
       Regarding resetting the number range in transaction SNRO or SNUM will not solve your purpose. As excise invoice is already been updated in different tables.
    Dear Lakshmipathi,
          Kindly check this "resetting number ranges in SNUM", will give error message while creating excise invoice.
    Regards
    MBS

  • Single invoice for multiple sales orders

    Hi all,
    When delivery order is created based on Collective processing, Billing document is created based on delivery order for delivery based billing.
    But, is it possible to filter the line items in the Collective delivery order further for billing? Based on customer PO number, etc.
    That is, one Invoice for each Sales order or each customer PO number from the delivery document.
    Billing based on Sales order is one solution, which is not possible in the current Bussiness scenario.
    Could anyone suggest some other solution?
    Regards,
    Jennifer Smily.

    Hello Jennifer,
    if I understood well you have: more sales orders (everyone wiht its PO number), delivered togheter within one delivery.
    Then you bill the delivery, and you need to create one billing document for every sales order.
    Is it right my understanding ?
    If so you could simply customize the copy control (transaction VTFL) at header level setting field 'Assignment Number' and/or field 'Reference number' with 'A' or 'B'.
    In this way field VBRK-ZUONR and/or VBRK-XBLNR of billing document is filled with PO number or sales order number, and one billing document for every sales order will be created.
    Best regards,
    Ivano.

  • Error in Creating Excise Invoice for Factory Sale

    Dear Friends:
    Using T.code J1IIN ( Create Excise invoice for Factory Sale), I entered data for billing doc,posting date,sub transaction type & pressed enter and tried to save it.I got the error 'Error in allocating internal document number interval not found number object J_1IINTNUM'.
    Using T.code J1I9, I used the number object J_1IINTNUM and created number ranges and again tried to save T.code J1IIN ( Create Excise invoice for Factory Sale), but still i am getting the same error.
    Please let me know how to solve the error. This will be highly Appreciated.
    Srinu NV

    Hi,
    In Excise Invoice, there is always an internal number range which is required to be maintained. This is maintained through Transaction Code: SNRO & object being J_1IINTNUM . As soon as you maintain the same, it will resolve the error.
    I learned the above by commiting a same mistake in one of the project.
    Regards,
    Rajesh Banka
    Reward points if helpful.

Maybe you are looking for

  • Itunes OR my computer doesnt see my iphone 4.. help

    so weird thing.. im on a PC and when i plug in my new iphone 4 is makes that binging sound but it computer never sees it in My Computer or auto play. And i have the latest itunes, but itunes still doesnt see my iphone either. And it doesnt charge the

  • HT4673 Accidentially deleted an app and can't reinstall

    MacBook Pro late 2011. Accidentally DELETED the app TEMPERATURE GAUGE. Logged in to the App Store and tried following these directions:  If you want to reinstall a deleted app, open Mac App Store, click the  Purchases icon, then click on the "Install

  • RSS Feed Of New Movie Rentals (UK)?

    Hi, Does anyone know of an RSS feed that tracks new Movie Rentals added to the UK iTunes Store? It would be really to automatically be notified when any movies are added, instead of having to manually browse the store, looking out for changes.

  • Fixing the SMTP server of localhost

    I have installed the role of the SMTP server in my VPS and it's okay as you see there is a red mark on. screenshot : prntscr .com/46tup6  (remove the space in the link between the "r" and ".", my account is not verified to post links) i want to fix t

  • File corrupt whilst working on it when battery died?!! why?! help?

    Hey everyone, I use a Macbook Pro and I've been working on a really important file in Flash CS3 for the past week, and whilst working on the latest version outside yesterday, my battery died suddenly (it had run down, but no message came up to warn m