Lean order API+ menu option - Extras / Output / Header / Edit

all,
Attempting to configure the lean order sales screens for use in NWBC.   I am unable to find out how to customize to include the menu option for header output that exists in the standard gui screens (Va02/03).
I need to be able to allow the users to see this header output in the lean order screens.
has anyone configured those screens and come across this option?
Thank you in advance
steven

Hi jamison,
please check output determination and you need to maintain condition records(like with sales organization and condtion type etc)of  output type via tcode NACR. while saving the sales order it will condition records and populate output types automatically.
Tks... Venkat

Similar Messages

  • My start page is not displaying menu options such as file, edit, view, history, bookmarks

    the start page is not displaying menu options such as file, edit, view, history, bookmarks, tools, help

    Hit the '''Alt''' key to show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark.

  • 'Add Output Header' option of File Write Adapter

    Hi All,
    Could you please tell what is this option used for :
    'Add Output Header'
    In a File Write Adapter, and how can I test it?
    Thanks.

    To have fixed header every time before it writes the data, i think you should have file with header and data, then use it to configure file write in JCA adapter.
    This will create a schema with static header and dynamic results to the schema file.
    So that everytime you will have the header then it write the data below that.
    Note: I have done this some years back, i wrote here with from my memory.
    Let me know if you still have problem, wll try to create a simple example and share.
    Thanks,
    Vijay

  • My earphones will no longer work with my macbook air and the headphone jack is no longer an option for output on the sound menu. Any suggestions?

    My earphones will no longer work with my macbook air and the headphone jack is no longer an option for output on the sound menu. Any suggestions?

    Try deleting the account from Mail and then add it.

  • Archiving option in output type

    Hello Gurus,
    I need information on wht exactly the archiving option in Output type will do. I have created a condition type to archive the document which has the storage mode as archive only.
    I can view the document in VF07 but cannot see the document from SARA transaction. Could you plz clear me on this.
    Thanks and Regards,
    Pavan P.

    Hi pavan
    Output determination
    What is output?
    Output is communication. When we create a transaction in sales & distribution, and save the transaction we may have to communicate to the concerned business partner about the transaction.
    Example;
    Customer--Purchase Order-VA01 (Create sales Order)- save the sales order- send the order confirmation to the customer
    Here the output is “ Order confirmation”
    This output is sent to business partner-Customer-Sold to Party
    Other Examples: Quotation, Invoice, Delivery note, Packing List
    Output determination happens through Condition Technique.
    Condition records are very important here. And these records contain answers to following questions.
    a)     What is the Output Type? Order confirmation or Invoice etc
    b)     Who is the recipient? A Sold-to-party or Payer etc.
    c)     What is the media? Take print out and send, or as email? Or Fax? Or EDI (Electronic data Interchange)
    d)     When output to be processed? Immediately when the transaction saved or scheduled to happen at particular Time etc
    e)     In which language the output to be prepared
    Customization:
    IMG—SD—Basic functions—Output Control
    Output Determination
    Output Determination using Condition technique
    Maintain Output Determination for Sales Documents
    Maintain output types
    SAP provides standard Output types for sales, shipping, transportation and billing
    Sales:
    AF00                    Inquiry
    AN00                    Quotation
    BA00                    Order
    RD03                    Cash sales invoice
    Each of this condition type has Repository data called Routines
    a)     Program---Program that reads data from tables (VBAK / many tables storing data pertaining header etc)
    b)     Form routine—Program used for creating layout
    c)     Form---Layout
    The Output type has an Access sequence
    Example: BA00 has access sequence 0010
    Access sequence uses sales document type as the field under table 7
    SAP provides standard Procedures, Copy the procedure and assign it to the Sales document Type
    Select maintain output determination procedure
    Position               V10000 (Order Confirmation)
    Select V10000 and Copy as
    ZV1000 Kirlosakr Order Confirmation
    Save
    Assign output determination Procedure
    Allocate Sales Document Header
    Position ZKOR
    Sales document Type               Procedure
    ZKOR                              ZV1000
    Save
    Now maintain Condition Records
    SAP menu—Logistics—Sales & Distribution—Master data-Output--sales document
    Create VV11
    Sales Doc=ZKOR
    Partner function=SP
    Media=1 Printout
    Date=4 immediately when saving transaction
    Lang=EN
    Now select Communication Tab
    Printer= A000 virtual Printer
    Save the Record
    Create an order and check the Order Confirmation
    Create VA01
    Save
    VA02- sales document—issue output to
    Select BA00 and select Print review to see the Output
    Outputs for shipping processes customization carried out under Logistics Execution
    IMG Menu—Logistics execution—Shipping—Basic shipping Functions-Output Control-Output determination---
    Maintain output determination for outbound deliveries
    Std Delivery outputs
    LD00                    Delivery document
    PL00                    Packing List
    Follow the same procedure, like in sales, Copy the std Procedure and assign to respective documents like Delivery document etc
    Reward if useful to u

  • Menu options in ALV report

    Hi,
    Im not getting Menu options in ALV report output. Not even default menu options SYSTEM, HELP Its dispalying as <b>????????????????????????????????</b>. Can someone help me regarding this?
    Regards,
    amal

    Hi Amal,
                Check the screen number if you are using a seperate screen and Menu painter.
    Thanks and Regards,
    Sampath

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Hide Shutdown or change order of Shutdown option in Server 2012 R2

    Is it possible to either hide Shutdown from the Shut down or sign out menu, or to change the order they appear on screen?The order of the options is really poor, Sign out and Shut down one above the other in the middle of the menu is a recipe for disaster,
    as I have encountered recently when 2 servers where shut down accidentally.
    I know I can use a GPO to remove the Shut down, restart, sleep and hibernate options, but restart is kind of useful, and not everybody knows about Run > Shutdown -r
    Anyone know if this can be done and, if so, how?

    Hi,
    Thanks for posting here.
    It might not be able to hide the shutdown on the menu. However, you can use the group policy to remove the shut down, restart, sleep and hibernate options. As you mentioned that the restart is very useful, also you can scheduled a task on the server to reboot
    the server automaticlly.
    Best Regards,
    Elaine
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • [svn:fx-trunk] 10459: Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking , etc.

    Revision: 10459
    Author:   [email protected]
    Date:     2009-09-21 08:42:44 -0700 (Mon, 21 Sep 2009)
    Log Message:
    Change to ensure ScriptNodes are no longer part of the node tree after interface compilation stage in order to avoid the extra code that was necessary to avoid tripping over them during type checking, etc.
    Improving revision 10199 a bit, to allow for single line comments.
    QE notes: None
    Doc notes: None
    Bugs: SDK-22027
    Reviewer: Paul
    Tests run: Checking, Compiler cyclones
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22027
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • How to add custom menu options in myaccounts module?

    Hi experts,
    To implement this, I have found myaccount.xml file in UI of myaccounts module. In this file, I found only menu headings but not menu options. Can anyone explain where data of menu options were populated from and how can I add my custom menu options? I also have tried to delete the menu heading but there was no effect. Please help!! I'm on WEC 1.0.
    Regards,
    Daro

    Hi Daro,
    the path to the billing module is "sap.com/wec/ecom/mc/billing". But nevertheless
    1.  you need only to enhance in your current modul the metadata.xml file with the link to your own myaccount.xml which you can create.
    2. and then you can define within the new file the menu options you need.
    3. the last step is to update your shop configuration with the new menu options.
    Best regards,
    Nico

  • Disappearing Acrobat menu options in MS Word

    I'm using Acrobat 8.1.6 with MS Word 2003. When I open Word for a new file, the two Acrobat menu options (Adobe PDF and Acrobat Comments) appear on the main menu. As soon as I open an MS Word document, the two menu options are removed. The Convert to Adobe PDF toolbar button remains. However, without the menu option, I cannot change the conversion settings which I need to do. It only happens for some documents, so there must be some setting in the document that is affecting this, but I have been unable to find it. When I try to do the conversion from within Acrobat, when I open the Bookmarks tab of the Settings dialog, the list of MS Word heading to convert to bookmarks is empty. Any suggestions will be greatly appreciated. My customer is waiting no so patiently!

    Well, upon further investigation, I discovered that the menu options were removed when I applied a template to the Word document. I overlaid the template with another copy that I had saved elsewhere and that fixed the problem. Somehow, the template got corrupted in such a way that Distiller didn't like it. If anyone has a clue of what caused this, I would be more than intetested.

  • Sales Order API Error

    Hiiii
    When i am running the Sales Order API Script, getting error
    Plz reply me . where is the problem
    Below Mentioned error
    failure
    process ORDER ret status IS: U
    process ORDER msg data IS: FND
    process ORDER msg COUNT IS: 1
    header.order_number IS:
    header.return_status IS:
    header.booked_flag IS:
    header.header_id IS:
    header.order_source_id IS:
    header.flow_status_code IS:
    message is: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.VALIDATE_ORGID_PUB_API, N, ERRNO, -20001, N, REASON, ORA-20001: in Package OE_Order_PUB Procedure Process_Order
    message index is: 1
    Debug = F
    Debug Level = 1
    Debug File = /sqlcom/outbound/l0001064.dbg
    ****************************************************

    Application is Order management
    This is Sales Order API Code .
    DECLARE
    l_api_version_number NUMBER := 1;
    l_return_status VARCHAR2(2000);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    /*****************PARAMETERS****************************************************/
    l_debug_level number := 1; -- OM DEBUG LEVEL (MAX 5)
    l_org number := 89; -- OPERATING UNIT
    l_no_orders number :=1; --NO OF ORDERS
    l_user number := 1110; -- USER
    l_resp number := 50769; -- RESPONSIBLILTY
    l_appl number := 523; -- ORDER MANAGEMENT
    /*****************INPUT VARIABLES FOR PROCESS_ORDER API*************************/
    l_header_rec oe_order_pub.header_rec_type;
    l_line_tbl oe_order_pub.line_tbl_type;
    l_action_request_tbl oe_order_pub.Request_Tbl_Type;
    /*****************OUT VARIABLES FOR PROCESS_ORDER API***************************/
    l_header_rec_out oe_order_pub.header_rec_type;
    l_header_val_rec_out oe_order_pub.header_val_rec_type;
    l_header_adj_tbl_out oe_order_pub.header_adj_tbl_type;
    l_header_adj_val_tbl_out oe_order_pub.header_adj_val_tbl_type;
    l_header_price_att_tbl_out oe_order_pub.header_price_att_tbl_type;
    l_header_adj_att_tbl_out oe_order_pub.header_adj_att_tbl_type;
    l_header_adj_assoc_tbl_out oe_order_pub.header_adj_assoc_tbl_type;
    l_header_scredit_tbl_out oe_order_pub.header_scredit_tbl_type;
    l_header_scredit_val_tbl_out oe_order_pub.header_scredit_val_tbl_type;
    l_line_tbl_out oe_order_pub.line_tbl_type;
    l_line_val_tbl_out oe_order_pub.line_val_tbl_type;
    l_line_adj_tbl_out oe_order_pub.line_adj_tbl_type;
    l_line_adj_val_tbl_out oe_order_pub.line_adj_val_tbl_type;
    l_line_price_att_tbl_out oe_order_pub.line_price_att_tbl_type;
    l_line_adj_att_tbl_out oe_order_pub.line_adj_att_tbl_type;
    l_line_adj_assoc_tbl_out oe_order_pub.line_adj_assoc_tbl_type;
    l_line_scredit_tbl_out oe_order_pub.line_scredit_tbl_type;
    l_line_scredit_val_tbl_out oe_order_pub.line_scredit_val_tbl_type;
    l_lot_serial_tbl_out oe_order_pub.lot_serial_tbl_type;
    l_lot_serial_val_tbl_out oe_order_pub.lot_serial_val_tbl_type;
    l_action_request_tbl_out oe_order_pub.request_tbl_type;
    l_msg_index NUMBER;
    l_data VARCHAR2(2000);
    l_loop_count NUMBER;
    l_debug_file VARCHAR2(200);
    -- book API vars
    b_return_status VARCHAR2(200);
    b_msg_count NUMBER;
    b_msg_data VARCHAR2(2000);
    BEGIN
    dbms_application_info.set_client_info(89);
    /*****************INITIALIZE DEBUG INFO*************************************/
    if (l_debug_level > 0) then
    l_debug_file := OE_DEBUG_PUB.Set_Debug_Mode('FILE');
    oe_debug_pub.initialize;
    oe_debug_pub.setdebuglevel(l_debug_level);
    Oe_Msg_Pub.initialize;
    end if;
    /*****************INITIALIZE ENVIRONMENT*************************************/
    fnd_global.apps_initialize(1110, 50769, 523); --pass in user_id, responsibility_id, and application_id
    /*****************INITIALIZE HEADER RECORD******************************/
    l_header_rec := OE_ORDER_PUB.G_MISS_HEADER_REC;
    /*****************POPULATE REQUIRED ATTRIBUTES **********************************/
    l_header_rec.operation := OE_GLOBALS.G_OPR_CREATE;
    l_header_rec.order_type_id := 1055;
    l_header_rec.sold_to_org_id := 4253;
    l_header_rec.price_list_id := 9032;
    l_header_rec.pricing_date := SYSDATE;
    l_header_rec.transactional_curr_code := 'SAR';
    l_header_rec.flow_status_code:='ENTERED';
    l_header_rec.cust_po_number := '2001';
    --l_header_rec.attribute1   := 'ABC';
    /*****************INITIALIZE ACTION REQUEST RECORD*************************************/
    l_action_request_tbl(1) := OE_ORDER_PUB.G_MISS_REQUEST_REC;
    /*****************INITIALIZE LINE RECORD********************************/
    l_line_tbl(1) := OE_ORDER_PUB.G_MISS_LINE_REC;
    l_line_tbl(1).operation := OE_GLOBALS.G_OPR_CREATE;
    l_line_tbl(1).inventory_item_id := 1522;
    l_line_tbl(1).ordered_quantity := 1;
    for i in 1..l_no_orders
    loop -- BEGIN LOOP
    /*****************CALLTO PROCESS ORDER API*********************************/
    OE_Order_PUB.Process_Order( p_api_version_number => l_api_version_number,
    p_header_rec => l_header_rec,
    p_line_tbl => l_line_tbl,
    p_action_request_tbl => l_action_request_tbl,
    --OUT variables
    x_header_rec => l_header_rec_out,
    x_header_val_rec => l_header_val_rec_out,
    x_header_adj_tbl => l_header_adj_tbl_out,
    x_header_adj_val_tbl => l_header_adj_val_tbl_out,
    x_header_price_att_tbl => l_header_price_att_tbl_out,
    x_header_adj_att_tbl => l_header_adj_att_tbl_out,
    x_header_adj_assoc_tbl => l_header_adj_assoc_tbl_out,
    x_header_scredit_tbl => l_header_scredit_tbl_out,
    x_header_scredit_val_tbl => l_header_scredit_val_tbl_out,
    x_line_tbl => l_line_tbl_out,
    x_line_val_tbl => l_line_val_tbl_out,
    x_line_adj_tbl => l_line_adj_tbl_out,
    x_line_adj_val_tbl => l_line_adj_val_tbl_out,
    x_line_price_att_tbl => l_line_price_att_tbl_out,
    x_line_adj_att_tbl => l_line_adj_att_tbl_out,
    x_line_adj_assoc_tbl => l_line_adj_assoc_tbl_out,
    x_line_scredit_tbl => l_line_scredit_tbl_out,
    x_line_scredit_val_tbl => l_line_scredit_val_tbl_out,
    x_lot_serial_tbl => l_lot_serial_tbl_out,
    x_lot_serial_val_tbl => l_lot_serial_val_tbl_out,
    x_action_request_tbl => l_action_request_tbl_out,
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data);
    /*****************CHECK RETURN STATUS***********************************/
    if l_return_status = FND_API.G_RET_STS_SUCCESS then
    if (l_debug_level > 0) then
    dbms_output.put_line('success');
    end if;
    commit;
    OE_ORDER_BOOK_UTIL.COMPLETE_BOOK_ELIGIBLE(1.0,FND_API.G_FALSE,
    l_header_rec_out.header_id,
    b_return_status,
    b_msg_count,
    b_msg_data
    commit;
    else
    if (l_debug_level > 0) then
    dbms_output.put_line('failure');
    end if;
    rollback;
    end if;
    end loop; -- END LOOP
    /*****************DISPLAY RETURN STATUS FLAGS******************************/
    if (l_debug_level > 0) then
    DBMS_OUTPUT.PUT_LINE('process ORDER ret status IS: '|| l_return_status);
    DBMS_OUTPUT.PUT_LINE('process ORDER msg data IS: '|| l_msg_data);
    DBMS_OUTPUT.PUT_LINE('process ORDER msg COUNT IS: ' || l_msg_count);
    DBMS_OUTPUT.PUT_LINE('header.order_number IS: '|| to_char(l_header_rec_out.order_number));
    DBMS_OUTPUT.PUT_LINE('header.return_status IS: ' || l_header_rec_out.return_status);
    DBMS_OUTPUT.PUT_LINE('header.booked_flag IS: ' || l_header_rec_out.booked_flag);
    DBMS_OUTPUT.PUT_LINE('header.header_id IS: ' || l_header_rec_out.header_id);
    DBMS_OUTPUT.PUT_LINE('header.order_source_id IS: ' || l_header_rec_out.order_source_id);
    DBMS_OUTPUT.PUT_LINE('header.flow_status_code IS: ' || l_header_rec_out.flow_status_code);
    end if;
    /*****************DISPLAY ERROR MSGS*************************************/
    if (l_debug_level > 0) then
    FOR i IN 1 .. l_msg_count LOOP
    Oe_Msg_Pub.get(
    p_msg_index => i
    ,p_encoded => Fnd_Api.G_FALSE
    ,p_data => l_data
    ,p_msg_index_out => l_msg_index);
    DBMS_OUTPUT.PUT_LINE('message is: ' || l_data);
    DBMS_OUTPUT.PUT_LINE('message index is: ' || l_msg_index);
    END LOOP;
    end if;
    if (l_debug_level > 0) then
    DBMS_OUTPUT.PUT_LINE('Debug = ' || OE_DEBUG_PUB.G_DEBUG);
    DBMS_OUTPUT.PUT_LINE('Debug Level = ' || to_char(OE_DEBUG_PUB.G_DEBUG_LEVEL));
    DBMS_OUTPUT.PUT_LINE('Debug File = ' || OE_DEBUG_PUB.G_DIR||'/'||OE_DEBUG_PUB.G_FILE);
    DBMS_OUTPUT.PUT_LINE('****************************************************');
    OE_DEBUG_PUB.DEBUG_OFF;
    end if;
    END;
    Edited by: 811288 on Dec 7, 2010 1:16 AM

  • Process Order API errors - Urgent

    Hi All,
    I have a requirement that involves importing booked orders from CSV file to Oracle using process order API. I am using the API for the first time and I am getting the following errors:
    ERROR WHILE BOOKING ORDER 3. Validation failed for the field - Bill To3. Validation failed for the field - Order Type3. The flexfield on this field contains a flexfield bind variable with a :BLOCK.FIELD reference. This prohibits operation in the mode that optimizes performance over a wide-area network.
    To continue using this form, have the system administrator either rem
    I am not sure where to begin with. I am sure that I am passing the correct value of Bill To Address ID of the distributor since I am able to create the order from front end. I am not sure why the bill to address ID failed. I am clueless about the rest of the two errors.
    Any help is greatly appreciated.
    Thanks
    Sudheer

    Hi Sudheer,
    We believe the issue is with the Data which you want to load in APPS is not matching with the setup.. For example you are getting error for order type which is basically Sales order transaction type and its a mismatch between system defined value and conversion data file.
    You are having the issues b'coz mismatch between setup and data which you want to bring to Apps through API or different method of conversion.
    In your case you need to check custmer bill to site, SO trx type (Order type for both Header & Line) of your conversion file.
    When you create Order from front end, Order type basically pick values from trx type LOV defined for the site in setups. Simillarly when you mention a customer name sysem again check the customer details of that particular customer like bill to, Ship to sites etc...
    Hope above explanaion will help.
    Regards, :)
    S.P DASH

  • Sales Order API Failure

    Hiiii
    When i am running the Sales Order API (Order Mgt) Script, getting error
    Plz reply me . where is the problem
    Below Mentioned error
    failure
    process ORDER ret status IS: U
    process ORDER msg data IS: FND
    process ORDER msg COUNT IS: 1
    header.order_number IS:
    header.return_status IS:
    header.booked_flag IS:
    header.header_id IS:
    header.order_source_id IS:
    header.flow_status_code IS:
    message is: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.VALIDATE_ORGID_PUB_API, N, ERRNO, -20001, N, REASON, ORA-20001: in Package OE_Order_PUB Procedure Process_Order
    message index is: 1
    Debug = F
    Debug Level = 1
    Debug File = /sqlcom/outbound/l0001064.dbg
    ******************************************************

    HI
    I have the same problem and I need help form you
    po_header_id=31969
    so_ou=82
    po_header_id=41771
    so_ou=82
    so_customer_id=6734
    so_ORDER_TYPE_ID=1021
    so_site_use_id=51769
    so_bill_to_site_use_id=12894
    before=
    after1
    depug=
    after2
    so_bill_to_site_use_id=12894
    so_bill_to_site_use_id=12894
    Return status failure
    failure
    process ORDER ret status IS: U
    process ORDER msg data IS: FND
    process ORDER msg COUNT IS: 1
    header.order_number IS:
    header.return_status IS:
    header.booked_flag IS:
    header.header_id IS:
    header.order_source_id IS:
    header.flow_status_code IS:
    message is: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.VALIDATE_ORGID_PUB_API, N, ERRNO, -20001, N, REASON, ORA-20001: في الحزمة OE_Order_PUB، الإجراء Process_Order
    message index is: 1
    Debug = T
    Debug Level = 1
    Debug File = /usr/tmp/l2226798.dbg
    what I should do to solve problem
    Many thanks,,,
    Mostafa Buddar

  • Calling Process Order API from SOA BPEL

    Hi. It's been from weeks and weeks to months and months since i am trying to call process order api from soa bpel to generate sale order header. Passing org_id, responsibility and username to invoke activity. the response i am getting from Oracle Applications Adapter is
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>2</X_MSG_COUNT>
    <X_MSG_DATA  xsi:nil="true"/>
    Can anybody help me here? do anybody know what's going on?

    The best way to deal this would be to first call the Order API standalone with the same input which you are using from BPEL process.
    You can test Order API from Toad or any other PL/SQL tool and see if it returns the same response. Else write out the exact steps how you are trying to call the API.

Maybe you are looking for

  • Is it possible to call the SQL Server DB from jsp to java?

    im doing a configurable system where you can create your own table using the system. i can do the creation of table by running the statement CREATE TABLE...........(with attributes) in java. Let's say i have created tblST1 with attributes st_ID, st_N

  • Shared variable engine modbus - Getting a stepper motor to work

    Hello, I am new to Labview. I need to trigger the stepper motor to start by allowing current to run through the motor. This can be done by turning bit3 on the16 bit register 007Dh. The register address has been attached below as 007Dh.png so please v

  • Mac version does not display ASP in WYSIWYG

    Hi, after losing my patience with Microsoft Vista I decided to buy my first Mac (an iMac 24"). Yes, it's a beautiful machine, but I still have a hard time seeing how the Mac makes my life better. Among other problems, when I open one of my dozens of

  • Optical audio devices.....

    hi~ the MBP has optical audio in/output..... its great, its ok, but have u seen any brand/maker of 'home theatre or speaker' out there supporting this ? i mean, where i live, i haven't seeen any~

  • I can't upgrade apps unless I delete the old app

    Since upgrading to Yosemite I am not able to just download updates. I have to download the upgrade then delete the old app and then go to finder an install the dmg. Just happened with the latest Evernote update and with iBank update. Any suggestions