Error: Order Management Order-level sales credit total () must equal 100%

Hi,
When I click checkout and fill the details and place the order from minisite , I am getting following error:
"Error messages from Order Management Order-level sales credit total () must equal 100%.
Salesperson is required on a booked order.There is an error in order submission."
I have set ASO : OM Defaulting profile option to Yes.
Please help me..
Thanks and regards,
Muhammed Aslam

Hi;
What is EBS version?
Please see:
Service Charges Error: Order Level Sales Credit Total() Must Be Equal 100% [ID 394641.1]
Error Message - "Order-level sales credit total () must equal 100%." [ID 726030.1]
Order-level sales credit total () must equal 100%-Copy RMA: LINE FLOW - RETURN FOR CREDIT ONLY [ID 1061854.1]
Regard
Helios

Similar Messages

  • Confirmation - Total of percentages must equal 100

    Dear All,
    We are using SRM 7.0 EHP1 support package level 11. At the time of goods receipt , i have the error "Total of percentages must equal 100" , "Error in account assignment for item 1" .  But it is ok while creating SC, PO.
    I've searched the forums and oss notes and found some notes related this issue. But they are valid up to support package level 10, therefore not suitable for me..
    So anyone who has further advice ?  If not, i think it is better to open a message to SAP ?
    Thanks in advance...
    Best regards,

    Hi Yateesh,
    In our case, we used a custom Account assignment category in PO which was mapped to a "ERP Standard Account Assignment Category - V". (This mapping could be checked in SPRO, under Account Assignment in SRM susyem).
    However the same ERP category 'V' is also mapped to additional SRM custom Account Assignment Categories.
    When the system tries to create the confirmation for the PO, it tries to reverse map the ERP category 'V' and since there is no one-to-one mapping, the system does a dynamic
    mapping based on the account field values and determines the account
    assignment category 'CC' instead. Now, the 'CC' account category might not be authorized for the user (With which you are trying to post the confirmation) and therefore the system tries to add another accounting line which results in the invalid  error message 'Total of percentages...'.
    To rectify this behaviour, you can either:
    - implement the BADI BBP_ACCCAT_MAP_IMP and when you receive the
    ERP account category 'V', a customer specific business logic can be implemented to correctly identify 'Z_CC1' SRM account category. Similar mapping logic has to implemented for other categories as well.
    OR
    - you could add the account category 'CC' to the organization attribute 'KNT' for user 'hotline1' using transaction ppoma_bbp. The user can later on modify the account category manually in the account assignment tab.
    Let me know if you have any further questions.
    Best regards,
    Raghavendra.

  • Total of percentages must equal 100

    Hello,
    SRM 7/Ext classic scenario
    When user changes one of the line items in a 10 item PO, he gets the error "Total of percentages must equal 100". System automatically creates a duplicate entry for cost distribution of 100% for one of the line items.
    Will applying note 1464163 resolve this issue? Please tell me if other notes in this note need to be implemented?
    Thanks

    Hi
    It should work.
    after implementing note in dev, are you getting this error .
    Can you replicate the issue in Development ?
    I dont know why it did not work for you.
    Let me see refer our SAP answers on my message .
    in the mean time , you raise oss message.
    Muthu

  • Order Management Data Level Security

    Hi All,
    I have worked on OBIEE standalone and implemented data level security from custom data warehouse but never worked on BI Apps.Currently I am working Order Management and trying to implement data level security but I have no clue which OOTB init block to use for it.When i check the Order Management Group's--> permission there is no filter condition on them which i am thinking there no data level security on OM may i thinking wrong.Here is req users must able to see data by Division and Region they belong to and I am trying use OOTB security option for it OR do i need to build custom init block and related keys in all the sales order fact tables to implement it.
    Any documentation or links or information will be appreciated.
    This might be silly question but I would find a way better way.Please let me know if you need any information.
    Thanks

    Forgot to mention :Soruce is Oracle EBS

  • Order Management/order to cash???

    Hi Gurus,
    what exactly is order management and order to cash?thanks for your reply in advance.
    Mohammed.

    Hi,
    Also please have  a look at these links.
    <a href="http://www8.sap.com/businessmaps/8F8C7E655D97499E9A4A2DA00D99D843.htm">order to cash scenario</a>
    <a href="http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983476,00.html">order to cash question</a>
    Please reward if helpful.
    Thanks & Regards
    Sadhu Kishore

  • Order Management - Order Imports

    I'm very new to Oracle Order Management, pls give me some guidelines for Order Import.

    Dear friend ,
    You can impoer orders through EDI gateway for that first you need to do the mapping of external system data with Oracle and then you need to identify your requiremnts and according draw TCA structure. After that you can import orders from E-commerce gateway > Process > Import Programme.
    I can reach on [email protected] or [email protected]
    Regards
    Yogesh

  • Order management header level updation process for iStore order.

    Hi all,
    I worked on OM header level updation process for iStore order.only card holder name,expiration date updated using OE_ORDER_PUB.process_order but Credit card number,card type not updated for istore order in OM.so please help to me.
    CODE:
    SET SERVEROUTPUT ON;
    DECLARE
    v_api_version_number NUMBER := 1;
    v_return_status VARCHAR2 (2000);
    v_msg_count NUMBER;
    v_msg_data VARCHAR2 (2000);
    -- IN Variables --
    v_header_rec oe_order_pub.header_rec_type;
    v_line_tbl oe_order_pub.line_tbl_type;
    v_action_request_tbl oe_order_pub.request_tbl_type;
    v_line_adj_tbl oe_order_pub.line_adj_tbl_type;
    -- OUT Variables --
    v_header_rec_out oe_order_pub.header_rec_type;
    v_header_val_rec_out oe_order_pub.header_val_rec_type;
    v_header_adj_tbl_out oe_order_pub.header_adj_tbl_type;
    v_header_adj_val_tbl_out oe_order_pub.header_adj_val_tbl_type;
    v_header_price_att_tbl_out oe_order_pub.header_price_att_tbl_type;
    v_header_adj_att_tbl_out oe_order_pub.header_adj_att_tbl_type;
    v_header_adj_assoc_tbl_out oe_order_pub.header_adj_assoc_tbl_type;
    v_header_scredit_tbl_out oe_order_pub.header_scredit_tbl_type;
    v_header_scredit_val_tbl_out oe_order_pub.header_scredit_val_tbl_type;
    v_line_tbl_out oe_order_pub.line_tbl_type;
    v_line_val_tbl_out oe_order_pub.line_val_tbl_type;
    v_line_adj_tbl_out oe_order_pub.line_adj_tbl_type;
    v_line_adj_val_tbl_out oe_order_pub.line_adj_val_tbl_type;
    v_line_price_att_tbl_out oe_order_pub.line_price_att_tbl_type;
    v_line_adj_att_tbl_out oe_order_pub.line_adj_att_tbl_type;
    v_line_adj_assoc_tbl_out oe_order_pub.line_adj_assoc_tbl_type;
    v_line_scredit_tbl_out oe_order_pub.line_scredit_tbl_type;
    v_line_scredit_val_tbl_out oe_order_pub.line_scredit_val_tbl_type;
    v_lot_serial_tbl_out oe_order_pub.lot_serial_tbl_type;
    v_lot_serial_val_tbl_out oe_order_pub.lot_serial_val_tbl_type;
    v_action_request_tbl_out oe_order_pub.request_tbl_type;
    v_msg_index NUMBER;
    v_data VARCHAR2 (2000);
    v_loop_count NUMBER;
    v_debug_file VARCHAR2 (200);
    b_return_status VARCHAR2 (200);
    b_msg_count NUMBER;
    b_msg_data VARCHAR2 (2000);
    BEGIN
    DBMS_OUTPUT.PUT_LINE('Starting of script');
    -- Setting the Enviroment --
    mo_global.init('ONT');
    fnd_global.apps_initialize ( user_id => 1013438
    ,resp_id => 21623
    ,resp_appl_id => 660);
    mo_global.set_policy_context('S',204);
    -- Header Record --
    v_header_rec := oe_order_pub.g_miss_header_rec;
    v_header_rec.request_date := SYSDATE;
    v_header_rec.header_id := 251413;
    v_header_rec.credit_card_holder_name :='esakki';
    v_header_rec.credit_card_number := 'XXXXXXXXXXXX3510';
    v_header_rec.credit_card_expiration_date := to_date('01-JAN-2014','dd-mon-yyyy');
    v_header_rec.credit_card_code := 'MASTERCARD';
    v_header_rec.payment_type_code := 'CREDIT_CARD';
    v_header_rec.sold_to_org_id := 131747;
    v_header_rec.sold_from_org_id := 204;
    v_header_rec.ordered_date := SYSDATE;
    v_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
    v_action_request_tbl (1) := oe_order_pub.g_miss_request_rec;
    -- Line Record --
    v_line_tbl (1) := oe_order_pub.g_miss_line_rec;
    DBMS_OUTPUT.PUT_LINE('Starting of API');
    -- Calling the API to update the header details of an existing Order --
    OE_ORDER_PUB.PROCESS_ORDER (
    p_org_id =>204
    ,p_operating_unit => NULL
    p_api_version_number => v_api_version_number
    ,p_init_msg_list => fnd_api.g_false
    ,p_return_values => fnd_api.g_false
    ,p_action_commit => fnd_api.g_false
    , p_header_rec => v_header_rec
    , p_line_tbl => v_line_tbl
    , p_action_request_tbl => v_action_request_tbl
    , p_line_adj_tbl => v_line_adj_tbl
    -- OUT variables
    , x_header_rec => v_header_rec_out
    , x_header_val_rec => v_header_val_rec_out
    , x_header_adj_tbl => v_header_adj_tbl_out
    , x_header_adj_val_tbl => v_header_adj_val_tbl_out
    , x_header_price_att_tbl => v_header_price_att_tbl_out
    , x_header_adj_att_tbl => v_header_adj_att_tbl_out
    , x_header_adj_assoc_tbl => v_header_adj_assoc_tbl_out
    , x_header_scredit_tbl => v_header_scredit_tbl_out
    , x_header_scredit_val_tbl => v_header_scredit_val_tbl_out
    , x_line_tbl => v_line_tbl_out
    , x_line_val_tbl => v_line_val_tbl_out
    , x_line_adj_tbl => v_line_adj_tbl_out
    , x_line_adj_val_tbl => v_line_adj_val_tbl_out
    , x_line_price_att_tbl => v_line_price_att_tbl_out
    , x_line_adj_att_tbl => v_line_adj_att_tbl_out
    , x_line_adj_assoc_tbl => v_line_adj_assoc_tbl_out
    , x_line_scredit_tbl => v_line_scredit_tbl_out
    , x_line_scredit_val_tbl => v_line_scredit_val_tbl_out
    , x_lot_serial_tbl => v_lot_serial_tbl_out
    , x_lot_serial_val_tbl => v_lot_serial_val_tbl_out
    , x_action_request_tbl => v_action_request_tbl_out
    , x_return_status => v_return_status
    , x_msg_count => v_msg_count
    , x_msg_data => v_msg_data
    DBMS_OUTPUT.PUT_LINE('Completion of API');
    IF v_return_status = fnd_api.g_ret_sts_success THEN
    COMMIT;
    DBMS_OUTPUT.put_line ('Order Header Updation Success : '||v_header_rec_out.header_id);
    ELSE
    DBMS_OUTPUT.put_line ('Order Header Updation failed:'||v_msg_data);
    ROLLBACK;
    FOR i IN 1 .. v_msg_count
    LOOP
    v_msg_data := oe_msg_pub.get( p_msg_index => i, p_encoded => 'F');
    dbms_output.put_line( i|| ') '|| v_msg_data);
    END LOOP;
    END IF;
    END;
    OUTPUT:
    Starting of script
    Starting of API
    Completion of API
    Order Header Updation Success : 251413
    Thanks,
    saran

    Forgot to mention :Soruce is Oracle EBS

  • Oracle Order Management Order Close Problem

    Hi all,
    Every last day of month workflow automatically closes the orders which all lines are closed.
    But I want to control closing order. When closing order i want to check some values, and decide to close order or keep booked(unclosed). Is there any way to do this without touching the order workflow?
    Thanks...
    We are using Oracle EBS r11
    RDBMS : 10.2.0.5.0
    Oracle Applications : 11.5.10.2

    You would need to copy the standard workflow to a custom copy and introduce a new node on that wft which called your own code for doing checks as per your requirements and then branches on the result.
    If you're not already familiar with Workflow then a good starting point is the relevant chapter is Anil Passi's eBusiness Suite Development & Extensibility Handbook and/or various blogs.
    Regards,
    Jon

  • There is an error in the order submission.

    Hi,
    While placing order in iStore(11.5.7 vis) i got the following error."Error messages from Order Management. The item specified is invalid or does not exist in the warehouse you specified. Please Enter a valid item- warehouse combination. Invalid unit of measure for this item. There is an error in the order submission."
    The item was created only in the master inv org (V1) and not in M1.The error appeared only when placing order in istore and not in OM since warehouse was explicitly chosen. After assigning the item to M1 the order was placed without any error in istore.
    Would like to know why istore picks up item particularly from M1.Is there any profile option or setting?
    Thanks & Regards,
    Nithya

    symptom: The item specified is invalid or does not exist in the warehouse
    you specified.
    Please enter a valid item-warehouse combination
    change: Note Role : Navigation -> Order management -> Order return -&
    gt; Import order -> Correction.
    cause: Internal ordered enabled flag not checked for the item
    fix:
    Check the internal order Enabled flag for the Item
    Thanks
    Naveen

  • What the diff between Order Acquisition  with Order management?

    Hi,
    What's the diff between them in SAP, thanks!

    Hi,
    I think Order Acquisition use in module Material management. And Order management use in Sales and Distribution.
    Regards,

  • Order Management Sublines

    Hi all,
    How do we define the sublines under the line info in Order Management
    Order Number-->Line -->Sublines.Anybody help me regarding on this.
    Thanks in advance

    Hi
    Usual cycle is this:
    Order Line Shipped --> Installed base updated -->Warranty Contract gets created or updated (replacement)-->Service Agreement Can be bought by customer to create Service Contract.
    This is the cycle in Oracle. I am not sure where you importing these contracts from but if you need order information you do not need to import order for that (that order might have been closed in legacy system . All you need is Installed Base to create sublines.
    These orders are having lines and some lines are also having the sublines.You mean Contracts have lines and somelines do have sublines...Correct?
    Thanks
    Nagamohan

  • Hide Sales Credit button

    Can any one help me how to hide sales credit button
    Receivables Manager ===> Transaction === > Transaction === > Sales Credit Button

    Pl post details of OS, database and EBS versions.
    You can achieve this using forms personalization. Pl see examples in these MOS Docs
    How To Do Forms Personalization (Doc ID 468657.1)
    Form Personalizations in Oracle E-Business Suite (Release 12) (Doc ID 395117.1)
    Sample Testcase For Using Form Personalization In Oracle Applications (Doc ID 744069.1)
    Sample Codes For Form Personalization In Order management (Doc Id 1266606.1)
    HTH
    Srini

  • Sales Order Line Items User Exit - Credit Management/ Exposure Calculation

    Hello Folks
    I am looking for a solution to a peculiar problem we have in credit management.
    In case of Drop Ship sales order life cycle, the system automatically creates two line items per sales order - one each for Freight and Handling Fees. these are NOT relevant to schedule line delivery, nor are they billed to the customer along with the material billing. The default update rule for credit control area concerned is 12. The system, on finding line items not relevant to schedule line delivery automatically switches from rule 12 to 18. This leads to Open Deliveries field (S067-OLIWW) being updated instead of Open Orders (S066-OEIKW) on saving the sales order.
    Once the sales order is billed for the material, the system should logically display net value as zero for the open order (as the 2 lines of fees and freight are not yet billed, the order is still open). But the system considers this figure at SALES DOCUMENT HEADER level and considers the net value as the total value of the sales document (including the material that is already billed).
    What I am looking for is if there is an exit available whereby the system considers only those line items whose billing status indicator is "not complete". As such, the net value should be updated to the S067-OLIKW field net of the billed items.
    Please advise if there is any such user exit available. Also, is there a way to customize this? We are exploring this at our end, but would appreciate an expert advise. Right advise will be awarded with brownie points
    Regards
    Mandar Barve

    VKM1 uses FM SD_ORDER_CREDIT_RELEASE to release orders on credit.

  • Credit management for Old sales orders

    Hi experts,
    pls consider the follwing example where i am facing some problem.
    I activated the Credit lock system in Sales order level (Warning message with release strategy)and in PGI. (Warning message with release strategy).
    Customer A
    C.limit : 10000
    Outstanding : 7000
    Sales value(Without pending sales order value): 2000
    Eli gable new sales order value  1000
    Pending sales order value 5000(Sales order no 111)
    Now if i process this old SO no 111 in VL01N i am getting error that Order blocked due to credit limit. But i activated dynamic credit control only in sales order and in PGI.Not activated in VL01N level.
    Awaiting for your valuable reply.
    Thanks
    SR

    Hi
    1.KIndly check in the sales order that you have maintain the payment guarentee procedure because of this the system is not allowing to do the delivery
    PATH: VA02sales order no-Go toItembilling document---payment guarentee procedure
    so kindly check that and remove or assign the financial document to that for processing the billing
    2.Check the credit lock procedure is release or not
    By doing above the issue will be resolved,kindly check and confirm.
    if you have any further clarifications let me know
    REgards
    Damu
    KIndly check the belwo

  • Error in Order management Sales order

    Dear all,
    When am entering the Sales Order in order management am getting a error ORA-04062: of has been changed ORA-01403 : no data found
    Please tell the solution for this
    Antony Samuel A

    Please review these docs and see if it helps.
    [ID 1105868.1]
    ARCHIVED: Cannot Change Selling Price On Sales Order Lines [ID 414472.1]
    Transaction Workbench Error: FRM-40735 ON-UPDATE Trigger Raised Unhandled Exception [ID 781264.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Unable to upload sql scripts in oracle database express edition 10g

    Hi! To start, I inform you that I am beginner with Oracle. I installed Oracle 10g Express Edition on my Ubuntu 9.10 like this: :~$ dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deb :~$ /etc/init.d/oracle-xe configure and I keep default value. Then I

  • JVM 1.5.0_07 crash

    Hi, We are using vertex O series in Sun OS. We have configured JCO to connect to other system and the connector is crashing and it is creating a file hs_err_pid<pid>.log with the following contents. Earlier it creates the same files frequently but wi

  • Systemexe.vi

    I am using system exe to run a batch file but just wondering how my labview program knows that all the command in the batch file is finished? I want the batch file to end before I do somethings else. thanks

  • Adding another Server

    Hey, Currently running one server, is it possible to run another server off the same machine? If this is not possible is it possible to have another domain in the system? Thanks, Shannon

  • Is Adobe CS premium (educational) compatible with windows 7 OS?

    I have a copy of CS premium and managed to install parts of it on a previous windows 7 machine. That machine is now kaput and I have another windows 7 OS. The main reason for purchasing this software was to use the Photoshop programme. Unfortunately