Output Determination using Requirement for Shipment

I created a new output requirement, 909,  to handle two different formats for shipment bills of lading.  The new requirement prevents a NAST record for format B from being created if a NAST record for format A exists.  It works in the development environment and was transported to the QA environment.  It does not work in the QA environment.  It appears the requirement is not being check.  Output determination procedure, access sequence, and output types are the same.  The condition records created via VV73 are the same.  What could cause a requirement to not be used?  Thanks for your help.

Needed to execute RV80HGEN.

Similar Messages

  • Output Determination Configuration Setting for GoodsIssue(Transfer Posting)

    Hello Gurus,
    Can any one give the details for Output Determination Configuration Setting for Goods Issue(Transfer Posting).
    Thanks N Regards,
    Venu MG

    hi,
    PRINT OUT OF MATERIAL DOCUMENT AT GI/Transfer posting:
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    2. Ensured in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for GI/Transfer Posting Documents
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the foll:
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Tr medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Pr Det by Pl/StoLoc, maintain the Output device for all your Plants
    7. In MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.(Condition records)
    8. While doing MIGO, ensured that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    Now go to MB90 entered the output type as WE01, Tr m as 1, Sort or. 01, Pro.mode as 01, and executed. Sytem outputted all the material documents that has to be taken print out.
    Regards
    Priyanka.P

  • SD: Output determination - Use of transmission medium = "Special function"?

    Hi,
    Would you tell me what is the specific use of transmission medium = "Special function" (table TNAPR-NACHA = 8) in the output determination for messages?
    Transaction V/30
    Thanks and regards,
    Eric

    Hi Guys - Transmission medium 8 - special function is a very strong functionality that SAP has provided. You can have a business document perform a specific function everytime it is created, obviously as an output to that document. I am not sure about FICO areas, but I have worked on it in SD.
    We do automatic shipment creation for deliveries. An output condition was created with access sequence of shipping cond and shipping point. Now whenever there will be a delivery created for this shipping point, it would trigger this output. The output is configured with special function transmission medium. The special function executes the program mentioned in the condition record set up. Through that program, we create a shipment that will have that delivery doc.
    So then everytime a delivery is created, we would have a shipment document created for it without having to schedule another background job....!!!!
    Likewise, you may accordingly utilize FICO documents and processing using special function output medium.
    Thanks
    Nikhil

  • PO Output determination using Plant as a condition

    Hi All,
    I want to use PLANT (werks) as a condition in PO output determination. How do I do that?
    Basically, I want to be able to send ORDERS IDoc only when the Plant is a certain value. Where can I check the plant information before sending the output. I have tried to add plant in a condition table and then in the access sequence which is referenced in the output type. I have created a condition record for this condition table with PLANT also.
    But for some reason when I save the PO it does not create a output message (ORDERS IDoc). If I use any other PO header field (like purch org or purch gp) in the condition it works and generates the ORDERS IDoc.
    Any help would be greatly appreciated.
    Thanks,
    Sneha

    Thanks Narayan.
    It goes into the code for the requirement that I created to check for Plant and here is the code... But the structure KOMPBEA does not get populated with any values. Is there some other structure I can use to check the value for PLANT?
    FORM KOBED_979.
    *{   INSERT         TSTK941598                                        1
      IF KOMPBEA-WERKS = 'T300'.
        SY-SUBRC = 0.
      ELSE.
        SY-SUBRC = 4.
        EXIT.
      ENDIF.
    *}   INSERT
    ENDFORM.
    FORM KOBEV_979.
    *{   INSERT         TSTK941598                                        1
    PERFORM KOBED_979.
    *}   INSERT
    ENDFORM.
    Regards,
    Sneha

  • Output Determination Procedure ME0001 for Material Movements

    Output determination procedure ME0001 is used for inventory management output.  I know where it is maintained.  Where is this assigned in the IMG?  I can not find the assignment and am starting to think everyone has to use ME0001.

    Found some SAP documentation on MM output management.
    ME0001 "is a program constant and cannot be changed by the customer.".  New custom output types can be added to ME0001, but a custom procedure cannot be used.

  • Output determination in SNC for order confirmation

    e want to use output determination to update SNC replenishment order when changes are done in R/3 sales order. We are not using new doc type. So no option left but to use 'Created by' as an option to trigger an output determination but it's not working as dezired. What could be best to use for output detrmination.
    thx

    Hi Vaibhav
    As far as i understood you have created
    Output type assignment to partner functions under spro-s&d-basic func-output control-maintain output deter for sales doc
    -assign output type to partner function-
    Output Type: XX
    Medimu : 6
    Funtion: $$
    Name :Created by
    Under  spro-s&d-basic func-Partner determination-setup partner determination-Set Up Partner Determination for Sales Document Header
    for each sales doc type a partner determination procedure is assgined under Partner Determination Procedure Assignment node
    Under Partner Functions, can you try using partner type as customer or logical system instead of user???
    and assign teh same partner type to ur Partner Determination Procedures under Partner Functions in Procedure node
    And try to check,
    Best Regards
    Vinod
    Edited by: Vinod Kumar Pedapati on Feb 14, 2011 1:19 PM

  • Output determination using bapi create order

    Hello,
    I am using BAPI to create sales order. We have our 'Z' output determination which is connected to the new SD order.
    It is also in NAST and has green light . But RSNAST00 did not worked.
    This output determination writes a record to a table - but using the BAPI it did not happened.
    Any one met this problem?
    Thanks in advance
    Sara

    The green light only means that the output record was processed and that the processing program set the return code value to 0.  It does not mean that any particular part of the code was successful.  You should check for the success of the DB operation in your code.  You can switch the light to Red by using a '4' for the return code.  You should also add any necessary (custom) messages to the processing log using NAST_PROTOCOL_UPDATE.

  • RED light in Output determination in VA02 for Custom SAP Script

    Hi,
    Am trying to get Order Acknowledgement output from VA02 as a preview. We have custom Script, custom print prog. So, I went to VA02>Extras>Output>Header>Output.....but, here am seeing the associated OUTPUT TYPE ZB00 as RED light!!
    So, pls. let me know that,
    1 - Why am gettign RED light? Wht culd b the reasons?
    2 - How to fix it to get it GREEN?

    Hi,
    Did you try debugging the print program? Also check the output determination analysis.
    Follow below path. Once you are in outputs edit screen...
    Select your output, menu=>Goto=>Determination analysis(or ctrl+f1).
    Here you can see what went right and wrong for all the outputs allowed for that order. You can see there might be some routines which has not been satidfied. Check this analysis for your output and see what is wrong.
    Condition records might also be missing. Check with your functional for this.
    Thanks,
    Vinod.

  • SD output determination  using trasnmission medium sample mail

    Working on output determination for sales documents. I configured new ouput type z111 .path: img>sd>Basicfunctions>ouput control>Maintain ouput determination for sales docs> maintain output types> here I entered new ouput type z111 and I selected Transmission medium 6 for simple email and I entered program name and form. After that I finished remaining 3steps ie 1Assin output types to partner functions2)Maintain output determination procedure3)Assign ouput determination procedures.
    Here I have doubt
    How to test the email reached or not. I want clear steps how to proceed the next steps.
    Thanks
    vijay

    Hi,
    Create an order and then goto extras > Output > Header > edit.
    There ceate a line with your output type Z111, and medum.
    Then Come out of the saes order to first screen. Goto menu sales Order > issue outout to.
    Regards,
    Gagan

  • Please reconsider using UPS for shipments.

    With the recent weather, UPS has been completely incompetent at delivering packages. I have 2 from Best Buy sent out last week (one overnighted, one 2-day), and both have went "Out for Delivery" then to "Severe weather conditions have delayed delivery. / Your delivery has been rescheduled for the next business day" 5 days in a row. It'll probably happen again tomorrow. For comparison, USPS has dropped off mail every day this week without issue.
    Please consider giving users an option of using FedEx or USPS or just drop UPS altogether. They are terrible, and I'll consider Best Buy an inferior place to purchase things so long as they use UPS for shipping goods.

    Hello jstenberg,
    I tend to think of snowstorms and inclement weather in general as exciting, but storms can also be a real nuisance sometimes. I was disappointed to read that your packages have been delayed.
    I am grateful for your feedback about the carriers we use to ship your orders. I will ensure that your remarks are made available to our corporate teams. I'd like to suggest that you consider sharing your idea by clicking on "IDEAS" above to give the Community an opportunity to add their thoughts to yours and vote on it.
    We cannot improve in meaningful ways without your input, so I'm very grateful that you stopped by Best Buy Unboxed to share your thoughts.
    Sincerely,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Add output type in requirements for purchase order

    Hi,
          In a changed purchase order (ME22N), based on business condition (eg: tot po > $100,000), then it should trigger an email output which will send the PO to the user.    In output procedure for EF, control RMBEF1, there is requirement 101 (reprint)  as an example.  It has: 
      Loop at xnast where kschl = komt1-kschl and objky = msg_objky and vstat eq 0.
      Endloop.
      Here it seems user manually add a new condition record for ZSND so the loop will work.
    However, i need to create an output record for ZSND before i can resend the email on ME22N.   Do you think having a new requirement here will enable me to create a new output record  for ZSND ?   IF  the PO is more than $100,000, then i need to create an output type ZSND so it will re-send the PO.  User will not manually create the PO.
    Pls provide your suggestions. 
    thanks
    joyce

    It's difficult to say without seeing how you have it configured, but the breakpoint should be triggered if the requirement is triggered (update debugging not required).  Go back to a fresh PO and use Goto -> Determination Analysis from the output screen to view the analysis.  This should give you a clue as to what happened.  If the output was already issued and you don't have it flagged for 'multiple-issuing' then it won't be triggered again in change mode.  Keep in mind that requirement routines do not create outputs; they simply allow them to propose or stop them from proposing based on the criteria in the code.  You can access the EKPO data in memory using a field symbol for '(SAPLMEPO)EKPO' (if applicable, check whether this works in BAPI mode - I don't remember) or you can use the message determination user exit in RVCOMFZZ to put the value in KOMKBEA for direct access.
    OK, see my answer to your other post - it seems that you added the output manually - that doesn't work...
    Edited by: Brad Bohn on May 13, 2010 2:48 PM

  • OC4J: Determine Memory Requirements for applications

    Hello,
    In the Enterprise Manager Web Site for 9iAS R2, on the System Components page, it displays the CPU% and Memory. Then Clicking on an OC4J instance, it shows the Memory and Heap Usage.
    So, the total memory used by this oc4j instance = memory + heap?
    Is there a documented method to determine memory usage per user for an oc4j application?
    Thanks,
    Manish

    Tuning the JVM depends also on your application.
    In iAS you can add JVM Parameters to the opmn.xml for each OC4J Instance. You have to profile your application in order to determine the correct VM configuration and consider the requirements of the OC4J. Unfortunaly the default configuration is bad. You should add at least add the -sever flag which is available in JDK 1.3.1 used in iAS.
    JDK 1.4.2 offering is offering new features for multiprocessor machines so a good basic stardup would be
    -server -XX:+AgressiveHeap
    which turns on a Parallel Garbage Collector and increase maximum heap size. But there is a point where a single JVM will not be sufficent. Then you have to spwan new JVM processes using the Island concept in iAS.
    I guess this is a good startup guide:
    http://developer.java.sun.com/developer/technicalArticles/Programming/turbo/
    http://java.sun.com/docs/hotspot/gc1.4.2/index.html
    Good look
    Toby

  • Output determination: Dispatch time for Outline Agreements

    Hi gurus,
    I have an issue, when I am creating an outline agreement, by defaul the output message type: NEU is showed, and, it is fine, but, the dispatch time is always = 1 - Send with periodically schedule job.
    In the customising of the output NEU, I have:
    General data:
    Access sequence = 0001
    Check box active = Access conditions
    Check box active = Multiple issuing
    Print parameter = Purchasing group
    In the fine-tuned control, the "Update Print-Related data" is not active.
    And, I do not have defined any message schema for this output.
    And, then, I customised the dispatch time for NEU with the value = 4 - Print immediately, but, still is appearing the dispatch time "1".
    Then, I created 1 condition record with POrg, Doctype and Vendor, but, still is appearing the dispatch time "1".
    Could you help me with this, please?
    Kind regards,
    Sandra PF

    Hi Biju,
    The point is that this output message type does not have a "Message schema determination", for that reason, if I am creating the condition record, it will be never updated. I was doing a testing and saw it.
    But, if my message type NEU does not have any schema and according to SAP, by default will define the message type NEU, why the dispatch time is still = 1 if in the customising of NEU I have defined the dispatch time = 4?
    More ideas?
    Kind regards,
    Sandra PF

  • Output determination (print out) for service entry sheet

    All SAP Gurus,
    What are the steps involved in determining the output (print out) for service entry sheet?
    Regards,

    Hai,
    Goto NACE select the Application ES, out type NEU and maintain the program SAPFM11, Formroutine ENTRY_NEW, form ML_SERVICE_ENTRY aganist medium printout and maintain the condition records for printout to VN.
    take print in ML83
    Regards,
    eswaramanu...
    Edited by: eswar manu on Oct 21, 2008 8:37 AM

  • Common Table required for Shipment and Delivery

    Hi Guys,
                 What is the Table where I can give input as Shipment Number and get all the deliveries for that Shipment.
    Thanks,
    Prasad.

    HI
    YOU CAN GET IT FROM TABLE VTTP   by giving input as shipment no. u will get  delivery no. from this table and then from table LIPS by using this delivey no. u can get all delivery details.
    and in addition to that u can also refer link: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657
    regards
    rahul
    Edited by: RAHUL SHARMA on Feb 20, 2009 8:11 AM

Maybe you are looking for