Condition-Dependent Output not processed

Hello,
I have configured conditions for output for purchase order documents (BUS2201) in the following path in SPRO > SAP Supplier Relationship Management > Cross-Application Basic Settings > Set Output Actions and Output Format > Condition-Dependent Document Output.
The purpose for this is to check the purchase order status prior to sending out the PO as to ensure that only successfully replicated POu2019s are sent to suppliers.  When I create a PO that passes the conditions (iow the conditions are True), the output is generated in a Not Processed status.  I have to now process the output manually or by running program RSPPFPROCESS.  Once processed, output is successfully sent. 
Note that the Time Of Processing setting is set as  u201CProcessing when saving documentu201D.  I would expect the output to be processed automatically by the system, but it is not.
If I create a purchase order that does not pass the condition (iow the conditions are false) an output is also generated with a Not Processed status, but I am unable to process it due to the conditions that are not met.
Please advise why the output that passes the condition is not processed automatically.
Kind Regards
Rene

Hi, If you want to work with Condition-Dependent PO Output, you have
to set the conditions for output in Define action for Purchase order
output. Under Action determination and Action summarization you can
choose from different option.  Also clean-up customizing inconsistencies using transaction SPPFCADM and adjust to determination technology  "Determination Using Conditions" to retest. Check note 564826 which may be helpful.
Best Regards
Lauren

Similar Messages

  • Condition dependent output not triggering

    Hi,
    We created a new PO action definition. Processing time is 4 Processing when saving document. The processing time not permitted is 00XX0 Selection report. The schedule automatically flag is checked. In the action determination section, the determination technology is set at "Determination using conditions that can be transported" and the rule type is set at "Workflow conditions". This action definition has one processing type "Smart forms print".
    A condition dependent output is configured for the action definition indicated above. This condition has the default settings from action definition checked. In the processing detail tab we have a specific printer we want to use. In the schedule condition this is what I configured:
    (  " --- Vendor medium ---
         &EC Purchase Order.Sending Medium& = PRN
      ) " --- Vendor medium ---
      and    (  " --- OA address number ---
         &EC Purchase Order.Vendor Address.Address Number& = 12642
      ) " --- OA address number ---
    We have a vendor with additional ordering addresses. I got the additional address number from table BUT020. Vendor has medium "PRN" in table BBP_SENDMEDIUM.
    When I create PO using the vendor and selecting the additional address (# 12642), the immediate output to the specified printer is not triggered. I mean the condition dependet output configured is not being triggered.
    Please, can anyone give me some tips about what I am doing wrong.
    Thanks and regards, Jose Oyon.

    Hi, If you want to work with Condition-Dependent PO Output, you have
    to set the conditions for output in Define action for Purchase order
    output. Under Action determination and Action summarization you can
    choose from different option.  Also clean-up customizing inconsistencies using transaction SPPFCADM and adjust to determination technology  "Determination Using Conditions" to retest. Check note 564826 which may be helpful.
    Best Regards
    Lauren

  • Billing output not processed properly

    when i applied output with output type (RD00) for invoice it is not activated properly. screen become blank.
    kindly help me.

    Dear Kiran,
    Please look in these areas
    Maintanance of the condition record in VV32 transaction
    Check the printer related settings.
    Check the transmision medum and partner function in the condition record.
    Make sure that output program and smart form or script program have been assigned to the output type RD00..
    And also chek is there any routine assigned in the requirement colomun of your output procedure control data.
    The invoice document has been released to accounting or not.
    I hope this will help you,
    Regards,
    Murali.

  • Condition dependent output

    Hi ,
               When the user is putting a check mark on the " no further invoices expected" indicator system creates a change version of the purchase order and creates a new print output.
              I don't want to have print output at that stage in all other cases no issue if it prints.
    Ingen

    Class CL_ACTION_PO_OUTPUT_BBP, method GET_DIFF
    *{   REPLACE        SRDK916154                                        3
    *\      ev_objects_differ = lv_objectdiffers.
          ev_objects_differ = lv_objectdiffers
        tables
          et_diff_fields = lt_diff_fields.
    *}   REPLACE
    read output-relevant data into lt_po_metaout
      if lv_objectdiffers = bbppd_on.
        m_execute_needed = bbppd_on.
    *{   INSERT         SRDK916154                                        2
       else.
       m_execute_needed = bbppd_off.
    *}   INSERT
    see if it works for you as well as for me

  • Issue with Condition dependent PO output

    Hi,
    We're implementing Extended classic version for SRM 5.0.
    As part of the output determination, we need to determine 2 print outputs for Purchase orders. We have 2 purchase organizations and both of them need to have 2 different smartforms for the print. So, we're designing 2 different smartforms. In order to assign the smartforms as per the purchasing org, I've used "Condition dependent output" in IMG settings. But whenever I try to print, it picks up the standard form from the IMG node "Define actions for Document Output" where the standard form is maintained. We did not maintain the custom form in this node because we have 2 forms for print.
    I would like the program to pick up the custom form maintained in " Condition dependent document output".
    I understand that we could use the BADI alternatively. But any help in resolving this problem through the configuration is highly appreciated.
    Regards,
    Lakshmi

    Hi,
    Pls implement the badi "BADI BBP_OUTPUT_CHANGE_SF".
    For sample code/pointers,see the foll links;
    Re: How to change default smartform triggered while printing for shopping cart
    Re: How to change default smartform triggered while printing for shopping cart
    Re: Smartform display
    Re: Add a Printer ?  -> LP01
    Re: Condition Dependent Document Output
    Re: Add a Printer ?  -> LP01
    sending Smart form to Printer  in SRM
    Re: SRM PO's to be printed out with the PO
    BR,
    Disha.

  • Condition Dependent PO output

    Hi Friends,
    I have maintained the PO output condition as 'Processing using Selection Report' in
    (IMG): SRM Server -> Cross-Application Basic Settings -> Set Output Actions and Output Format->Define Actions for Purchase Order Output.
    In (IMG): SRM Server -> Cross-Application Basic Settings -> Set Output Actions and Output Format->Condition-Dependent Purchase Order Output, I have maintained the
    Processing Time as 'Processing when saving the document' for e-mail output.
    But currently my system is not taking the Processing time ''Processing when saving the document' which I maintained in Condition Dependent PO output. It is taking the
    value 'Processing using Selection Report' which I maintained in Define Actions for Purchase Order Output.
    So when my PO is ordered the output status will be "Not Processed' at first and then I have to manually process it or run the selection report to process it.
    I want the Po output to be "Successfully Procssed" immediately after the PO is ordered with my current settings. Is that possible? Kindly help me with this issue.
    Thanks in Advance...
    Best Regards,
    Vidya

    Hi,
    Pls implement the badi "BADI BBP_OUTPUT_CHANGE_SF".
    For sample code/pointers,see the foll links;
    Re: How to change default smartform triggered while printing for shopping cart
    Re: How to change default smartform triggered while printing for shopping cart
    Re: Smartform display
    Re: Add a Printer ?  -> LP01
    Re: Condition Dependent Document Output
    Re: Add a Printer ?  -> LP01
    sending Smart form to Printer  in SRM
    Re: SRM PO's to be printed out with the PO
    BR,
    Disha.

  • Issue with Condition dependent PO output   in SRM 4.0

    Thought I am using Condition-Dependent Purchase Order Output
    The PO preivew still picks up the form which is defined under Define Actions for Purchase Order Output
    Please suggest.
    Thanks in advance

    Hi,
    Have a look at the following note:
    Note 968534 - Incorrect determination of conditions on the BOR object
    Thanks,
    Pradeep

  • OPP(Output Post Processor) not processing the report (XML Publisher)

    Hi,
    I have defined a concurrent program (XML Publisher report) then ran but failed with the errors below. I am running the report in Oracle E-Business Suite 11.5.10.2, thru a concurrent manager other than Standard Manager. My guess is that OPP(Output Post Processor) is not processing the request outputs coming from a different manager/work shift since requests ran thru Standard Managers are all OK.
    In the OAM(Oracle Applications Manager)-> OPP, there is only 1 process allocated for both Actual and Target. If we increase the number of processes, will it work?
    /home/app/oracle/prodcomn/temp/pasta19356_0.tmp:
    /home/app/oracle/prodcomn/temp/pasta19356_1.tmp: No such file or directory
    Pasta: Error: Print failed. Command=lp -c -dkonica4 /home/app/oracle/prodcomn/temp/pasta19356_1.tmp
    Pasta: Error: Check printCommand/ntPrintCommand in pasta.cfg
    Pasta: Error: Preprocess or Print command failed!!!
    Anybody who has experienced similar issue?
    Thanks in advance.
    Rownald

    Hello,
    Just an additional tests info. We have 2 concurrent managers which I think is affecting the XML report output - Standard Manager(running 24 hours) and a Warehouse manager (9am-4:15pm).
    When I run the report before or after the Warehouse manager workshift(9am-4:15pm), the output is fine - which means PDF is generated and Pasta printing is OK. However, when report is run between 9am-4:15pm, the report only shows XML output with an error in Pasta printing(above). I also found that re-opening the output(ran prior to Warehouse workshift) on the period between 9am-4:15pm would also result to just an XML output instead of the previous PDF.
    Anybody who has experienced similar issue like this? Any idea? The report is not directly defined as "inclusion" in the Warehouse manager, only the program calling it. Any effect of multiple concurrent managers in the XML Publisher output?
    Thanks in advance for your ideas..

  • Header condition type value not displayed in sales order output

    Hi gurus,
    I have observed a strange issue regarding a header condition in a sales order.
    we have a set up like following:
    1. If the Header condition XXXX is used in sales Order then this value should be printed on sales order output.
    2. If the Header condition mentioned in above point is not maintained in sales order it should print the total price of all line items.
    Though i have maintained the header condition value in Sales Order Header its not displayed in SO output.
    That is , I have a sales order and it has one HEADER condition type entered with 3500 USD.
    In fact this value is used for some business purpose and is being printed on the sales order output for a specific output type.
    But where as in a sales order this header condition value is not getting printed on the output though I am using same data as of the sales order which is having the header condition value printed on its output.
    According to business,we must have the header condition value printed on  sales Order output.
    Please suggest how to proceed.
    Thanks in advance.

    Not sure if you are using costom smartform to print invoice, if yes then ask developer to debug and find the root cause and fix it.
    You might need to give him condition when it shuld be printed and when not.
    You can take reference of another output type for which it is printing

  • Condition type is not get in the PO output

    Hi,
    I have defined a new condition type ZRA0- Discount as discount charges .
    The condition type is not getting print out in PO copy.
    The vendor wants to see in the PO copy.
    Pls suggest how to configure
    Regards
    Sp

    Hi,
    If i understood your problem, you would like to print the discount in PO print copy along with price.ok.
    then check with your Abaper,he can fetch the Discount value for that perticular condition type(ZRA0) & print in the PO copy.Its depends on the print programme to get the data from the document to the print out.
    Regds

  • Condition Dependent Document Output

    Hello, all
    Please help me,
    We have extended classic scenario in SRM 5.0.
    May I to use Condition Dependent Document Output in Spro
    if  I need  to print 2 smartforms for one purchase order?
    Best regards,
    Guzal

    Hello, all
    I'm solved a question. I'm used the BADI BBP_OUTPUT_CHANGE_SF.
    Best regards,
    Guzal

  • PO output status not processed

    Hi,
    I am trying to print PO using output type NEU and ZNEU (copy of the NEU) with medium 1-print, communication method filled with required information and also further data with 4-print immediately.
    After saving it, the status of the PO in PO output showing yellow-not processed and also it is not seen in ME9F transaction without process/ with process.
    Can any one help me understanding why it is happening. or any customization is required to avoid this situation.
    Thanks in advance!
    Karun

    Hi Revi,
    Thanks for the reply but what is the link of release strategy with PO output processing.
    Best regards,
    Karun

  • Output message of PO in ECC not processed automatically after order released in GTS

    Dear Experts
    PO created in cobalt was blocked in GTS due to legal control. output message of PO was blocked, after the PO was manually released by the user next day, AU open the PO and saved it. output message got processed.
    Can you please let me know, why system is not processing the output automatically after the PO is released in GTS.
    Is this the standard process?
    Thanks
    Kiran

    Hi Kiran,
    This is called follow on function in GTS.
    When document is released, you could trigger background job regularly to process these document.
    Open the area menu for SAP GRC Global Trade Services in your feeder system (with transaction code/SAPSLL/MENU_LEGALR3) and choose Recovery Follow-On Functions in Feeder System .
    Choose one of the following entries to configure the follow-on functions for the selected application level: Materials Management Trigger Follow-On Functions for Purchasing Documents
    Check more details in help document.
    Trigging Follow-On Functions after Document Release in SAP GTS - System Administration - SAP Library
    Best regards,
    Vincent

  • BPM process switch/fork is not processing!!

    Hi Guys,
    I have scenario for 1:n multi mapping using BPM. In my BPM just I have got 5 steps, the first one is receiver,  next step is transformation (workinig fine), switch with 2 branches, on branch one Sender 1 to SNC (Prod Active Notific) and on second branch has got Sender 2 for (ProductDemandInfluencingEventNotification) to SNC. The process is coming upto Switch, the process is not coming into Swithch step to send these messages to sender? what is the condition for Switch step? I put it like (1=1), message is not processing completely.
    Any valuable inputs for this please?
    Many Thank in advance
    San

    Hi biplab das ,
    Many thanks for very quick reply. I have tried both. Let me explain you my scenario, please give me your inputs on that!!
    Sender side xml messages comes with couple of messages. What I need this xml has to split into two message types "Product Activity Data" and "Product Influence Demand", each message goes with multiple messages, as follows:
    <Root>
       <output>
       <output>
       <output>
       <output>
       <output>
    </Root>
    Each output message got multiple submessags. Couple of submessages has go under "Product Activity Data" and Couple of other messages has go under "Product Influence Deman"
    Mapping is working fine. Messages are splitting.  I have configure BPM as follows:
    Setp 1---- Receiver --- > Receive the message
    Setp 2 -
    Mapping -
    > Messages are splitting
    Step 3 -
    Fork Step ---> with 3 Branches , Branch 1 for, 1 Receiver Determination and 1 Sender --> Product Acitivity Data
                                                                           Branch 2 for , 2nd Receiver Determination and 2nd Sender --> Product Influence D
                                                                           Branch 3 for throw Alert
    I can this message is failing on Moni, I opened PE, the graphical represenation shows error on Sender1 and Sender2.
    Please can you advice me in this.
    Many Thanks
    Regards
    San

  • Output determination process

    hi
    my issue is how an outputdetermination happens from sales to invoice, please help me out in this process

    For getting any output either by print, Fax, or any media you have to do output determination. output determination is also carried by Condition techniques. The detail procedure for Output Determination is :
    OutPut Determintaion :
    Output is a form of media from your business to one of its business partners or it can be within the organization. The output can be sent to any of the partners defined in the document. Outputs are usually in the form of Order Confirmations, Freight List, Delivery Notes, Invoices & Shipping Notifications. Determining form of output is output determination.
    Types of Output:
    Print Output, Fax, Telex, E-Mail & EDI (Electronic Data Interchange)
    --> PRINT OUTPUT:
    Configuration path: ( following are the steps)
    1) SPRO-> IMG-> Basic Functions-> Output Control-> Output Determination-> Output Determination using Condition Technique- >Output Determination for Sales Documents (or you can use output determination for billing documents depending on your requirement).
    2) Create Condition Table: select the field Sales Doc Type from field catalog & Save
    3) Maintain Access Sequence: 4-digits code & description.
    4) Assign condition table to access sequence. Select Accesses line item and Go To Fields. Fields will display the fields we have selected in the condition table i.e. sales doc type.
    Maintain Output Types:
    AF00: Inquiry
    AN00: Quotation
    BA00: Order Confirmation
    LD00: Delivery
    RD00: Invoice
    Select BA00 & Copy & Rename. Give the same 4-digit code as given to access sequence.
    You Can Maintain:
    Languages of Output
    Partners (to whom you need to send output)
    Print Program- print specification
    Sap Script- layout
    Assign Output Types to Partner Functions: go to new entries & assign your output type to partner functions.
    Maintain Output Determination Procedure: V10000 (Standard Procedure). Go to new entries and create your own 6-digit code with description. Select the procedure, go to Control Data. Here mention the output type i.e. condition type and leave requirement and manual only columns as blank.
    Determination Rule: link the 6-digit procedure code to doc types.
    Create Condition Records: VV11. Select document type and click on Communication. Mention partner function, medium, time. Output device: LP01, Spool request Name: SD_003, Suffix 2: order_confir & flag on print immediately.
    Once you press enter you will come across 2 key combinations:
    Sales organisation/ Customer Number: fill SO, Customer No, Partner Function Abbreviation, Partner to whom the output should be sent, time, medium, language.
    It contains: Sales Orgnisation, Customer, Partner Function (The abbreviated form of the name that identifies the Partner) (During output determination, the system determines the recipient of the output from the master record for the specified partner function. In this field, you can explicitly specify a recipient that will override the standard partner. There must also be a master record for the partner that is specified explicitly.), Medium, Time & Language.}
    Order Type: Document Type, Partner Function (abbreviation), Partner, Medium, Time & Language.
    Path For Output Determination For Sales Documents: Logistics -> Sales/distribution -> Master data -> Output -> Sales Document -> Create (t-code VV11)
    Path for Output Determination for Delivery Documents : Logistics -> Sales/distribution -> Master data -> Output -> shipping -> Create ( t-ode VV21)
    Path for Output Determination for Billing Documents : Logistics -> Sales/distribution -> Master data -> Output -> Billing Document -> Create ( t- code VV31)

Maybe you are looking for

  • Wireless and hard wired router giving me an error message, network cable unplugged

    I have  two Linksys routers, WRT54G and the BEFSR41.  Have run the install disk on both, but once I link my CAT 5 Etehrnet cables to the router, I get the unplugged netwrok cable error.  I have internet access through my cable modem directly to the P

  • Font usage in print module

    I've always wodered why I don't have access to my installed fonts to put text on my prints - no choice of installed fonts is available in the print module, whereas in the slideshow module all my fonts are avalable! This has always been like that (LR

  • Panasonic tv

    trying to connect my imac my new panasonic smart tv tx-l47wt65b it got bluethooth and mirroring option but cant sem to get it to work any help cheers

  • Upgrading Classic based 2010 web application to claim based 2010 web application in Sharepoint server 2010 RTM

    hi all, i have a web application with classic based authentication in SharePoint server 2010, need to configure FBA for the same app in SharePoint server 2010 RTM. While trying to change the Authentication Provider, m getting the Form option deactiva

  • Performance of java nio with dd in linux.

    Hi I ran this code in java to dump 0s in a file of size 1gb and tried the same with dd in linux. Java code : I use a preinitialized array (the data) and fill a mappedbytebuffer with it. package filePersistence.test; import java.io.File; import java.i