Regd the simulation of pricing

I was asked to create a wrapper program to allow simulation for pricing and availability.The bapi function to be used is a z function which is very much similar to bapi_salesorder_simulate.I have not gone through the details of the function module though.The input tables and output tables are given.I donno how to proceed with this.which data i have to enter in the input tables.I appreciate if anyone can help me with this.

I was told to use some fields in the selection screen and some input tables and the output table order-condition_ex.I dont understand which fields i have to use from those tables for populating the corresponding internal tables.I am unable to trace from which tables i have to take those selection screen fields.I appreciate if anyone can help me in proceeding with this bapi .

Similar Messages

  • Taxes in pricing procedure are not picked up in the simulation for invoice

    Hello all
    we want to post taxes in pricing procedure in purchase order. but in MIRO Enter Incoming Invoice the system is not picking the taxes as line items in simulation. please let me know any setting missed in this regard.
    Thanks in advance
    Ramaraju

    Hi,
    Did you selected the Tax code in MIRO, unless you select how the system will show in the simulation.
    Check whether you have assigned the Tax procedure to your Country, did you created the Tax code for your country which you defined. If all the settings are ok then only you will get the Taxes in Simulation of MIRO.
    One more thing r u getting any error while doing MIRO related to Taxes. Check & Confirm.
    rgds
    Chidanand

  • When using the LabVIEW Simulation Module, how can I start a frequency sweep with the Simulation Chirp signal generation VI at an arbitrary time after the simulation initial time?

    I'm using the Simulation Loop on LV RT when interacting with some hardware (i.e. all I/O is happening in the Sim loop). I'm going to conduct a frequency sweep test on the hardware and want to use the Simulation Chirp function. However, there is no way (that I can see) to trigger the Chirp to start at some event (i.e. I click a boolean on the front panel and enter a case statement). The Chirp is tied to the global time of the Simulation loop and so are it's input parameters. Is there a way to make it relative to some time at which an event happens?

    Craig,
    Your solution will 'cut' the beginning of the signal and only show the signal afterwards.
    To control when the chirp should start, the best option is to use the Chirp Pattern.vi ( in the Signal Generation palette) and use a Lookup table to control when to feed the time. The shipping example (in LabVIEW 2013) shows how to code using a lookup table.
    C:\Program Files (x86)\National Instruments\LabVIEW 2013\examples\Control and Simulation\Simulation\Signal Generation\SimEx Chirp.vi
    Then, to start from a toggled boolean, look at the example:
    C:\Program Files (x86)\National Instruments\LabVIEW 2013\examples\Control and Simulation\Simulation\Signal Generation\SimEx Step.vi
    and Here is the example in 2013 (in attachment):
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments
    Attachments:
    SimEx Chirp with Delay.vi ‏241 KB

  • How to correct the sequence of pricing condition in ME21N

    Hi,
    I checked the sequence of pricing condition for a contract in ME33K in Quality and development server, the sequence is correct in both ME33K  and ME21N also but I faced the problem the pricing condition showing in reverse order in ME21N as compare to ME33K.
    I tried to debug ME21N the standard program but I am not getting anything.
    Could any one give proper suggestion to get the correct sequence of Pricing condition.
    Below is the correct sequence of pricing condition:
    u2022     PB00
    u2022     ZDIF
    u2022     ZBFT
    u2022     ZVTF
    u2022     ZMSC
    u2022     ZYIE
    u2022     LQY1
    Waiting for quick response.
    Best Regards,
    BDP

    Hi,
    I think you can check this with functional. Check the sequence of the conditions defined in pricing procedure.
    Thanks,
    Vinod.

  • Excise condition types not appearing in the Delivery document pricing

    Hi,
    This is a scenario of sales from an Exciseable Plant.
    The client has pricing requirement at delivery document.
    I have configured the pricing at Delivery document, but the Excise condition type (JEXP) does not appear.
    We are maintaine ED values at control code level and control code field is not availabe in LIPS, i tried adding the field in LIPS structure but still the ED condition type does not appear as program is not identifying the control code field in delivery.
    Can you please let me know the solution for bringing Excise condition type in the Delivery document pricing procedure.
    Regards
    Venkat

    Changed the Condition Category from 'F' to 'L'.

  • Air iOS 7.1 // requestedDisplayResolution 'excludeDevices' doesn't work on the simulator?

    So basically i want my app to use the 2x pixel scaling ( requestedDisplayResolution : standard ) on any iOS devices that have a screen bigger then 1024x768 ( retina iPads ect. )
    else, for iPods / iPhones / iPads below or at 1024x768 : the requestedDisplayResolution : high ( if i understand well : 1x pixel then )
    problem is the iOS 7.1 simulator only seems to take in account the value of requestedDisplayResolution and ignore the parameter excludeDevices :
    if i go :
    <requestedDisplayResolution excludeDevices="iPad">high</requestedDisplayResolution>
    ---> i get :
    OK  ( 1x pixel, no scaling ) : iPhone Retina 3.5 inches,  iPhone Retina 4 inches, iPad
    Not OK ( still 1x pixel no scaling --> i wanted 2x scaling this time ) : iPad Retina!
    if i go the opposite way :
    <requestedDisplayResolution excludeDevices="iPod iPhone">standard</requestedDisplayResolution>
    ---> i get :
    Not OK ( 2x scaling --> i wanted 1x... ) : iPhone Retina 3.5 inches,  iPhone Retina 4 inches
    OK ( 1x ) : iPad ( once again, the only device on the simulator that doesn't actually seem to be affected neither by 'standard' or 'high' )
    OK : iPad Retina ( 2x scaling : that's what i wanted for this device... yay, but not really cause the iPods / iPhones are screwed then )
    hope i made myself clear, please help i'm losing my mind here : am i doing something wrong? did i overlook something? or is the simulator behavior wrong??
    Thanks

    doesn't work either : iPad Retina remains in 'high' ( 1x pixel ) ~ i still want it 'standard' 2x scaling,
    all the others ( iPhone Retina 3.5 inches,  iPhone Retina 4 inches, iPad ) are fine at 1x pixel.
    basicaly this once again turns all devices on the simulator to high and ignores my excludeDevices parameter value.....
    my line in the app descriptor:
    <requestedDisplayResolution excludeDevices="iPad3">high</requestedDisplayResolution>

  • UIImageView not fading out as it should in the simulator?

    i am using an animation block to fade out a view. fading in works perfectly, however fading it out does not. it waits for the animationduration, then just disappears. I hope that it is because of the simulator being too slow, but i might have just made a stupid mistake; as i will probably have to wait a while before i can test it on my device, i'd like you guys to see if something's wrong
    i set up 4 different views. depending on a value, either all of them, none of them or just 2 of them have to be shown. If a view that's needed now wasn't visible it fades in, same thing other way around for views that aren't needed anymore.
    if (wc==1) {
    [UIView animateWithDuration:1 animations:^{
    viewOne.alpha=100;
    viewTwo.alpha=0;
    viewThree.alpha=0;
    viewFour.alpha=100;
    else if (wc==2) {
    [UIView animateWithDuration:1 animations:^{
    viewOne.alpha=0;
    viewTwo.alpha=0;
    viewThree.alpha=0;
    viewFour.alpha=0;
    else {
    [UIView animateWithDuration:1 animations:^{
    viewOne.alpha=100;
    viewTwo.alpha=100;
    viewThree.alpha=100;
    viewFour.alpha=100;
    like i said, it works fine for fading in, but it does not for fading out... this function is being called after i swipe the view, and the value WC has been changed. thanks a lot for reading this text already

    alpha values should be between 0 and 1

  • Stop processing of billing batch in VF04 at the time of pricing check

    Hi,
    T-code is: VF04
    We are calling external system SABRIX using RFC "RFC_CALCULATE_TAXES_DOC"  to get the tax information and once if it returns any error it should not create the billing document for that particular sales document in the batch.
    The problem is Billing document is creating though we have the error in Tax info from SABRIX system. All the user exits are calling before this sabrix call and we didn't find any way to stop the billing for that particular sale doc.
    Can anyone throw a light that we can place the SABRIX call to any of the user exit at the time of pricing and stop the billing if any error in tax information.
    It is mostly appreciated and we got stuck up with a serious issue on this!!!!!!!!!!!!!!!!!!!

    Hi Ajay
    Thanks for the reply.
    The COPA Documents Generated 2 Times through settlement.
    *When document generated.*
    1 After Delivery Sales order is settled
    2 After Billing  Sales order is settled
    *What sort of value*
    There i maintain the PA Stracture as same as CCS. But in the COPA report system is updating Material Cost 2 times.
    *Record Type*
    Record Type for documents is C in both cases
    Settlement after Billing  & Delivery.

  • What is the login information for the simulated Ubunto servers? TAC does not know.

    Start the simulation on a server and trying to login.  No joy.  No documentation!!!!  Support is really lacking on a purchased product from Cisco.  TAC says to try cisco/cisco.  OMG...they don't know!  So we are lead to believe we can use the imbedded Ubunto server 14.04 LTS  to generate traffic. 

    I am going to chime in on this also just to add my voice to the disappointment that is documentation with this product.
    I have attempted to implement Craig Brown's solution above, but it is vague in where this configuration change needs to be made.  I have a server node added to my topology.  I select the server, and then open the properties pane for it.  Under Autonetkit, I uncheck auto-generate the configuration.  Under configuration I type in the example code Craig Brown provided.  I save the project and then move to the simulation view.  I right click on the server and click start this node.
    When I attach using VNC, the username and password I set (which for this trial were cisco:cisco), would not work.
    Please get the documentation under control.  I don't believe there is any way that a customer could purchase this product, deploy, read the available documentation, and then be able to deliver it to their users in a workable fashion.  Forum discussions on how to login to a simulated server don't really cut it and I don't believe I should have to spend the time to open a TAC case to figure out how to login to a simulated server.

  • External monitoring of the simulator ?

    Is there a way to use the fire wire port as the out put in the simulator mode ? I know you can buy the dvi to s video adapter. Crazy that you can monitor the out in FCP via fire wire but you can't in the dvd pro simulator ? Am I missing something ??

    I'm not sure if a standard FW connection will output the simulator preview, but there are probably some other hardware solutions that will.
    Consider how much more work simulator is doing than FCP - FCP is playing back native video directly from the hard drive, and can support a few levels of realtime conversion. DVDSP is simulating the multiplexing of encoded mpeg-2 video with all your audio streams, the compositing and muxing of menu layers and overlays, subtitles, etc. It's also decoding the muxed streams on the fly for playback. There's a reason it takes so long for the build to mux this stuff for real. To output to FW DV, the end result of all this realtime muxing and decoding would then also need to be transcoded on the fly to a DV stream in order to pump it out the FW. This is why some extra hardware is needed, but pretty much any hardware device such as the Matrox MXO, or a display card with an S-Video out, will be displaying the secondary desktop as the preview, not transcoding a separate video stream exclusively for the preview. In this case, you are pretty much seeing the same preview as if you chose full-screen desktop as your preview.
    Hope this helps -
    Max Average

  • How to disable status bar from creating a dead zone in the simulator

    Is this a known bug in the simulator,where a hidden status bar is still grabbing touches? I constantly get frustrated by the inability to click at the top 20 or so pixels of the screen because that is a dead zone, and even though I have a hidden status bar the status bar is still grabbing touches there. Any way around this? And will this happen in the iPhone version, or is it just the simulator?

    You have a point, if your users are filling the form in with Reader, they won't be able to save the data with the form unless the form has been "Reader Extended" (which enables this functionality in Reader for the particular form)
    If you have Acrobat Pro, you can "extend" the form before you send it to the users.  The following is from the Acrobat Pro help...
    Enable Reader users to save form data
    Ordinarily, Reader users can’t save filled-in copies of forms that they complete. However, you can extend rights to Reader users so they have the ability to do so. These extended rights also include the ability to add comments, use the Typewriter tool, and digitally sign the PDF.
       1. Open a single PDF, or select one or more PDFs in a PDF Portfolio.
       2. Choose Advanced > Extend Features In Adobe Reader.
    These extended privileges are limited to the current PDF. When you create a different PDF form, you must perform this task again if you want to enable Reader users to save their own filled-in copies of that PDF.
    Regards
    Steve

  • Function module to change the value for pricing condition type

    Hello experts,
    I want to change the value for pricing condition type for an item in the transaction CRMD_ORDER.
    I used many function modules but none are working.
    Please kindly suggest a function module that will change the value for a condition type .
    I have used the following function module but its not working, please correct the coding if anything needs to be changed or added. Please help me .
    Thank you.
    CLEAR PRCD_COND.
         SELECT SINGLE * FROM PRCD_COND WHERE KPOSN = WA_ORDERADM_I-GUID AND
                                              KSCHL = COND_TY.
      IF SY-SUBRC = 0.
    *    MOVE-CORRESPONDING PRCD_COND TO L_COND_CHG.
    *    CLEAR L_COND_CHG-KBETR.
        L_COND_CHG-STUNR = PRCD_COND-STUNR.
        L_COND_CHG-KBETR = COND_PRC.
    *    L_COND_CHG-KSCHL = COND_TY.
        INSERT L_COND_CHG INTO TABLE T_COND_CHG.
    L_HEAD_GUID = CRMD_ORDERADM_H-GUID.
    L_ITEM_GUID = WA_ORDERADM_I-GUID.
    INSERT L_HEAD_GUID INTO TABLE HEAD_GUID.
    INSERT L_ITEM_GUID INTO TABLE ITEM_GUID.
        CALL FUNCTION 'CRM_ORDER_READ'
         EXPORTING
           IT_HEADER_GUID                    = HEAD_GUID
           IT_ITEM_GUID                      = ITEM_GUID
         IMPORTING
           ET_ORDERADM_H                     = LT_ORDERADM_H
           ET_ORDERADM_I                     = LT_ORDERADM_I
           ET_PRIDOC                         = IT_PRIDOC_RD
           ET_DOC_FLOW                       = T_DOC_FLOW
    *     CHANGING
    *       CV_LOG_HANDLE                     =
    *     EXCEPTIONS
    *       DOCUMENT_NOT_FOUND                = 1
    *       ERROR_OCCURRED                    = 2
    *       DOCUMENT_LOCKED                   = 3
    *       NO_CHANGE_AUTHORITY               = 4
    *       NO_DISPLAY_AUTHORITY              = 5
    *       NO_CHANGE_ALLOWED                 = 6
    *       OTHERS                            = 7
        IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    MOVE-CORRESPONDING LS_PRIDOC_RD TO L_PRI_COND.
    INSERT L_PRI_COND INTO TABLE PRI_COND.
    LOOP AT IT_PRIDOC_RD INTO LS_PRIDOC_RD.
    MOVE-CORRESPONDING LS_PRIDOC_RD TO L_PRIDOC_CHG.
    L_PRIDOC_CHG-PRIC_COND = PRI_COND.
    L_PRIDOC_CHG-REF_GUID = LS_PRIDOC_RD-GUID.
    L_PRIDOC_CHG-COND_CHANGE = T_COND_CHG.
    INSERT L_PRIDOC_CHG INTO TABLE PRIDOC_CHG.
    ENDLOOP.
    LOOP AT LT_ORDERADM_H INTO LS_ORDERADM_H .
    MOVE-CORRESPONDING LS_ORDERADM_H TO L_HEADER.
    INSERT L_HEADER INTO TABLE HEADER.
    ENDLOOP.
    LOOP AT LT_ORDERADM_I INTO LS_ORDERADM_I.
    MOVE-CORRESPONDING LS_ORDERADM_I TO L_ITEM.
    INSERT L_ITEM INTO TABLE ITEM.
    ENDLOOP.
    L_FIELD-FIELDNAME = 'STUNR'.
    INSERT L_FIELD INTO TABLE FIELD.
    L_FIELD-FIELDNAME = 'KBETR'.
    L_FIELD-CHANGEABLE = 'X'.
    INSERT L_FIELD INTO TABLE FIELD.
    L_INPUT-FIELD_NAMES = FIELD.
    L_INPUT-REF_KIND = 'E'.
    L_INPUT-REF_GUID = LS_PRIDOC_RD-GUID.
    L_INPUT-OBJECTNAME = 'PRIDOC'.
    INSERT L_INPUT INTO TABLE INPUT.
        CALL FUNCTION 'CRM_ORDER_MAINTAIN'
         EXPORTING
           IT_PRIDOC                     = PRIDOC_CHG
         IMPORTING
           ET_EXCEPTION                  = EXCEPT
         CHANGING
           CT_INPUT_FIELDS               = INPUT.
        IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    REFRESH EXCEPT.
    CALL FUNCTION 'CRM_ORDER_SAVE'
      EXPORTING
        IT_OBJECTS_TO_SAVE         = HEAD_GUID
    *   IV_UPDATE_TASK_LOCAL       = FALSE
    *   IV_SAVE_FRAME_LOG          = FALSE
    *   IV_NO_BDOC_SEND            = FALSE
    *   IT_ACTIVE_SWITCH           =
    IMPORTING
       ET_SAVED_OBJECTS           = SAVED
       ET_EXCEPTION               = EXCEPT
       ET_OBJECTS_NOT_SAVED       = UNSAVED
    * CHANGING
    *   CV_LOG_HANDLE              =
    * EXCEPTIONS
    *   DOCUMENT_NOT_SAVED         = 1
    *   OTHERS                     = 2
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    COMMIT WORK AND WAIT.

    Hi,,
    To be able to call a function module in an update work process, you must flag it in the Function Builder. When you create the function module, set the Process Type attribute to Update with immediate start
    Alternatively u can use this function module.
    CRM_STATUS_DATA_SAVE_DB
    BAPI_CUSTOMERCRM_CHANGE (If u wish to use a bapi for this).
    Also , Let me know what error you got when implementing other function module.Does the function module didnt return any error but still the value is not changed for pricing condition type?

  • Customize the changes in pricing as per the SAP for Domestic and  Import

    HI FRIENDS ,
         To customize the changes in pricing as per the SAP  for Domestic and Import Material cycle
    how to handle it ,
    thanks
    samal

    Hi,
    Two template pricing procedures (one for domestic and another for import) are available as part of standard.
    you need to tailor them to your needs.
    Hope this helps.

  • Problem in creating the simulation dll using SIT 2.0.3,matlab 7.1,labview 7.1

    I am currently using SIT 2.0.3 ,using this toolkit i am trying to create the simulation DLL for labview.but i am getting the following error in matlab command window
    Error: File: C:\SimulationInterfaceToolkit\ModelInterface\basic.tlc Line: 117 Column: 7
    Undefined identifier ReleaseVersion
    Error: File: C:\SimulationInterfaceToolkit\ModelInterface\basic.tlc Line: 117 Column: 25
    The == and != operators can only be used to compare values of the same type
    Error: File: C:\SimulationInterfaceToolkit\ModelInterface\basic.tlc Line: 260 Column: 26
    Undefined identifier ReleaseVersion
    Error: File: C:\SimulationInterfaceToolkit\ModelInterface\basic.tlc Line: 260 Column: 44
    The == and != operators can only be used to compare values of the same type
    Is this a version problem?
    I am using
    Simulation interface toolkit 2.0.3
    Matlab 7.1.0.246(R14) Service pack
    Real time workshop V.6.3
    Labview 7.1
    Microsoft visual C++ 6.0
    Can anybody help me to solve this issue.

    Hi Jayasheela,
    Here are the Read Me files for different versions of Simulation Interface Toolkit. Usually, the toolkit will only work with the versions of software that are explicitly stated.
    Simulation Interface Toolkit 3.0 Readme
    The MathWorks, Inc. MATLAB® / Simulink® application software release 13.x or 14.0, 14.1, 14.2, 14.3
    The MathWorks, Inc. Real-Time Workshop® release 13.x or 14.0. 14.1, 14.2, 14.3
    Microsoft
    Visual C++ 6.0. You can use Microsoft Visual C++ .NET 2003 only if you
    installed the LabVIEW 7.1.1 maintenance release.
    National Instruments LabVIEW Real-Time Module 7.1.x for ETS Targets.
    (Optional) National Instruments LabVIEW FPGA Module 1.1.x, for customized FPGA VIs used in real-time simulations involving FPGA devices
    Simulation Interface Toolkit 3.0.1 Readme
    The Simulation Interface Toolkit (SIT) 3.0.1 updates SIT 3.0
    to support LabVIEW 8.0, the LabVIEW 8.0 Real-Time Module, and the
    LabVIEW 8.0 FPGA Module. You also can use SIT 3.0.1 with LabVIEW 7.1.x. However, you cannot install SIT 3.0.1 for both LabVIEW 8.0 and LabVIEW 7.1.x.
    Simulation Interface Toolkit 3.0.2 Readme
    The Simulation Interface Toolkit (SIT) 3.0.2 updates SIT 3.0.1
    to support LabVIEW 8.2, the LabVIEW 8.2 Real-Time Module, and the
    LabVIEW 8.2 FPGA Module. You also can use SIT 3.0.2 with LabVIEW 7.1.x or with LabVIEW 8.0.x. However, you cannot install SIT 3.0.2 for more than one version of LabVIEW on the same computer.
    This maintenance release also adds support for the following products:
    The MathWorks, Inc. MATLAB® / Simulink® application software R2006a.
    The MathWorks, Inc. Real-Time Workshop® R2006a.
    If you install SIT 3.0.2 for LabVIEW 7.1, you can use
    Microsoft Visual C++ 6.0 to convert models to model DLLs. If you
    install SIT 3.0.2 for LabVIEW 7.1.1, 8.0, 8.0.1, or 8.2, you can use
    either Visual C++ 6.0 or Visual C++ .NET 2003.
    Simulation Interface Toolkit 4.0 Readme
    The MathWorks, Inc. MATLAB® / Simulink® application software release 13.x, 14.x, or 2006a, 2006b, 2007a
    The MathWorks, Inc. Real-Time Workshop® release 13.x, 14.x or 2006a, 2006b, 2007a
    Microsoft Visual C++ 6.0 or .NET 2003
    You can also take a look at this KnowledgeBase article, which condenses some of the previous information.
    MATLAB®, Real-Time Workshop®, and Simulink® are the registered trademarks of The
    MathWorks, Inc. Further, other product and company names mentioned herein are
    trademarks, registered trademarks, or trade names of their respective companies.
    Amanda Howard
    Americas Services and Support Recruiting Manager
    National Instruments

  • Can the simulator handle multi-touches?

    I know the simulator can handle taps, single touches, drags and pinches with the option key. But is it possible to simulate multiple touches during a event, like three simultaneous touches?
    Thanks,
    doug

    Great idea, but, no, it doesn't seem to work. I have a macbook pro, but it's about a year old. It doesn't support pinching, but I know it supports multitouch, because I use it for sideways scrolling. Interestingly, the simulator does seem to recognize if I'm using two fingers, because it behaves differently using two fingers than one finger. But, it doesn't simulate multitouch. This would be a great feature enhancement to the simulator though. But, one thing they'll never be able to simulate is the accelerometer.

Maybe you are looking for

  • I downloaded the 64bit Itunes, yet as soon as it loads, itunes it not responding. what can I do to fix this?

    I downloaded the 64bit version on itunes, yet when I try to run it itune will not respond. What do I do about this?

  • Standard Idoc and Report

    Hi Friends- Can anybody share with me the list of  Standard  Inbound Idocs and the standard Reports / FM  to upload HR infotype. pls make note that this is inbound and not outbound Points will be there for sure . Regards Meeta

  • Resizing output when exporting to Flash/SWF

    Does anyone know if there is a way to resize the output when exporting a Keynote presentation to Flash/SWF? When you export to QuickTime, you can adjust the output size. I can't find a way to do that when exporting to Flash.

  • Run a report with a different login

    We have an application that must run reports against different databases. Is there a way to change the connect string when running reports with the run_report_object built-in, or do I have to use web.show_document for that purpose? Cheers Christian

  • Adobe pdf objects dump

    Hi experts , Runtime Errors         UNCAUGHT_EXCEPTION                                                           Except.                CX_FP_RUNTIME_USAGE                                                          Date and Time          17.09.2010 09: