Invoice for $39.87

I received an invoice for $ 39.87 for 3 months. What services does this provide that are not  availiable to me for free???
regds
baysidehenry

Hi,
Your Unlimited World subscription was automatically extended since recurring payments were not canceled.
You can check order on your account: https://secure.skype.com/account/purchase/history/​orders
Countries that are covered in your subscription: http://www.skype.com/intl/en/prices/pay-monthly/#U​nlimitedWorld
Andre
If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

Similar Messages

  • Note 2002415 - Electronic Invoice for Italian Public Administration

    Hi Guru,
    I'm implementing the note 2002415 the second point:
    2) Creating the custom implementation
    The Enhancement Spot "ES_EDOCUMENT" was developed to allow customer-specific
    implementations to process eDocuments. This enhancement spot contains the BAdI
    definition  "EDOC_INTERFACE_CONNECTOR". In order to use this BAdI, you create a
    class implementing the interface "IF_EDOC_INTERFACE_CONNECTOR" and add it to the
    BAdI Implementations.
    Go to transaction SE19.
    Enter “ES _EDOCUMENT” in the Enhancement Spot field and choose the “Create”
    button.
    Enter a name for the Enhancement Implementation and a short text.
    On the next screen, choose the package and continue. Enter a name for the
    BAdI implementation,  a class name and select the “EDOC_INTERFACE_CONNECTOR”
    BAdI definition. Continue.
    Enter the package and continue.
    On the next screen you can find the BAdI Implementations list for the newly
    created Enhancement Implementation.
    Open the Enhancement Implementation that was just created and click on
    "Filter Val.". Create a Filter Combination with Value 1 "CUSTOM", Comparator "="
    and Filter "INTERFACE_TYPE". Create a second Filter Combination with Value 1
    "IT", Comparator "=" and Filter "COUNTRY". This is to ensure that this
    implementation will be custom and valid only for Italy.
    Double click on "Implementing Class". Here the interface methods can be
    found. The implementation of method "IF_EDOC_INTERFACE_CONNECTOR~TRIGGER" is
    where the data collected from the SD and FI processes can be processed. With a
    double click on this method, a pop up asks if the implementation should be
    created. By choosing "Yes", the code editor opens.
    The parameters available on this method are used by the eDocument Framework.
    You have to retrieve the source document data from the eDocument by calling the
    "GET_SOURCE" method on the input parameter "IO_EDOCUMENT". This will return an
    instance of class "CL_EDOC_SOURCE". The class "CL_EDOC_SOURCE" contains the
    attribute "MD_DATA”, which is the actual SD/FI content, and a method
    "GET_HEADER", that must be used in order to read what kind of document is being
    processed. In the header, the field "SOURCE_TYPE" defines the document type. The
    possible values for this field can be found in table "EDOSRCTYPE". In this table
    the data structure used to each document type is listed. By looking at the
    structure related to the document of interest, it is possible to see the
    available fields.
    By implementing the "TRIGGER" method and using the "SOURCE_TYPE" from the
    header to read the correct data structure, it is possible to assign the
    "MD_DATA" attribute to that data type (for example "EDOC_SRC_DATA_FI_INVOICE"
    for Source Type "FI_INVOICE"). With this structure the SD/FI data is available
    for further processing.
    I have create and implemented the Enhancement Spot but cannot to assign the 'MD_DATA' attribute.
    Have you implemented the method TRIGGER of interface IF_EDOC_INTERFACE_CONNECTOR?
    you can post the code?
    Thank you for your interest.
    Enrico.

    Hi Enrico,
    We have implemented Basic Solution to edocument invoice for PA.
    Now we tried the test to FI_INVOICE but don't see the record into transaction EDOC_RESUBMIT. I debugged and I saw that the parameter IV_TEST_MODE is equal to X. It is the problem?

  • Table for open Purchase order and pending invoices for vendors

    Hi,
    Are there any table to know open Purchase orders and pending invoices for vendors.
    Quick response will be appreciated.
    Thanks & Regards

    hi,
    Purchase Order:
    S011:(PURCH: Purch. Group Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Vendor No (LIFNR)
    S012: (PURCHIS: Purchasing Statistics)
    Statistics (SSOUR)
    Version (VRSIO)
    Month (SPMON)
    Day (SPTAG)
    Week (SPWOC)
    Posting Period (SPBUP)
    Purchasing Org (EKORG)
    Purchasing Group (EKGRP)
    Material No (MATNR)
    Plant (WERKS)
    Info Record Category (ESOKZ)
    Material Group (MATKL)
    Info Record (INFNR)
    Country (LAND1)
    EINE: (Purchasing Info Record: Purchasing
    Organization Data)
    Info Record (INFNR)
    Purchasing Org (EKORG)
    Info Record Type (ESOKZ)
    Plant (WEKS)
    EKET: (Delivery Schedules)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Delivery Schedule (ETENR)
    EKPO: (Purchasing Document Item)
    Purchasing Doc (EBELN)
    Item (EBELP)
    EKKN: (Account Assignment in Purchasing
    Document)
    Purchasing Doc (EBELN)
    Item (EBELP)
    Account Assignment (ZEKKN)
    EKKO: (Purchasing Document Header)
    Purchasing Doc (EBELN)
    EORD: (Purchasing Source List)
    Material No (MATNR)
    Plant (WERKS)
    Source List No (ZEORD)
    thx,
    Ganpat

  • Details of open invoices for the current year/ material price analysis

    Hi,
    I'm very new to SAP SD,MM modules. Can any one help me in the following of my requirements?
    1. How to get the details of open invoices for the current year? Which table should I look into?
    2. I have to create a report to display material price analysis. How should I do that?
    3. How to develope a report to list out all the Open Sales Order with earliest ship date and requested ship date
    4.How to create an interactive report for displaying plant status to know the status of a particular material
    5. How to develope a report on Sales Order displaying Sales order Number, Sales order date, Material, PO Date and Customer requested date
    Thanks in advance!!
    Uma.
    Message was edited by:
            Uma Ravi

    Hi Ravi,
    for 3, 4, 5 --> u can go through the code ...
    REPORT ZEX2  MESSAGE-ID arc NO STANDARD PAGE HEADING.
    Tables :kna1,vbak.
    SELECT-OPTIONS : so_vkorg FOR  vbak-vkorg OBLIGATORY,
                     so_vtweg FOR  vbak-vtweg OBLIGATORY,
                     so_spart FOR  vbak-spart,
                     so_kunnr FOR  kna1-kunnr.
    DATA : BEGIN OF sales_open OCCURS 0 ,
           vbeln LIKE vbak-vbeln,
           auart LIKE vbak-auart,
           kunnr LIKE kna1-kunnr,
           bstnk LIKE vbak-bstnk,
           lfstk LIKE vbuk-lfstk,
           fkstk LIKE vbuk-fkstk,
           gbstk LIKE vbuk-gbstk,
           END OF sales_open.
    DATA : BEGIN OF itm_sales OCCURS 0,
           vbeln LIKE vbap-vbeln,
           posnr LIKE vbap-posnr,
           matnr LIKE vbap-matnr,
           kwmeng like vbap-kwmeng,
           lfsta LIKE vbup-lfsta,
           lfgsa LIKE vbup-lfgsa,
           fksta LIKE vbup-fksta,
           fksaa LIKE vbup-fksaa,
           gbsta LIKE vbup-gbsta,
           END OF itm_sales.
    DATA : l_kunnr LIKE kna1-kunnr,
           l_vkorg LIKE vbak-vkorg,
           l_vtweg LIKE vbak-vtweg,
           l_spart LIKE vbak-spart.
    DATA: v_statusl(20) TYPE c,
          v_statusb(20) TYPE c,
          v_statusf(20) TYPE c,
          v_statusg(20) TYPE c,
          v_status(20) TYPE c,
          v_field(1) TYPE c.
    data : v_openqty like vbap-kwmeng.
    **Selection Screen Validations.
    AT SELECTION-SCREEN.
      PERFORM validations.
    *&      Form  Validations
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM validations.
    **Customer
      IF NOT so_kunnr[] IS INITIAL.
        SELECT SINGLE kunnr INTO l_kunnr
               FROM kna1
               WHERE kunnr IN so_kunnr.
        IF sy-subrc NE 0.
          MESSAGE e002 WITH text-005.
        ENDIF.
      ENDIF.
    **Sales Organization
      IF NOT so_vkorg[] IS INITIAL.
        SELECT SINGLE vkorg INTO l_vkorg
               FROM tvko
               WHERE vkorg IN so_vkorg.
        IF sy-subrc NE 0.
          MESSAGE e003 WITH text-006.
        ENDIF.
      ENDIF.
    **Distribution Channel
      IF NOT so_vtweg[] IS INITIAL.
        SELECT SINGLE vtweg INTO l_vtweg
                FROM tvkov
                WHERE   vkorg IN so_vkorg
                 AND    vtweg IN so_vtweg.
        IF sy-subrc NE 0.
          MESSAGE e004 WITH text-007.
        ENDIF.
      ENDIF.
    **Division
      IF NOT so_spart[] IS INITIAL.
        SELECT SINGLE spart INTO l_spart
                FROM tvta
                WHERE   vkorg IN so_vkorg
                AND     vtweg IN so_vtweg
                AND     spart IN so_spart.
        IF sy-subrc NE 0.
          MESSAGE e005 WITH text-008.
        ENDIF.
      ENDIF.
    ENDFORM.                    " Validations
    Top-of-page.
    PERFORM sales_top_of_page.
    Start-of-selection.
    PERFORM sales_sel.
    *&      Form  sales_sel
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM sales_sel.
    SELECT vbeln auart kunnr bstnk
         lfstk fkstk gbstk
         INTO TABLE sales_open
         FROM vbakuk
         WHERE vkorg IN so_vkorg
         AND   vtweg IN so_vtweg
         AND   spart IN so_spart
         AND   kunnr IN so_kunnr
         AND gbstk NE 'C'.
      LOOP AT sales_open.
        WRITE:/4 sy-vline,
               5 sales_open-vbeln HOTSPOT ON COLOR 2 INTENSIFIED OFF,
               16 sy-vline,
               17 sales_open-auart COLOR 2 INTENSIFIED OFF,
               27 sy-vline,
               28 sales_open-kunnr COLOR 2 INTENSIFIED OFF,
               40 sy-vline,
               41 sales_open-bstnk COLOR 2 INTENSIFIED OFF,
               55 sy-vline,
               56 sales_open-lfstk,
               76 sy-vline,
               77 sales_open-fkstk,
               96 sy-vline,
               97 sales_open-gbstk ,
               117 sy-vline.
        HIDE sales_open-vbeln .
      ENDLOOP.
    ENDFORM.                    " sales_sel
    *&      Form  sales_top_of_page
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM sales_top_of_page.
      WRITE:/4 sy-uline(114),
         50 'OPEN SALES ORDERS' COLOR 7 INTENSIFIED ON .
      WRITE: /4 sy-vline,
              5 'SalesOrder' COLOR 1 ,
              16 sy-vline,
             17  'OrderType' COLOR 1,
             27  sy-vline,
             28  'Customer' COLOR 1,
             40  sy-vline,
             41  'PoNumber' COLOR 1,
             55  sy-vline,
             56  'Delivery Status' COLOR 1,
             76  sy-vline,
             77  'Billing Status' COLOR 1,
             96  sy-vline,
             97  'Processing Status' COLOR 1,
             117  sy-vline .
      WRITE:/4 sy-uline(114).
    ENDFORM.                    " sales_top_of_page
    AT LINE-SELECTION.
      SELECT       a~vbeln
                   a~posnr
                   a~matnr
                   a~kwmeng
                   b~lfsta
                   b~lfgsa
                   b~fksta
                   b~fksaa
                   b~gbsta
                   INTO TABLE itm_sales
                   FROM vbap AS a JOIN vbup AS b
                   ON a~vbeln EQ b~vbeln
                   AND a~posnr EQ b~posnr
                   AND b~gbsta NE 'C'
                   WHERE a~vbeln EQ sales_open-vbeln.
      IF NOT sales_open IS INITIAL.
        LOOP AT itm_sales.
          at end of vbeln .
          sum.
          v_openqty = itm_sales-kwmeng.
          endat.
          WRITE:/5  itm_sales-vbeln,
                    itm_sales-posnr,
                    itm_sales-matnr,
                    itm_sales-kwmeng,
                    itm_sales-lfsta,
                    itm_sales-lfgsa,
                    itm_sales-fksta,
                    itm_sales-fksaa,
                    itm_sales-gbsta.
        ENDLOOP.
      ENDIF.
    skip 2.
      write:/  'open Quantity for the order is ', v_openqty .
    for 1.
    open invoices..
    SELECT vbeln
             fkart
             kunag
             gbstk
             INTO TABLE it_billing_h
             FROM vbrkuk
             WHERE vkorg IN so_vkorg
             AND vtweg IN so_vtweg
    *        AND spart IN so_spart
             AND kunag IN so_kunnr
            and   year in p_year                  ---->"parameter for year..
             AND gbstk NE 'C'.                   "----> open invoices
    for 2..
    2. refer TABLES mara, EINA ..
    regards,
    VIjay

  • Prevent of invoice for open PO

    hi gurus,
    is there any way to prvent invoice for open PO,
    rgds

    hi
    u mean to say that u want to prevent Invoice before any GR happens
    then u can do so by cheking the GR based IV indicator at the item level in the PO.
    Then it will not allow to do invoice bfore GR.
    Hope it helps
    reward if useful
    Rohit

  • Excise Invoice for Depot

    Dear All
    I have a requirement where clients want to pass duty for partial quantity from GR. Kindly let me know if we can process partial quantity.
    We want to post excise invoice for Depot for partial quantity - RG23D to be updated
    I tried doing the same but i got an error "Qty check failed for item 0001. Enter qty equal to GR qty in More docs".
    Regards
    Vikas Sehra

    please explain
    whether Multiple GRN with single excise ivoice or Multiple GRN with Single Excise invoice. direct procurement or Stock transfer process explain in detail.
    Regards
    Maruthi S

  • Excise Invoice for Exports

    Hi Gurus,
    I have scenario of Exports under bond,Deemed export,Exports to Nepal and Bhutan.
    I have maintained one series group and one excise group for the plant where manufacturing and sales is done.
    When I am creating ARE for this excise invoice for exports system displaying info,"Excise invoice not meant for exports'?
    Why this error?
    Please reply,it's urgent.
    Thanks in advance

    Hi Vasantha
    The Excise Transaction type for Exports should be <b>DLFC</b>.
    Check the settings for DLFC transaction with respect to excise Group in IMG, select Logistic general --> Tax on Goods Movement --> India --> Account Determination --> specify G/L account per Excise transaction.
    Thanks
    G. Lakshmipathi

  • Excise invoice for price difference required with material code

    Hi
    In my scenario, we have charged less amount to customer at the time of sales.
    For ex: Sales order was prepared for Rs.10000 and relevant excise duty was (@ 10% was charged). We did delivery and billing. We issued excise invoice as per Rs.10000 and relevant excise duty on it.
    But actual basic price is 10100. We will charge Rs.100 and we have to charge relevant excise duty on it. However there will be no material movement.
    1st i posted Debit note to customer with FB70 with following entry:
    Customer A/c.. Dr 110 (100 + 10% excise)
    To Sales A/c 100
    To Excise Paid A/c 10
    Then i went to J1IH and gave FB70 document reference. Following entry was posted
    Excise Paid A/c... Dr 10 (This amount i gave manually which is OK)
    To Excise Duty Receivable 10
    Now my doubts:
    1. How to credit Excise Duty Payable in J1IH. Which transaction type i need to check for it (DIEX or OTH, etc)
    2. How should i take print of excise invoice (for above J1IH). My material number should also get printed on invoice. But i am not specifying any material in J1IH
    3. 2. Can i create separate transaction type and then use it to J1IH. If yes then how to create and assign

    Hi Tanveer
    I did following steps based on you input
    VA01 - Created Debit Memo no. 3
    VF01 - Billing Number: 130012001 and accounting document number: 100000248.
    J1IS - Clicked on create icon. Entered billing number 130012001, transaction type as OTHR  and other CIN related details.
    It went to next screen. In that screen manually gave material code, units assesable value, chapter id, Basic Ex duty, Ecess and SHEC.
    After giving it gave prompt: Excise Duty will be recalculated. I clicked on YES.
    Entire line item got deleted and nothing happened.
    Please help how to proceed in J1IS with above mentioned data. Which all field needs to be filled in J1IS.
    Please help.
    Edited by: Meenu_ND on Jan 23, 2012 2:54 AM
    Edited by: Meenu_ND on Jan 23, 2012 2:55 AM

  • Excise Invoice for Order Based Billing Scenerion

    Dear Friends,
    We have a scenarion, wherein we are working with Sales Order Based Billing.
    We are in the process of Implementing CIN with TAXINN.
    Is it possible to create excise invoice for the scenarion of Sales Order based billing, instead of delivery based billing.
    If yes, what are the steps we need to follow to configure the same.
    Regards,
    Harsh

    hi
    If u want the create  Excise Invoice for Order Based Billing Scenerion, u must be set in billing document in General control in fields is.
    <b> SD document categ.   M      Invoice                                            
    Transaction group    7      Billing documents                                  
    Billing category                                                               
    Document type                                                                  
    Negative posting            No negative posting                                
    Branch/Head office          Customer=Payer/Branch=sold-to party                
                                 No                                                 
    Invoice list type    LR     Invoice List                                                                               
    Rebate settlement                                                              
    Standard text     </b>     
    Best copy of F2 Invice. and this billing type in outgoing invoices in Tax on goods movement in Logistics general.
    Rewards point it helps

  • Printout of excise invoice for depot created in J1IJ

    dear gurus,
        as we create an excise invoice in j1iin and take the print in j1ip, similarly i have created a excise invoice for depot in j1ij and tried to get the print out in j1ip but i m not able to get the printout.
         hence pls guide me that is there any other sap standard t-code to get print of excise invoice created through J1IJ and let me know,  how and from where to get this prinout.
    thanks and regards
    ujwal

    Hi,
    In SAP we dont have print out for J1IJ transaction and we need to develop the same with the help of ABAPer.
    And we need to give logic so that J1IJ referred Stock Transfer/Original Excise invoice number also needs to be printed against which the duty values are passed on to the customer.
    Thanks&Regards
    Sreekanth

  • Excise invoice for delivery at depot

    Hi Gurus,
    I m trying to create excise invoice for delivery at depot through j1ij.
    When i save the excise it gives the following msg
    " Excise invoice selection not complete for the item 000010 "
    Can someone suggest what might be the problem.
    I am new to excise duty scenario.
    Ponits wil be rewarded for correct solution.
    Thanks in advance.
    Regards,
    DDP

    Hi,
    u might not selected excise invoice for first line item.
    go to 1st line item and select excise invoice
    Regards,
    Ratish

  • Excise invoice for debit memo

    Hi ,
    I have a problem related to excise invoice for debit memo ,problem is ,
    We have created the order,delivery,billing and excise invoice for the basic price of Rs.100.
    But now the basic price has increased,and its become Rs.120.
    So that ,now we have created the debit memo requeste and debit memo for the balance amount of  Rs.20.But as you know that there is no delivery, so we can not create the excise invoice for debit amount (Rs.20).
    So for that amount I tried to create the excise invoice with t.code J1IH (other adjustment),but this amount is going in cenvat clearing account.
    So can you please guide me that how can I create the excise invoice to debit the cenvat suspence account.
    Please reply ASAP.
    Regards
    Prabudh

    Hi everyone,
    I am waiting for reply.
    Thanks

  • Cancellation of excise invoice for depot

    Is there any way out to cancel or reverse the excise invoice for depot??

    Hi,
    Which transaction you are using for posting excise invoice for depot? If it is J1IG, then it is difficult to cancel.
    If it is J1IS, then you can select option Cancel & post the invoice
    Regards,
    Prashant Kolhatkar

  • Caoture excise invoice for depot

    Hi,
      For our manufacturing plant, we are doing GR and capture excise invoice, in MIGO both at same time  then after that posting of part 2 is done with J1IEX post, but in our depot plant,  first we are making GR with MB01, then ref. to that GR number capture of excise invoice for depot is don ewith J1IG,  so can we do both this activity in MIGO for Deport plant, what saettings are required for this.
    regards,
    zafar

    You can create two different excise groups for the same say one for as a regular manufacturing and the other for the depot and assign both of them to your said plant.
    Then at the time of MIGO at header level you have to change the excise group for depot and put the Depot excise group manually.
    Else you can follow the route of J1IG for capturing the depot excise invoice.
    BR

  • Order Related Proforma Invoice for Free delivery Sales Order Type

    Dear All ,
    The requirement is as given below :
    We need to create an Proforma Invoice for Free Delivery order type  (FD) . The item cat is TANN with
    Pricing              B
    Billing Relevance    A
    The Pricing procedure is Free of charge - Zvar6. with R100 % dicount condition type .
    Created Proforma ZF9 with doc pric "C". Maintained copy control .Between ZF9 and FD (  order related biling).with the following :
    Copying requirements   008  Item/ord.pro forma
    Data VBRK/VBRP         000
    Billing quantity     C
    Pricing type         G
    The condition record is R100 is captured in the order and the net value becomes zero . But when i create Proforma Invoice ZF9, the Dicount condition R100 is not copied into the Billing document ( ZF9). I am not able to understand where the mistake is .
    Can any one give their inputs .
    Thanks in advance
    Veera

    Hello Veera
    kindly check whether free good determination is activated for the combination sales org, dist channel, division, document pricing procedure(C), cust pricing procedure, free goods pricing procedure.
    thank you
    Anirudh

  • Proforma Invoice for Consignment Orders / Internal Orders

    Hello,
    we need to implement a consigment inventory (for customers) in our EBS 12.1 environment.
    A search in the forum pointed me to this flow that looks quite good already:
    (quoting Sandeep Gandhi from thread: Consignment Order in Oracle ( 11.5.10.2 and R12)
    >
    1) Define each customer as an org
    2) When you receive first sales order, create an internal order to ship material from your warehouse to the customer. This ensures that your inventory is updated, shipping documents are generated and invoices are not created. This also ensures that the inventory continues to show up as an asset on your books.
    3) When you receive consumption advice from customer, create a regular sales order which will create invoices.
    4) This ensures that at any point in time, you can know exactly how much is at each customer location. And you can easily process return of consignment material by doing another Internal Order.
    >
    That looks almost perfect to us, except one thing: we need a proforma invoice when we ship the material (point 2).
    Does anybody know how I could generate a proforma invoice for an Internal Order?
    Or did anyone solve that problem differently?
    Thanks in advance,
    David.

    I know that you can generate a proforma invoice for an ISO if the ISO is between 2 different OU.
    But the customer Inventory orgs I suggested earlier are typically under the same OU (unless you have reasons to do it otherwise) and so Oracle probably won't generate a Proforma invoice.
    If that happens, you can create a custom document and print it along with the shipping documents for the ISO. You don't have to worry about a/c transactions since proforma invoice is basically a commitment that states price/qty etc. It is not really an AR invoice.
    Hope this helps,
    Sandeep Gandhi

Maybe you are looking for