Configuring PO Output

hello, im having problems with putting smartform output depending of document type.
In SRM Server->Cross Aplication Basic Settings->Set Output Actions and Output Format->Define Actions for Document Output:
http://img692.imageshack.us/img692/3205/imagezb.jpg
then in BBP_PD_PO->Action Definition: i have two actions (STANDARD_AV and STANDARD_PO)
In STANDARD_AV i have this http://img338.imageshack.us/img338/4526/nonamefg.jpg
in STANDARD_PO i have this http://img204.imageshack.us/img204/3299/nonamebm.jpg
As you can see only the name of smartform is diferent between them.
In the Condition-Dependent Document Output i have this: http://img8.imageshack.us/img8/4622/nonameto.jpg
and the only thing that is diferent between Purchase Order AV and Standard Purchase Order is the Start Condition in Purchase Order Av is &EC Purchase Order.Transaction Type&  = ZAV and in Standard Purchase Order is &EC Purchase Order.Transaction Type&  = ECPO.
my question is what im doing wrong because when request the preview of document of type ECPO everything is going ok...shows me the smartform ZBBP_PO but when i try to see a document of type ZAV show me the same smartform but i have there saying that i want to see the smartform ZBBP_PO_ZAV.
could someone help in anyway
regards and thanks in advance
Mário

Hi,
I think your problem is because the action profile Z_* you have created doesn't take into account during execution.
My experience is that for BUS objects (so for POs BUS2201) only the standard action profile (for POS is BBP_PD_PO) is executed.
So I guess your custom settings was not taken into account.
What you can do is to create a new action definition beside the standard one (like copy STANDARD_PO into ZSTANDARD_PO).
Set the processing order, that the first one is the stnadard one and the second one is your custom one.
You have to define the actions in the next SPRO customizing point also, where you can add conditions that is taken into account during execution.
Now this action profile and its all action definition will be executed. Here you can set the execution time to be the doc save time.
And one last suggestion, always use the customizing to set SRM related PPF (and not SPPF* transactions)!
Hope this will help you.
BR
Richard

Similar Messages

  • How to configure Email output in SD

    Dear friends Pls sent me details of how to configure email output in SD module.
    <REMOVED>
    Thanks & Regards,
    <REMOVED>

    Hi
    Idoc Def :Standard SAP format for electronic data interchange between systems (Intermediate Document). Different message types (such as delivery confirmations or purchase orders) normally represent different specific formats, the IDoc types. However, multiple message types with related content can be assigned to one IDoc type: For example, the IDoc type ORDERS01 transfers the "logical" message types ORDERS (purchase order) and ORDRSP (order confirmation).
    Idocs are of two types basic type and the extension type .we need to configure the system settings for this process .
    IDOC (Intermediate Document) - A data holder.
    IDOC is divided in to three parts.
    Control Record
    Data Record
    Status Record
    Control record (Table: EDIDC):
    - Every IDOC has only one Control Record
    - Each Control Record contains header information like:
    o IDOC Number
    o Direction of IDOC: Inbound or Outbound
    o Date and Time of creation of IDOC
    o Date and time when the IDOC was last modified.
    o Message Type of IDOC
    o IDOC type and extension of IDOC
    o Sender and Receiver Partner
    Data record – (Table: EDID4):
    - Data Record contains Data to be processed.
    - Every IDOC has one data record with multiple segments in hierarchy.
    - Segments and Hierarchy of Segments are defined by IDOC Type and Extension.
    - IDOC created has to strictly follow the hierarchy; else IDOC fails with Syntax error.
    - Segments which are repetitive have qualifiers attached to it
    Status record – (Table: EDIDS):
    - Status Record describes the status of IDOC.
    - Each IDOC contains one status Record with multiple status information.
    - Status at each level is appended to IDOC. E.g. When IDOC is created in SAP, Status is “This IDoc has been generated through a test transaction”, When the IDOC is added to system it is “IDOC added”, “IDOC ready to be transferred to Application”……
    - Status should always be read bottom-up. Status at the top is the latest status.
    - Some Example of Status Records:
    o Inbound:
    § 53 - IDOC successfully posted
    § 51 – IDOC Failed
    § 64 - IDOC ready to be transferred to Application
    o
    Outbound:
    § 30 – IDOC ready for Dispatch
    § 03 – IDOC passed to port OK
    § 12 – IDOC Dispatched
    § 16 – Functional Acknowledgement Positive
    § 17 – functional Acknowledgement Negative
    IDoc Type: Defines the segments and hierarchy of segments
    o Transaction Code:
    § WE30 – To create, change or display the IDOC type and the extension.
    § WE31 – To create the Segment
    - IDOC type defines the segments to be used in the IDOC.
    - It also defines the hierarchy and syntax of the segments.
    - IDOC extension is nothing but to add segments to standard IDOC types.
    - Transaction WE31 allows you to create segments.
    - Program RSEIDOC3 documents the use of each IDOC type.
    Segments:
    Attributes of a Segment:
    - Mandatory Segment: If checked, this segment should always exist in the IDOC.
    - Minimum Number:
    - Maximum Number: Maximum number of times this segment can be repeated in IDOC. -
    Parent Segment: Parent of this segment
    - Hierarchy level: Level of hierarchy.
    Segment Definition (WE31):
    Messsage Type: Defines the type of data in the IDOC
    o Transaction Code:
    § WE81 – To create, change or display the Message type and the extension.
    § WE82 – Using this transaction you can link Message Type, IDOC Type, IDOC Extension and version.
    - Message type identifies the type of data IDOC holds. E.g. Orders (ORDERS), Delivery (DESADV), Invoice (INVOICE). It also defines what needs to be done with the data in the IDOC, in case of Inbound IDOC, and which data to be extracted in case of Outbound IDOC.
    - Message Type is linked to a process code, which in turn is linked to a Function Module. This function module extracts from or posts data to SAP depending on direction of IDOC.
    - Relation between Message Type, IDOC type and IDOC extension needs to define. Without this relation Message type or IDOC type cannot be used.
    Message Type Create, Change or Display (WE81):
    Setup link between Message Type, IDOC Type, IDOC Extension and Version (WE82)
    Process Code: Function Module is linked to a process code. This function module in executed for inbound or outbound IDOC.
    o Transaction Codes:
    § WE41 – Outbound Process Code
    § WE42 – Inbound Process Code
    - Process codes are linked to a Function Module.
    - Relationship is Message Type is linked to a Process Code which is linked to a Function Module.
    - In case if you are using a stand alone code to trigger an IDOC, you need not define a process code.
    RFC Destination: System definition of destination.
    o Transaction Code: SM59
    - RFC destination identifies the destination of IDOC.
    - In case of ALE:
    o In ALE the communication mode is IDOC to IDOC, hence the type used is R/3 Connections.
    o It is the destination SAP system which will receive the IDOC.
    o In RFC destination you define the destination SAP system details like System, Login and Password.
    Go thr below links:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    Sail

  • Error in configuring the output type

    Hi,
    In sap script the requirement was to give option to select user whether they need to save the form in pdf or print/preview.
    For this I have given a pop-up using popup_to_confirm before the OPEN_FORM function module in the driver program. and
    depending on the option populate the OPTIONS parameter in the OPEN_FORM function module.
    Now when I configuring the output type by going to the order screen and try to save it, the configuration is not saved and a update termination occurs due to the screen called in the popup_to_confirm function module.
    How to avoid this problem?
    Regards,
    Tan

    Hi Sucharita,
    Steps to Maintain an output device in your user master record
    1. From the menu,choose System --> User profiles --> Own Data
    2. Select Default Tab of user profile and enter the output device in 'output device' field .
    This should solve your problem.

  • My configuration audio "output" is only numerique and I would like listen to audio by integrated loudspeaker. I can't use the keys "sound on my computer. If I click on I have a icon "forbiden".  Can you help me

    my configuration audio "output" is only numerique and I would like listen to audio by integrated loudspeaker. I can't use the keys "sound on my computer. If I click on I have a icon "forbiden".  Can you help me

    Si vous tappez sûr le cle <<option>> et cliquez vôtre souris de l'icon de haut-parleur
    de le haut partie de sa Desktop, vous pouvez voir les choix pour le son: les haut-parleurs internales, Line out et Digital Out. C'est tout ! Ou cliquez de la Pomme a gauche, choissisez Préferences, et Son, et voila..... le meme chose.....
    Merci d'avoir choisi Apple
    John B

  • CRM Service Quotation-display the configured smartform output-in SAP GUI ;

    Hi All,
    I have displayed the SAP CRM Service Quotation using SAP Transaction crmd_order (in SAP GUI not from web UI);
    Appreciate if you let me know how I can display the configured smartform output - in SAP GUI ;
    I am about to do some changes to the smartform but I dont know how to test;
    Thank you very much
    Iver - Sorry I am new to SAP CRM

    Hi Iver
    I think following should work
    Go to  transaction Data->Actions tab in CRMD_ORDER transaction.
    If action is already defined then you can select the action adn see the preview
    Regards
    Naresh

  • 6602: Want to route a dedicated DIO (0-7) Line configured for output to a RTSI line

    PXI-6602: I want to use a dedicated DIO (0-7) line configured for output to trigger all 8 counters on the 6602 card. The counters are configured for two-signal-edge-separation measurement. I Have tried to use Route-Signal.vi to route PFIn (0-7) to RTSI bus with no luck.

    You should be able to trigger counters on the 6602 using the Digital Lines DIO (0-7).
    Use the Set Attribute VI and set the attribute value type to Enabled and attribute ID to Start Trigger.
    Wire the output of Set Attribute Task ID to the Task ID input of the Route Signal VI. Select the start trigger for the Signal Name input, PFI n for Signal Source input and PFI line Number for Signal Source Line Number input. Try this and see if this works.
    Regards,
    Bharat Sandhu
    Applications Engineering
    National Instruments."
    Penny

  • Configuring custom output

    Hi All,
    I want to configure a custom output for Idoc messaging/ printing purpose. So I have used NACE to create a new output type then unable to configure the access sequence fully. I am getting error "Corresponding entry in "Accesses" missing" while trying to config via transaction V/50.
    Can you please tell me what the steps in details are?

    Hi
    The language to be used is in parameter CONTROL_PARAMETERS, and it can't change it as it's an IMPORT parameter.
    Then the language is transferred to the global data %HEADER-LANGU and %LANGUAGES-LANGU1, u can't try to change them.
    also refer the link
    how to change the language in smartform?
    Regards,
    Dhina..
    Edited by: Dhina DMD on Aug 2, 2011 9:26 AM

  • How to configure script output type in vt01 (where) ?

    I have output type zmi0...
    I have configured in /nnace..
    In /nvt01, where to configure my outpout type ..printer  and all
    Please help me.

    Ur query is not clear.
    After creating output type u have to assign it in the NACE tcode.
    After that for a particular vt02 go and enter the sipment no and that u have option for enetring the output type.
    Regards

  • Configuration of output determination

    dear sap gurus
    i want to know the output determination step by step configuration , thanks in advance

    Hi,
    <b>OUTPUT DETERMINATION:</b>
    Output is a form of media from business to one of its business partners. 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:
    SPRO- IMG- Basic Functions- Output Control- Output Determination- Output Det using Cond Tech- Output Det for Sales Documents & output det for billing documents.
    Create Condition Table: select the field Sales Doc Type from field catalog & Save
    Maintain Access Sequence: 4-digits code & description. 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
    Select BA00 & Copy & Rename. Give the same 4-digit code as given to acc seq.
         You Can Maintain:
    Languages of Output
    Partners (to whom we want 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 & create your own 6-digit code with descp. Select the procedure & go to Control Data. Here mention the output type i.e. cond type & 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 Orgn, 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.
    Reward points if it helps

  • SCOT Configuration for output format XLS in ECC6

    Dear All,
    Currently the ECC6 that I'm trying to configure the SCOT does not have a XLS format for Abap List, so I couldn't proceed with it.
    Since the ECC6 only have standard output format. (HTM , PCL , PDF , TXT)
    Is there anyway to add the output format for the XLS output format for SCOT configuration.
    Thanks & Best Regards,
    Rahim.

    Hi,
    Please refer SAP note 1151258.
    Thanks
    Sunny

  • Cisco PI configuration template output redirection

    hi all,
    I need to configure a configuration template to find the output of "show cdp neighbor" using Cisco PI and redirect the output to another server like ftp or tftp.
    please advise

    Hi Mohamed,
    Go to Design > Feature Design >CLI template > System CLI template  >> select any template and click on "Save as new Template"
    that new template will be under Design > Feature Design > My template > EDIT it and add the command that you want to use " show cdp neighbour".
    Then DEPLOY it against the devices that you want to deploy.
    You can export the output  , print it , however you will not be redirect the output directly to ftp or tftp server
    Thanks-
    Afroz
    ****Ratings Encourages Contributors ****

  • Configuration of Output Type within Inventory Management

    Hi Experts,
    I am on ECC 5.0 and have a following requirement.
    I need to create a output type for printing the material documents. There is a requirement that, newly created output type should be only used by given Company code and Plants under it. In other words, need to restrict use of this output type by Company Code.
    I was initially thinking of creating new (by copying standard ofcourse ) Condition Table and Access Sequence, reading documentation help on their config nodes, I understood that SAP does not recommend to create new Condition table for fields like Plants, Storage Location. Printer determination can be restricted on Plant and Storage location level, but my issue is regarding restricting use of outuput type itself.
    Can anybody suggest please?
    Thanks and Regards,
    Amit

    Hi Charlie,
    Thanks again, thats very nice of you.
    According to help document on this node and the config which goes into this node, it seems that this node controls only "printer determination" for the combinatin of O/p Type, Plant and Storage Location, Whereas my requirement is to restrict the use of O/P type itself per Plant and not the Printer. Can you please address this?
    Looking forward for you kind reply.
    Best Regards,
    Amit

  • Configuration EDI output - Delaying the output by specific amount of time

    Hi,
    I am trying to delay EDI output when it is generated by 1 min exactly before the IDOC leaves SAP to go to Business Connector. I would like some notes or step by step guide on how to do it.  Which program requires change?
    We tried to change NACE, output type definitions and we changed ZFNDTIM accommodate but it didn't work.
    Thanks heaps,
    Robin/Anna

    what about to generate it scheduling the program RSNAST00 every minute with the idoc message condition type ?
    reward if helpful
    regards
    Roberto

  • Configuration to output English, Chinese, Thai and Korean in 4.6C

    Hi experts,
        May I know what are the setups required to allow the following languages to work on 4.6C - English, Chinese,Korean and Thai?
        We can't move to Unicode at the moment and currently we are using the Blended codepage 6200 which only support English, Chinese and Korean.
        How to configure the system to allow all the languages mentioned above to work together so that we could have printout in the different languages?
        Thank you.
    Message was edited by: David Mok

    Hi Su,
       Thanks for the answer.
       But we already have code page 6200 setup and hence just need to add in language Thai.
       The problem now is we don't know what other solutions are available apart from MDMP? Even going from ambiguous code page 6200 to MDMP seems like not feasible(from your reply)? Do you know what are the consequences if MDMP is converted from blended codepage.
       Do you know of any way that all the languages could co-exist without going on MDMP?
       Thank you.
    Rgds,
    David

  • Configure audio output as an input?

    I'm sure the subject was unclear so I will try to clarify:
    I want to use the sound output of my Mac as an input so that I can play my computer's audio through webcam software without the use of a microphone. I want to know if this is possible using only software, without using any external audio hardware to accomplish it?

    Hi
    if I understand you correctly - is http://cycling74.com/products/soundflower/ the sort of thing you need?

Maybe you are looking for