How to simulate bill cancellation using ISU_SIMULATION_PERIOD_BILL ?

Hi all !
I would like to simulate bill cancellation using the Function Module ISU_SIMULATION_PERIOD_BILL.
Does anyone have an idea ?
Thanks
Regards
Loïc
Edited by: Loïc  Legrand on Jan 20, 2009 10:11 PM

Have a look at note 561759.
Rob

Similar Messages

  • HT1918 How to delete billing information using iOS

    How do I delete billing information using iOS device

    you can't, you should use iTunes on a computer for this. log in, select 'account' and 'payment method/info'
    then you can select 'none' and save settings

  • How to simulate an lcd using labview

    hi
    i need to simulate a graphical lcd in pc using labview?(7.1).
    i have posted this earlier and got replies.but i  wish to know how to create the lcd screen?
    i think i can make use of booleans.but i need the  exact details for creating the graphical screen.
    and on how to make each pixel glow(i.e., ON and OFF)
    can anyone help me out in this issue..
    regards
    mahi

    Hello Mahi,
    I just jumped into this thread and remembered, that a few years ago I had a project to generate c-sources (actually header files to be included into c sources) to show custom made characters on an lcd display. As a side effect it creates what you need, a 3D- boolean array, where every 2D- portion holds a character.
    With this program you can define the size of the character and alter it the way you need it. You can import a bmp- file with characters you need (e.g from a screen copy, must be a 1-bit bmp, black&white) and copy little frames from it to make work easier. If you click in the menu at "Fonts->Save Bool Spreadsheet" a text-file will be created which is in spreadsheet-style, where every cell (if you open it in Excel) consists of 0 and 1 according to the character. If you scroll down the front panel, you will find the 3D- Bool array which represents this data.
    Just try it, the top-VI is "Fonts V2.vi", it should run properly. I put some screen-copy-bmp file and *.h- files into the zip to make the test easier for you.
    I hope this helps,
    Dave
    Greets, Dave
    Attachments:
    Fonts.zip ‏998 KB

  • How to update Billing Plan using BAPI_SALESORDER_CHANGE

    Hi,
    In my case initailly sales order header data is created and saved, with reference to SO Project is created and then item level data is updated.
    So clients requirement is to create any upload programme which can use for mass upload.
    i.e to develop a program to upload,
    i) Items in Sales Order.
    ii) Billing Plan & Pricing Conditions in SO
    I am trying to use BAPI_SALESORDER_CHANGE for this requirement. Problem is in this scenerio user exit is already used which validate "Amount" at item level and "Bill. value" in Billing plan tab should be same.
    As observed Billing plan data can not be updated using this BAPI.
    Even I've tried to use BDC for this requirement, but as we need to double click on line item while updating billing plan data and conditions it does  not work while recording.
    Incase anyone have worked on similar scenerio and found out solution, please share all your inputs.
    Warm Regards,
    Nitish

    Hi,
    The following code will take you to Billing plan tab in BDC.
      PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'VBAK-VBELN'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'VBAK-VBELN'
                                    wa_vbap-vbeln.             
      PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ITEM'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    itemno . "'RV45A-MABNR(wa_vbap-posnr)'.
      PERFORM bdc_dynpro      USING 'SAPMV45A' '4003'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=T\06'.
      PERFORM bdc_dynpro      USING 'SAPLV60F' '4001'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
    Regards,
    P Gomatheeswaran

  • How to fetch billing number using delivery number

    Hi Experts,
    Based on delivery number(LIPS-VBELN) i need to get the data from billing table(VBRK and VBRP).
    Is there any function module to get the same. Pls anyone help on this.
    Thanks
    Ramesh Manoharan
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 2, 2011 9:16 AM

    Hi ,
    My requirement is to fetch the check number from payr table using CHECT field .
    but relation ship i taken from bseg table.
    i am giving query as follows
    select single chect from payr into a_chect where vblnr = bseg-belnr.
    above query is not giving solution.
    is there any other relation ship for getting check number.
    i  written  subroutine program for calling into form .
    form  check_get tables in_tab structure itcsy
                          out_tab structure itcsy.
    tables: payr.
    data:  a_chect type payr-chect,
           b_belnr type bseg-belnr.
    read table in_tab INDEX 1.   "with key NAME = 'BSIK-BELNR'.
           check sy-subrc = 0.
    b_belnr   =    in_tab-value.
    break-point.
    select single CHECT from PAYR into A_CHECT where vblnr = b_belnr.
    if sy-subrc = 0.
    read table out_tab index 1. "with key 'CHECT'.
    check sy-subrc = 0.
    out_tab-value = a_chect.
    modify out_tab index 1.
    endif.
    endform.

  • How to simulate pwm wave using labview

    has anyone have a built vi for pulse width modulation(PWM),or give me pointer in building its simulation

    Hi,
    If you just want to generate a PWM signal you can use a square waveform VI as shown in attachment. You can insert it directly in your code or create a subVI as you need.
    Message Edité par BenjaminR le 03-06-2008 04:23 AM
    Benjamin R.
    R&D Software Development Manager
    http://www.fluigent.com/
    Attachments:
    PWM generation.jpg ‏28 KB

  • How to create Billing Plan in sales order using Function module /BAPI

    hi,
    How to create Billing Plan in sales order using Function module /BAPI
    i hv check few FM such
    BILLING_SCHEDULE_READ
    BILLING_SCHEDULE_GET_NUMBER
    BILLING_SCHEDULE_SAVE
    But unable to create billing plan for a sales order.....any other method to create???

    Hi,
    Use this link.
    Create sales order with billing plan via LSMW and BAPI BUS2032
    BAPI or Function to update Billing Plan in Sales Order Items
    Hope this will help you.
    Regards,
    Vijay

  • How to change billing date in S1 - cancellation billing document

    Dear Friends,
    Could you please tell How to change billing date in S1 - cancellation billing document which is even not released to accounting & in gray mode.
    Is it possible?
    Thanks in advance.
    Ranjan

    Dear,
    Thanks for asking exact problem.
    1. PGI in 2008
    2. F2 Billing date in 2003 ( By mistake by the user)
    3. S1 Billing date in 2008
    4. PGI reverse in 2008 & OBD deleted in 2008
    So reduced billing qty is shown in report in 2008 because of S1 Billing date in 2008,
    Billing qty  is not matching with the actual PGI quantity.
    So here if the cancellation billing document S1 could be changed for billing date in 2008, then you could balance it
    Now my issue is how to balance it.
    hope you find it it very interesting
    Awaiting your response.
    Ranjan

  • How come I can't use Bill me later to purchase a gift card

    how come I can't use Bill me later to purchase a gift card

    From what I've read, you don't get a credit card number on a BML account, just an account number. Because of this, there is really no way to use the account as a funding source for the iTunes Store. You may be able to use Bill Me Later with the Apple Store to order gift cards, but I'm not certain. You can call the Apple Store and ask.
    Regards.

  • How to simulate discrete fourier transform using CMOS on multisim11.0

    Please tell me how to simulate discrete fourier transform(DFT) using CMOS implementation in Multisim 11.0..

    vlsi,
    If I am reading your question correctly, I think this is more of an issue of IC design rather than how to use Multisim (the circuit you describe is likely very complex and would involve many CMOS/transistor components).   If you have an existing or partial circuit already ready to start with, the group could better assist with how to implement or use in Multisim for simulation.   Although it is possible to model a comlex digital parts with CMOS equivalent logic and gates, most of the more complex digital parts in Multisim are modeled in XSPICE, which allows the behavior to be described by a truth table and timing descriptions and the pins are modeled in SPICE.
    However if you want to use a predefined DFT algorithm inline within a circuit simulation, you can likely use with a custom LabVIEW VI, we have several Fourier Transfer algorithms in which you could process a signal coming from a circuit simulation in which the transform and simulation could be run together.
    http://zone.ni.com/reference/en-XX/help/371361B-01/lvanlsconcepts/discrete_fourier_transform/
    There is an example of how this can be done with an FFT (which is a type of DFT)
    https://decibel.ni.com/content/docs/DOC-7438
    Another idea is to use our co-simulation technology in Multisim v12 together with the LabVIEW Control Design tools.   The LabVIEW Control Design package has several discrete signal processing algorithms built in and you could use them together for very precise mixed signal co-simulation between an electrical simulation and a discrete processing algorithm.
    http://www.ni.com/white-paper/13663/en
    Regards,
    Pat N

  • Excise / Billing cancellation

    I want to make a check for billing cancellation, that ,first the user has to cancel the excise invoice and then only he can cancel the billing document when he cancelling billing document,
    similarly if he is cancelling a delivery then first he need to cancel the excise invoice and then delivery doc.
    plz guide me as how i will maintain this check, as complusory, using which functional module or user exit

    Dear Rishi
    Yes in the said user exit only, I had applied the same logic in Form USEREXIT_READ_DOCUMENT as follows:-
    data: v_vbeln like vbfa-vbeln.
    if sy-tcode eq 'VL09'.
    select single vbeln into v_vbeln from vbfa where vbeln = likp-vbeln and vbtyp_n = 'U'.
    if sy-subrc = 0.
    message 'Cancel the Proforma Invoice and the Excise Invoice' type 'E'.
    endif.
    endif.
    In fact, my case is that the end users without closing the delivery related proforma, they were cancelling the delivery document which standard allows to do so.  So I have applied the above logic and it is working fine all these years.
    May be you can try with any other user exits also which the ABAPer can do this.
    thanks
    G. Lakshmipathi

  • Bapi or function to simulate billing plan

    Hi,
    I need to use a function module or a bapi to simulate (but no create) billing plan in the contract items. (VA42)
    I know this function module : BILL_SCHED_GENER_UNTIL_HORIZON.
    But even if i fill the different structures, i don't have any datas in the output tables.
    Do you know another "moreeasy to use" function or bapi to simulate billing plan ?
    I know this one : BILLING_SCHEDULE_GENERATE but it's harder to use it.
    Thanks

    Hi,
    I progressed with the use of this function module.
    I will try to explain how i used it and maybe someone could tell me if 'im wrong somwhere.
    So i select a document in VBAK. I also get the corresponding datas in VBAP, VBPA, VEDA, VBKD, FPLA and FPLT.
    I forced the field endat of FPLA at 2009/12/31 and the billing plan of this document is generated until 2008/12/31.
    So,  what i expect is to generate the missing datas in the internal table FPLT (i first only have datas until 2008/12/31 and would like to generate billing plan until 2009/12/31)
    I get the KOMK and KOMP data with this FM :
          CLEAR : s_komk, s_komp.
          CALL FUNCTION 'SPR_KOMK_KOMP_FILL'
            EXPORTING
              pi_i_spr                       = s_pispr (Get with MF PISPR_FILL)
            IMPORTING
              pe_i_komk                   = s_komk
              pe_i_komp                   = s_komp
            EXCEPTIONS
              org_structure_not_completed  = 1
              OTHERS                               = 2.
    I filled the VEDA_HEADER strcture with FM :
            CALL FUNCTION 'SD_VEDA_SELECT'
              EXPORTING
                i_document_number = veda-vbeln
                i_item_number         = veda-vposn
                i_trtyp                     = 'A'
              IMPORTING
                e_vedavb                 = s_veda_header.
            MOVE s_veda_header TO s_veda_header2.
            CLEAR s_veda_header2-vposn.
    I filled the internal tables fpla and fplt with this FM :
            REFRESH : t_fpla_old, t_fpla_new, t_fplt_old, t_fplt_new.
            CALL FUNCTION 'BILLING_SCHEDULE_READ'
              EXPORTING
                fplnr = s_vbkd-fplnr
              TABLES
                zfpla = t_fpla_old
                zfplt  = t_fplt_old.
    So, here are the values passed to the function module :
            CALL FUNCTION 'BILL_SCHED_GENER_UNTIL_HORIZON'
              EXPORTING
               i_fplnr              = vbkd-fplnr        
               i_waers           = vbak-waerk
               i_komk            = s_komk
               i_komp            = s_komp
               i_kompax         = kompax
               i_fkrel              = 'I'
               i_absagen        = 'D'
               i_kfplan            = ''
               i_veda              = s_veda_header
               i_veda_kopf      = s_veda_header2
             IMPORTING
               e_kompax        = kompax
             TABLES
               fpla_new          = t_fpla_new
               fpla_old            = t_fpla_old
               fplt_new           = t_fplt_new
               fplt_old            = t_fplt_old.
    So, i have the correct generated lines in t_fplt_new, until 2009/12/31, but i dont' have any amount in netpr field, for all lines, even the first ones that had amount in t_fplt_old.
    So if anybody knows if i forgot something or if i'm wrong somewhere, please tell me. Maybe it's not the good way to simulate billing plan.
    Thanks
    Ps : if you need more details or if i'm not clear, tell me.

  • How to find process chain using background job in sm37

    How to find process chain using background job in sm37

    Better is to select the job.
    Select (Define) Step (s) or F6.
    Select the line and Menu Goto>Variant.
    The variant contains the name of the CHAIN and its VARIANT.
    Success
    We faced an old job and via job monitoring we were informed about a cancelled job every 'interval'.
    We noticed that the related chain was deleted but still the job was scheduled each interval again and was cancelled because an event was missing
    We could not find the scheduled job via SM37.
    Via view V_OP, view over tbtco abd tbtcp, we find the related entry.
    We delete these entries via function BP_JOB_DELETE....
    Edited by: Jack Otten on Jul 9, 2010 2:50 PM

  • I want to buy photoshop creative cloud for teams, how users can install and use it?

    i want to buy photoshop creative cloud for teams, how users can install and use it?

    Cancel old and buy new is the only way I know, but you MAY be able to exchange
    Return, cancel, or exchange an Adobe order

  • Create Sales Order With Reference to Billing Document Using BAPI_SALESORDER

    Hi,
    How can i create a sales order With Reference to Billing Document Using BAPI_SALESORDER_CREATEFROMDAT2?
    Thanks in advance,
    Alejandro.

    I have to create sales order with reference to existing billing document. I have tried to following bapis.
    1. BAPI_SALESORDER_CREATEed
    I have successfully created document with following details.
    -->ORDER_HEADER_IN:
    DOC_TYPE =                  ZRK
    SALES_ORG =              3000
    DISTR_CHAN   =            00
    DIVISION =                    00
    ORD_REASON =            100
    SD_DOC_CAT   =          L
    CURRENCY       =         EUR
    REF_DOC          =         100000028
    REF_DOC_CA    =         M
    -->ORDER_ITEMS_IN:
    ITM_NUMBER    =           000010
    MATERIAL          =          701791
    TARGET_QTY     =          0000000001000
    CURRENCY        =          EUR
    REF_DOC           =          100000028
    REF_DOC_CA     =          M
    -->ORDER_PARTNERS:
    PARTN_ROLE      =          SP
    PARTN_NUMB      =         W12001
    COUNTRY             =         NL
    by providing this input i am able to create the document but it is not picking up the net value. so i have passed some extra paramters in  ORDER_ITEMS_IN
    COND_TYPE          =        PNET
    COND_VALUE        =        14,56
    COND_D_UNT        =         PC.
    folowing error is occured: Condition PNET is missing in pricing procedure A V Z0000.
    is it something related to configuration problem?
    2.BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2
    I have used same test data that is used for BAPI_SALESORDER_CREATEFROMDATA (where in i coudl succefully create doc). but here i encounterd following error.
    Unpermitted combination of business object BUS2032 and sales doc. category L.

Maybe you are looking for