Export freight work for Manual Conditions in SD

Hello Experts,
Getting Problem in Copy rule, when using copy rule function it effects different parts of business. for all manual conditions.
Thank you,
John

Siddarth,
Partial cut means creating delivery for quantity less than quantity mentioned in Sales order
Ex: Order quantity for material 113452432 in sales order 700, Delivery created only for 500 of material quantity.
Full cut means making delivery for full quantity mentioned in Sales order.
Thank you,
John

Similar Messages

  • Calculation formula userexit not working for multiple condition types

    Hi,
    we have a problem in the CRM ISA-B2B scenario where the custom user exit is only working for single condition type.
    but we need it for multiple condition types .
    the value of the subtotal is not being retrieved for multiple conditions. at a time only one condition value is being retrieved and shown in the webshop - shopping basket.
    for ex:
    we have scenario 1 where Y001 -Freight condition type is applicable for one customer.and Y002 is applicable for another customer.
    when we are trying to show the subtotal condition value in the webshop by using a single custom user exit in the pricing procedure it is only working for either of the above 2 customers depending on the VMC cache status.
    is there any problem if use the single user exit for both condition types?
    and if it needs to be differentiated how exactly we can do that with the same logic in the java class.
    Thanks in advance,
    PSR.

    Hi Arshi,
    below is the code:
    public class ZValFormula_ZZWI1 extends ValueFormulaAdapter {
         private static String zzwi = "ZZWI1";
         private static char  zzwiC = '@';
         private static UserexitLogger userexitlogger = new UserexitLogger(
         ZValFormula_ZZWI1.class);
         public BigDecimal overwriteConditionValue(IPricingItemUserExit item,
                   IPricingConditionUserExit condition) {
              ICurrencyValue val = condition.getConditionValue();
              userexitlogger.writeLogDebug( "value saved for " + zzwi + " (" + zzwiC + ") = "
                        + val.getValueAsString());
              item.setSubtotal( zzwiC, val.getValue());
              return val.getValue();
    hope this would give more idea to look at the problem.
    Thanks,
    PSR

  • Can we attach requirement for manual condition type

    Hi,
    Pricing question....
    ZOTH is the manual condition type
    (The condition type configuration: - Manually editable, no access sequence attached )
    (Pricing procedure : - No alternative calculation type attached)
    Can I attach a requirement to ZOTH in the pricing procedure?
    Laxman

    hi,
    we can very well have requirements for manual conditions also. Like we have standard requirement "2" Item with pricing and this is assigned to PN00 ( Net price ) condition which is a manual condition.
    you can check in RVAA01 pricing proc. also
    regards
    sadhu kishore

  • Authorization object for manual condition type in sale order

    Hi experts
    I want ask them, If exist an authorization object for manual Condition type (KOMV-KSCHL) in the sales order (VA01/VA02), that the user don' t can create neither modify the sale orden with a specific manual condition type (payment term) by stardard way.
    Best regards
    John Angulo

    HI John,
    I would be surprised to know that someone uses the Payment terms as a condition in the Pricing procedure for sales orders. The payment terms define when the customer agrees to pay, (15, 20, 45 ,....days or 5 years or 10 years....whatever it be)
    this detail for what i know is in the sales order header,and ideally has nothing to do with the Item level material price conditions.
    its ok, If you mean something else by payment terms.....in principle you can have a conditon type restrcited such that manual entries on the condition are not possible. this cane be done in SPRO customizing, i am sure your functional consultants would know what to do (SPRO->Sales and Distribution->Basic Function->Condition Types), in the tab "Changes that can be made" have a value that says manual Processing is not allwowed
    The ABAP route mentioned above is for a different scenarion and i dont think it is necessary for your requirement

  • Paid for export PDF, worked for a while, but now tells me i only have free service so won't convert document

    Paid for export PDF, worked for a while, but now tells me i only have free service so won't convert document

    Hi dmkelec,
    I did not find your account under the given email id.
    Can you provide me the email id associated with your subscription that would be helpful.
    Regards,
    Florence

  • Net Value in Sales order is not picking up for manual conditions.

    Dear Gurus,
    I created a new pricing procedure for a sales document, where 2 manual conditions will given in sales order.
    But after giving manual conditions, the system is only taking one condition value as net value.
    I given Base value description and the step numbers of two manual conditions for Addition.
    Please help me I want total of two manual conditions into Net value.

    Hi Mahendar ,
    Could you please share the solution if your issue has been resolved . Even we are facing the same issue . It would be of a great help
    thanks and regards
    Kish

  • Level0 Parallel export not working for BSO

    Hi,
    We have a BSO cube with 15 dimensions, 2 dense and remaining spare. Total number of members are around 9000.
    we have added 400 new members to one of the sparse dimension after which parallel export is not happening. I started checking by deleting one by one and exporting it. when I deleted 8 members, export happened fine. If I add one extra member after that, parallel export is not hapenning.
    Strange thing is If I add member as child at any generation, export is hapenning fine. If I add a member as sibbling starting from gen 3, export is not working.
    Ex: A is dimension, B is child of A. If I add a new member C as sibling to B, parallel export is working.
    Now add D as child of C and E as sibling of D. D here is third generation and adding a sibbling hereafter is making parallel export not to work
    I'm using simple command - export database 'APP'.'DB' level0 data in columns to data_file "'D:\exp.1.txt'",D:\exp.2.txt'";
    If I use single file, export is happening fine.
    Does anybody has idea if BSO has member limit at generating levels. Please let me know your thoughts on this.
    Thanks,
    Swetha
    Edited by: Swetha on Dec 16, 2010 3:16 AM

    Dave,
    I'm facing the same issue which you faced earlier. Export files are created only with header. Issue here is I'm not getting data in any of those files. All the files has just header. I changed the order of sparse dimensions, my last sparse dimension is the largest sparse with 2250 members. Still export is creating 1kb files with only headers.
    The reason to change sparse to dense is we have scenario dimension which has Actual, operating and replan members and data is loaded for all years and all periods for all scenarios. So we thought it can be made dense and we didn't observe much difference in behaviour. Export is also happening fine. One has to analyze their outline structure and data before going for this option.
    I would still prefer old outline and appreciate your help on this..
    Swetha
    Edited by: Swetha on Dec 23, 2010 12:51 AM

  • BAPI_SALESORDER_CREATEFROMDAT2 doesn't work for header Condition

    Hi, All
    I'm trying to create a sales order using BAPI_SALESORDER_CREATEFROMDAT2.
    It doesn't work to create a heder condition.(HB00)
    After BAPI, I check KONV data, HB00 data is broken.
    KONV-STUNR and KONV-ZAEHK is blank.
    but item condtion data is OK. no problem.
    I don't know why.
    my code is below.
    If you have any idea, please let me know.
    IW_LOGIC_SWITCH-PRICING = 'G'
    CLEAR IW_CONDITIONS.
    IW_CONDITIONS-ITM_NUMBER = '000000'.
    IW_CONDITIONS-COND_COUNT = '01'.
    IW_CONDITIONS-COND_TYPE  = 'HB00'.
    IW_CONDITIONS-COND_VALUE = W_VALUE.
    IW_CONDITIONS-CURRENCY   = W_WAERK.
    IW_CONDITIONS-CONDCOINHD = '01'.
    APPEND IW_CONDITIONS TO IT_CONDITIONS.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
      EXPORTING
        ORDER_HEADER_IN               = IW_HEADER
        LOGIC_SWITCH                  = IW_LOGIC_SWITCH
      IMPORTING
        SALESDOCUMENT                 = W_SALEDOC
      TABLES
        RETURN                        = IT_RETURN
        ORDER_ITEMS_IN                = IT_ITEMS
        ORDER_PARTNERS                = IT_PARTNERS
        ORDER_SCHEDULES_IN            = IT_SCHEDULES
        ORDER_CONDITIONS_IN           = IT_CONDITIONS
        ORDER_TEXT                    = IT_TEXT
        EXTENSIONIN                   = IT_EXTENSIONIN
        PARTNERADDRESSES              = IT_PARTNERADDRESSES.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Regards,
    Rie.

    check the following link
    Re: BAPI_SALESORDER_CREATEFROMDAT2 how to set condition type value as zero (0).
    L_ORDER_PARTNERS-PARTN_ROLE = 'AG'.
    L_ORDER_PARTNERS-PARTN_NUMB =
    RECORD-KUNNR_1.
    APPEND L_ORDER_PARTNERS TO
    LI_ORDER_PARTNERS.
    L_ORDER_PARTNERS-PARTN_ROLE = 'WE'.
    L_ORDER_PARTNERS-PARTN_NUMB =
    RECORD-KUNNR_2.
    APPEND L_ORDER_PARTNERS TO
    LI_ORDER_PARTNERS.
    * Build order header
    CLEAR: L_ORDER_HEADER_INX,
    L_ORDER_HEADER_IN.
    * Update flag
    L_ORDER_HEADER_INX-UPDATEFLAG = 'I'.
    * Sales document type
    L_ORDER_HEADER_IN-DOC_TYPE =
    RECORD-AUART.
    L_ORDER_HEADER_INX-DOC_TYPE = 'X'.
    * Sales organization
    L_ORDER_HEADER_IN-SALES_ORG = RECORD-VKORG.
    L_ORDER_HEADER_INX-SALES_ORG = 'X'.
    * Distribution channel
    L_ORDER_HEADER_IN-DISTR_CHAN = RECORD-VTWEG.
    L_ORDER_HEADER_INX-DISTR_CHAN = 'X'.
    * Division
    L_ORDER_HEADER_IN-DIVISION = RECORD-SPART.
    L_ORDER_HEADER_INX-DIVISION = 'X'.
    * Sales Office
    L_ORDER_HEADER_IN-SALES_OFF = RECORD-VKBUR.
    L_ORDER_HEADER_INX-SALES_OFF = 'X'.
    * Sales Group
    L_ORDER_HEADER_IN-SALES_GRP = RECORD-VKGRP.
    L_ORDER_HEADER_INX-SALES_GRP = 'X'.
    * Purchase order
    L_ORDER_HEADER_IN-PURCH_NO_C = RECORD-BSTNK.
    L_ORDER_HEADER_INX-PURCH_NO_C = 'X'.
    * Purchase order Date
    L_ORDER_HEADER_IN-PURCH_DATE =
    RECORD-BSTDK.
    L_ORDER_HEADER_INX-PURCH_DATE = 'X'.
    * Payment Terms
    L_ORDER_HEADER_IN-PMNTTRMS = RECORD-ZTERM.
    L_ORDER_HEADER_INX-PMNTTRMS = 'X'.
    * Incoterm1
    L_ORDER_HEADER_IN-INCOTERMS1 = RECORD-INCO1.
    L_ORDER_HEADER_INX-INCOTERMS1 = 'X'.
    * Incoterm2
    L_ORDER_HEADER_IN-INCOTERMS2 = RECORD-INCO2.
    L_ORDER_HEADER_INX-INCOTERMS2 = 'X'.
    * Customer Group
    L_ORDER_HEADER_IN-CUSGROUP = RECORD-KDGRP.
    L_ORDER_HEADER_INX-CUSGROUP = 'X'.
    ENDIF.
    * Build order item(s)
    CLEAR: L_ORDER_ITEMS_INX, L_ORDER_ITEMS_IN.
    L_ORDER_ITEMS_IN-ITM_NUMBER = INO.
    L_ORDER_ITEMS_INX-ITM_NUMBER = INO.
    L_ORDER_ITEMS_IN-MATERIAL = RECORD-MABNR.
    L_ORDER_ITEMS_INX-MATERIAL = 'X'.
    L_ORDER_ITEMS_IN-PLANT = RECORD-WERKS.
    L_ORDER_ITEMS_INX-PLANT = 'X'.
    L_ORDER_ITEMS_IN-SALES_UNIT = RECORD-VRKME.
    L_ORDER_ITEMS_INX-SALES_UNIT = 'X'.
    L_ORDER_ITEMS_IN-WBS_ELEM = RECORD-PS_POSID.
    L_ORDER_ITEMS_INX-WBS_ELEM = 'X'.
    APPEND L_ORDER_ITEMS_IN TO LI_ORDER_ITEMS_IN.
    L_ORDER_ITEMS_INX-UPDATEFLAG = 'I'.
    APPEND L_ORDER_ITEMS_INX TO
    LI_ORDER_ITEMS_INX.
    * Build Schedule lines... Order Quantity
    CLEAR: L_ORDER_SCHEDULES_IN,
    L_ORDER_SCHEDULES_INX.
    L_ORDER_SCHEDULES_IN-ITM_NUMBER = INO.
    L_ORDER_SCHEDULES_INX-ITM_NUMBER = INO.
    L_ORDER_SCHEDULES_IN-REQ_QTY = RECORD-KWMENG.
    L_ORDER_SCHEDULES_INX-REQ_QTY = 'X'.
    L_ORDER_SCHEDULES_INX-UPDATEFLAG = 'X'.
    APPEND L_ORDER_SCHEDULES_IN TO
    LI_ORDER_SCHEDULES_IN.
    APPEND L_ORDER_SCHEDULES_INX TO
    LI_ORDER_SCHEDULES_INX.
    * Build Conditions
    CLEAR: L_ORDER_CONDITIONS_IN,
    L_ORDER_CONDITIONS_INX.
    L_ORDER_CONDITIONS_IN-ITM_NUMBER = INO.
    L_ORDER_CONDITIONS_IN-COND_COUNT = '01'.
    L_ORDER_CONDITIONS_IN-COND_TYPE =
    RECORD-KSCHL_1.
    L_ORDER_CONDITIONS_IN-COND_VALUE =
    RECORD-KBETR_1.
    IF RECORD-KSCHL_1 = 'PR00'.
    L_ORDER_CONDITIONS_IN-COND_VALUE =
    L_ORDER_CONDITIONS_IN-COND_VALUE
    / 10.
    ENDIF.
    L_ORDER_CONDITIONS_INX-ITM_NUMBER = INO.
    L_ORDER_CONDITIONS_INX-COND_COUNT = '01'.
    L_ORDER_CONDITIONS_INX-COND_TYPE =
    RECORD-KSCHL_1.
    L_ORDER_CONDITIONS_INX-UPDATEFLAG = 'X'.
    L_ORDER_CONDITIONS_INX-COND_VALUE = 'X'.
    APPEND L_ORDER_CONDITIONS_IN TO
    LI_ORDER_CONDITIONS_IN.
    APPEND L_ORDER_CONDITIONS_INX TO
    LI_ORDER_CONDITIONS_INX.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
    EXPORTING
    ORDER_HEADER_IN =L_ORDER_HEADER_IN
    ORDER_HEADER_INX = L_ORDER_HEADER_INX
    IMPORTING
    SALESDOCUMENT = L_VBELN
    TABLES
    RETURN = LI_RETURN
    ORDER_ITEMS_IN =
    LI_ORDER_ITEMS_IN
    ORDER_ITEMS_INX =
    LI_ORDER_ITEMS_INX
    ORDER_PARTNERS =
    LI_ORDER_PARTNERS
    ORDER_SCHEDULES_IN =
    LI_ORDER_SCHEDULES_IN
    ORDER_SCHEDULES_INX =
    LI_ORDER_SCHEDULES_INX
    ORDER_CONDITIONS_IN =
    LI_ORDER_CONDITIONS_IN
    ORDER_CONDITIONS_INX =
    LI_ORDER_CONDITIONS_INX
    END-OF-SELECTION

  • Change logs not working for manual update modify/delete statements.

    Hi experts,
                     My requirement is to display the change logs for a few custom z tables.The log data changes is selected in technical settings of the table.When any changes are made to the table using sm30 the changes are logged.
    My requirement also displays an alv grid which allows the users to edit/insert/delete   entries in the table.
    In this case the change logs are not getting recorded(ie whenever the user manually updates or inserts a row into the table the change docs are not getting stored).
    My code works like this,
    Whenever the user chooses a custom table and selects the display change log button i transter the control of my abap program to the standard  rsvtprot program(sap std. pgm to display change logs).
    sample code:
    elseif sscrfields-ucomm eq c_chgdoc.
        refresh:r_seltab.
        clear:r_seltab.
        r_seltab-sign   = 'I'.
        r_seltab-option = 'EQ'.
        r_seltab-low      = w_tab.
        append r_seltab.
    Call the sap standard program rsvtprot via selection screen
    by passing the table name and display grid parameters.
        submit rsvtprot via selection-screen
                          with cusobj   in r_seltab
                          with alv_grid eq c_x
                          and return.
    Is there any way by which i can extend the change logs functionality for the changes made using the alv grid?
    Please help me out.

    Hi Anuraag,
    In TM you should open the transaction /SCMTMS/ZONE. Here you select the zone you would like to modify and you execute the changes you would like to make.
    Regards,
    Nico.

  • LCM Export not working for Business rules in 11.1.1.3

    Hi,
    I triggered an LCM export for Business rules (just 2 rules) with the admin id and its in in progress state for the past 2 hours. I don't think its making any progress as  I checked the below,
    1) No LCM logs created in the /hyperion/common/utilities/logs/LCM/ folder.
    2) No export directories are created in the Import/Export folder.
    3) No errors registered in the shared services logs.
    What could be the reason for this issue?
    Is there any other logs which I missed to check?
    Is there a way to kill this apart from recycling the services?

    This is a known issue and has to do with the http timeout settings. Usually this will happen on the 5 minute limit, but it depends what setting they have.
    Take a look at this article and see if it applies:
    Business Rules That Take More Than Five Minutes to Execute Are Re-launched Repeatedly [ID 755406.1]
    Agnete
    Edited by: Agnete on Oct 22, 2012 12:51 PM

  • Key combination of Tax code / Vendor not working for JVRD condition Type.

    Dear All.
    I have maintain the pricing condition JVRD under key combination of Tax Code / Vendor . But the same is not reflecting in the Purchase Order. Have also  checked the validity periods  .
    Kndly advice
    AVS

    Hi
    Please check the following:
    1. whether you have maintained the cond.type in tax procedure in tcode OBQ3.
    2. whether you have maintained the cond.type in IMG activity: LogisticsGeneral>>Tax on goods mov.>>India>>Determination of excise duty>>Cond.based excise determination>> classification of condition type
    3. Also, check whether any other condition record is maintained for the vendor at any other level in FV13.
    Regards
    Prabhu

  • How do I export my work for someone else to see?

    Hello,
    I've created a banner for a website in Edge Animate. What do I need to do with it now so someone else (who probably does not have the same software) can see it?
    It saves as an html file, but I presume I can't just send the html link to them without the image folder etc.

    Also check out some extra tips in my comment about letting others view your animation in Exporting in a different format other than HTML?

  • Can't get export/import working for Apex

    Hello,
    We continue to struggle with exporting and importing. This is currently our release process from development area into production. Any better ideas?
    The errors have continued to be random but what I currently get is:
    Error     ERR-1029 Unable to store session info. session=470508247781401 item=40006855470898
    ORA-02091: transaction rolled back ORA-02291: integrity constraint (APEX_040100.WWV_FLOW_STEP_PROCESS_FK) violated - parent key not foundWe have an idea that the export is getting corrupted because when we alter a couple of pages and try to export again we sometimes get an ok message that can be imported. Anyone experience this? So frustrating.

    Thanks for taking a look at this situations. Since we develop on a development database and run a parallel copy in a production database where we only "deploy" by importing an exported copy from development. Not sure if this is how other people deploy from development into production, in fact I would be keen to know how other people handle this, but at the time I set it up a couple of years ago this was what suggested at that time.
    We simply take an export of the entire application where I leave all the defaults that normally come up on the export page. If needed I'll go into the details. But it is very strange that no one else had issues when they exported that the export itself was corrupt? And subsequent exports either get corrupted in other places or "fix themselves." Does this have anything to do with the fact that my application is getting largish (over 125 pages) ?
    Thanks for your help

  • Exported UTI doesn't work for all account

    Hello,
    We have a QuickTime component that permits to play files with our video codec. These files also have a specific extension.
    It works fine with QuickTime 7 that allows "anything" content type. But on Snow Leopard, with QuickTime 10, we can not open file with our private extension. When we open QuickTime, our files are in grey and we can not click on it.
    What I've done is to export an UTI from my application info.plist file. This export says that my UTI with the right filename extension is conform to "public.movie". I have done it from the original admin account of the machine.
    What is strange, is that this modification has an impact on the others accounts I have created (standard or admin) but not on this original admin account.
    I mean, on the others accounts, the files with our extension are well seen as movie file and can be played with QuickTime Player. So the Uniform Type I export is well interpreted when I log with a different account.
    I do not understand what is wrong with this original account. The behavior is also the same if I am loged as root.
    I have made a repair disk permissions but it didn't change anything.
    Right now I don't know what to do in order to have this export to work for this particular account...
    Thanks in advance for your help,
    Loïc

    Use Quicktime 7 on the Snow Leopard Computers to playback this video. On the Snow Leopard computer quicktime 7 should be in the Utility folder. If not download Quicktime 7 for Snow Leopard:
    http://support.apple.com/kb/DL92
    If some reason you can't download Quicktime 7 here how you can install it from the Snow Leopard installation disc:
    http://support.apple.com/kb/ht3678#1
    Scroll to the top of the page for instruction on how to install Qt 7.
    Quicktime X can't playback all video formats/codecs. It's limited to a few so use Qt 7.

  • ExportI/Import Actual Work for each resourse day by day

    Hi all,
    this is my first post and I'm trying to export some data by Microsoft Project Project Professional 2010 32bit (version 14.0.7140.5002).
    I need your help in order to solve this issues :
    (Priority 1) export actual work for each resource of my Project in the following format:
           DAY;Resource Name;Summary Task Name; Task Name; hours
    (Priority 2) Import actual work for each resource inmy Project in the following format:
           DAY;Resource Name;Summary Task Name(if needed); Task Name; hours
    I'm searching into forum but I'm not clear what is the correct object to use.
    Thanks a lot for your help.
    Alberto

    In primis thanks a lot for your answer.
    I want create a macro VBA and add a "botton" on task bar in order to execute this macro - output format is CSV file but I think is excellent if I write it in Excel format.
    I have partially closed first priority (you can see below code) - I need create a little message box in order to receive period and path output.
    I appreciate your collaboration in order to help me. :)
    Thanks
    Sub ResourceActualWorkDetail()
        Dim rs As Resources
        Dim r As Resource
        Dim A As Assignment
        Dim TSV As TimeScaleValue
        Dim TSVS As TimeScaleValues
        MsgBox ActiveProject.Name
        Close #1
        Open "C:\Users\xxx.xxx\Desktop\" & ActiveProject.Name & " - TimeReport.csv" For Output As #1
        Write #1, "Summary Task;Task Name;Risorsa;Giorno;Ore"
        'Header
        Set rs = ActiveProject.Resources
        For Each r In rs
                For Each A In r.Assignments
                    For Each TSV In A.TimeScaleData("01/01/2015", "31/12/2015", pjAssignmentTimescaledActualWork, TimeScaleUnit:=pjTimescaleDays)
                        If TSV.Value <> "" And TSV.Value > "0" Then
                            Write #1, _
                                A.TaskSummaryName _
                                & ";" & A.TaskName _
                                & ";" & r.Name _
                                & ";" & TSV.StartDate _
                                & ";" & TSV.Value / 60
                        End If
                    Next TSV
                Next A
        Next r
        Close #1
     End Sub

Maybe you are looking for

  • HP Laserjet Pro CM1415fnw Color MFP

    Can you tell me the dimensions and weight of the box with everything included (printer, toners, and accessories) that the HP Laserjet Pro CM1415fnw Color MFP is shipped in ? I need this for shipping/costing purposes.

  • Help With Recovering Notes?

    Hello all, I keep a health diary on my iphone. Lat night I was typing yesterdays note and when I went back to the Notes home screen, a years worth of notes were just gone. Poof. They were there before I started writing the note. I don't know what hap

  • HT4623 Software updating problem

    I'm having problem when Softwere updating my iPhone 4s for iso 6

  • Check output with Smartforms?

    Greetings, everyone. Is it at all possible to use Smartforms to create check (payment advice) output? All the documentation I've found says to basically use RFFOUS_C and a SAP Script layout (F110_PRENUM_CHCK or a customized version), but I'd much rat

  • Incorrect workitem text in swwwihead

    Hi, For instances of the same workflow definiton we have observed the followin: 1. In case of instances where workflow language is English, the workitem text field has correct workitem text description as in workflow definition 2 in case of instances