Price List Loading

Why the data is not picked from interface tables and loaded into the base tables after running the concurrent program
"QP:BULK IMPORT OF PRICE LIST".We are adding new lines to the price list for already existing headers in the base table "QP_LIST_HEADERS".
We are passing interface_action_code="UPDATE" IN QP_INTERFACE_LIST_HEADERS And
interface_action_code="INSERT" IN QP_INTERFACE_LIST_LINES And QP_INTERFACE_PRICING_ATTRIBS.
Please kindly us know

Hi Raj,
Thanks a lot for the reply.
Actually I was thinking of loading the price at a daily level and at a Item - Location level so I'll have the SALES_DATE, ITEM_CODE, LOCATION_CODE, PRICE colums.
Let's say that I have the next situation: if one product has price 5 starting with 01.01.2011 till 05.31.2011 and starting with that date the price will be 6. How do I define that in the flat file ?
1. I insert 2 lines i.e.
SALES_DATE ITEM_CODE LOCATION_CODE PRICE
01.01.2011 X Y 5
05.31.2011 X Y 6
OR
2. I insert 1 line for each date starting with 01.01.2011 till 05.31.2011 and so on i.e.
SALES_DATE ITEM_CODE LOCATION_CODE PRICE
01.02.2011 X Y 5
01.03.2011 X Y 5
01.04.2011 X Y 5
05.31.2011 X Y 6
06.01.2011 X Y 6
06.02.2011 X Y 6
06.03.2011 X Y 6
Thak you
AMC

Similar Messages

  • Using API  to run Catalog Bulk Load - Items & Price Lists concurrent prog

    Hi everyone. I want to be able to run the concurrent program "Catalog Bulk Load - Items & Price Lists" for iProcurement. I have been able to run concurrent programs in the past using the fnd_request.submit_request API. But I seem to be having problems with the item loading concurrent program. for one thing, the program is stuck on phase code P (pending) status.
    When I run the same concurrent program using the iProcurement Administration page it runs ok.
    Has anyone been able to run this program through the backend? If so, any help is appreciated.
    Thanks

    Hello S.P,
    Basically this is what I am trying to achieve.
    1. Create a staging table. The columns available for it are category_name, item_number, item_description, supplier, supplier_site, price, uom and currency.
    So basically the user can load item details into the database from an excel sheet.
    2. use the utl_file api, create an xml file called item_load.xml using the data in the staging table. this will create the xml file used to load items in iprocurement and save it in the database directory /var/tmp/iprocurement This part works great.
    3. use the api fnd_request.submit_request to submit the concurrent program 'Catalog Bulk Load - Items & Price Lists'. This is where I am stuck. The process simply says pending or comes up with an error saying:
    oracle.apps.fnd.cp.request.FileAccessException: File /var/tmp/iprocurement is not accessable from node/machine moon1.oando-plc.com.
    I'm wondering if anyone has used my approach to load items before and if so, have they been successful?
    Thank you

  • Demantra Price List Collections

    We are collecting price lists from EBS into Demantra and found that not all items from the EBS Price List are included in the collection and download into Demantra msd_dem_price_list table. For example, for one price list, the EBS Price List contains 4014 distinct items with active prices; however ,after price list collection is run into Demantra, only 3160 distinct items with prices are populated in the msd_dem_price_list table for this series.
    Are there any system constraints that limit the items/pricing records included in the price list collection?
    Thanks
    Edited by: user566845 on Oct 18, 2010 3:10 PM

    Hi Raj,
    Thanks a lot for the reply.
    Actually I was thinking of loading the price at a daily level and at a Item - Location level so I'll have the SALES_DATE, ITEM_CODE, LOCATION_CODE, PRICE colums.
    Let's say that I have the next situation: if one product has price 5 starting with 01.01.2011 till 05.31.2011 and starting with that date the price will be 6. How do I define that in the flat file ?
    1. I insert 2 lines i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.01.2011 X Y 5
    05.31.2011 X Y 6
    OR
    2. I insert 1 line for each date starting with 01.01.2011 till 05.31.2011 and so on i.e.
    SALES_DATE ITEM_CODE LOCATION_CODE PRICE
    01.02.2011 X Y 5
    01.03.2011 X Y 5
    01.04.2011 X Y 5
    05.31.2011 X Y 6
    06.01.2011 X Y 6
    06.02.2011 X Y 6
    06.03.2011 X Y 6
    Thak you
    AMC

  • CRM 2011 missing price list warning

    Hi,
    we have CRM 2011 instance with UR6. Recently we have upgraded into UR18. Every thing is working fine . we are getting missing price list warning at Opportunity form as MS has been added revenue field.
    We thought below options to turnoff warning:
    1. form "on load" java script : Unsupported way
    2. Database update for revenue attribute: Un supported way
    3. Export and import data with revenue value: supported way .But modified date will be changed
    4. Workflow : Supported way : But modified date will be changed.
    Please suggest me good option to over come this warning
    thanks in advance
    Venkatta

    Hi,
        Workable solution is assign pricelist to opportunity in form load if there is no pricelist attached to the opportunity. This works well and is fully supported.
    Hope this helps.
    Minal Dahiya
    blog : http://minaldahiya.blogspot.com.au/
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • Adding Price List lines in exising Price List

    Hi All,
    I have a requirement to create some price list, which i am doing it through PROCESS PRICE LIST API. Now as per our next phase, i need to insert new lines in that same price list.
    Is there any API throught which i can achieve this.
    Thanks
    Aryan

    Same API Aryan - you can do update, insert and delete with it: look at some of the worked examples in the api guide, on MOS and in the scripts pre-loaded in $QP_TOP.
    Regards,
    Jon

  • Oralce Price List - Order Management

    Hi,
    I am using OE_ORDER_PUB api to create Sales Order. I am loading all the data i the CUSTOM table and executing this api to create Sales Order. System successfully creating Sales Order. But, system is picking Sales Price from the price list used.
    From the Sales Order form i can override the Selling price, i.e., plus or minus of the value in the price list price. But, how can i do the same using api. i am populating the all the values of the Line.
    unit_selling_price
    unit_selling_price_per_pqty
    unit_list_price
    unit_list_price_per_pqty
    I don't know the setup which is allowing to override the Selling price from the form.
    Thanks & Regards,
    --Prasanth                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Prasanth,
    If you want OM to use your price instead the price defined in price list, set the field calculate_price_flag to 'N' or 'P'. If it is set to N or P, OM will not override the price you defined and will not apply any modifiers. However, if it is set to P, OM will allow you to add freight charges during shipping.
    Regards,
    Ketter Ohnes

  • Price List Uploading - Error

    Hi,
    I am uploading price list via API and I am getting the error, following is the code:
    /* Formatted on 14/05/2012 07:41:34 AM (QP5 v5.115.810.9015) */
    DECLARE
    v_return_status VARCHAR2 (1) := NULL;
    v_msg_count NUMBER := 0;
    v_msg_data VARCHAR2 (2000);
    v_price_list_rec qp_price_list_pub.price_list_rec_type;
    v_price_list_val_rec qp_price_list_pub.price_list_val_rec_type;
    v_price_list_line_tbl qp_price_list_pub.price_list_line_tbl_type;
    v_price_list_line_val_tbl qp_price_list_pub.price_list_line_val_tbl_type;
    v_qualifiers_tbl qp_qualifier_rules_pub.qualifiers_tbl_type;
    v_qualifiers_val_tbl qp_qualifier_rules_pub.qualifiers_val_tbl_type;
    v_pricing_attr_tbl qp_price_list_pub.pricing_attr_tbl_type;
    v_pricing_attr_val_tbl qp_price_list_pub.pricing_attr_val_tbl_type;
    ppr_price_list_rec qp_price_list_pub.price_list_rec_type;
    ppr_price_list_val_rec qp_price_list_pub.price_list_val_rec_type;
    ppr_price_list_line_tbl qp_price_list_pub.price_list_line_tbl_type;
    ppr_price_list_line_val_tbl qp_price_list_pub.price_list_line_val_tbl_type;
    ppr_qualifiers_tbl qp_qualifier_rules_pub.qualifiers_tbl_type;
    ppr_qualifiers_val_tbl qp_qualifier_rules_pub.qualifiers_val_tbl_type;
    ppr_pricing_attr_tbl qp_price_list_pub.pricing_attr_tbl_type;
    ppr_pricing_attr_val_tbl qp_price_list_pub.pricing_attr_val_tbl_type;
    BEGIN
    -- HEADER INFORMATION
    --v_price_list_rec.list_header_id := 708;
    v_price_list_rec.operation := qp_globals.g_opr_create;
    v_price_list_rec.list_type_code := 'PRL';
    v_price_list_rec.rounding_factor := -2;
    v_price_list_rec.start_date_active := TRUNC (SYSDATE);
    v_price_list_rec.global_flag := 'N';
    v_price_list_rec.org_id := 101;
    v_price_list_rec.orig_system_header_ref := 'HBC1';
    v_price_list_rec.name := 'TEST_HBC';
    v_price_list_rec.description := 'TEST HBC';
    v_price_list_rec.currency_code := 'SAR';
    v_price_list_rec.active_flag := 'Y';
    -- LIST LINE INFORMATION
    --v_price_list_line_tbl (1).list_header_id := 708;
    --v_price_list_line_tbl (1).list_line_id := fnd_api.g_miss_num;
    v_price_list_line_tbl (1).operation := qp_globals.g_opr_create;
    v_price_list_line_tbl (1).list_line_type_code := 'PLL';
    v_price_list_line_tbl (1).operand := 10;
    v_price_list_line_tbl (1).arithmetic_operator := 'UNIT_PRICE';
    v_price_list_line_tbl (1).primary_uom_flag := 'Y';
    v_price_list_line_tbl (1).start_date_active := TRUNC (SYSDATE);
    v_pricing_attr_tbl (1).operation := qp_globals.g_opr_create;
    --v_pricing_attr_tbl (1).pricing_attribute_id := fnd_api.g_miss_num;
    --v_pricing_attr_tbl (1).list_line_id := fnd_api.g_miss_num;
    v_pricing_attr_tbl (1).product_attribute_context := 'ITEM';
    v_pricing_attr_tbl (1).product_attribute := 'PRICING_ATTRIBUTE1';
    v_pricing_attr_tbl (1).product_attr_value := '895';
    v_pricing_attr_tbl (1).product_uom_code := 'KG';
    DBMS_OUTPUT.put_line ('Calling API to Enter Item Into Price List');
    qp_price_list_pub.process_price_list (p_api_version_number => 1,
    p_init_msg_list => fnd_api.g_true,
    p_return_values => fnd_api.g_false,
    p_commit => fnd_api.g_false,
    x_return_status => v_return_status,
    x_msg_count => v_msg_count,
    x_msg_data => v_msg_data,
    p_price_list_rec => v_price_list_rec,
    p_price_list_line_tbl => v_price_list_line_tbl,
    p_pricing_attr_tbl => v_pricing_attr_tbl,
    x_price_list_rec => ppr_price_list_rec,
    x_price_list_val_rec => ppr_price_list_val_rec,
    x_price_list_line_tbl => ppr_price_list_line_tbl,
    x_qualifiers_tbl => ppr_qualifiers_tbl,
    x_qualifiers_val_tbl => ppr_qualifiers_val_tbl,
    x_pricing_attr_tbl => ppr_pricing_attr_tbl,
    x_pricing_attr_val_tbl => ppr_pricing_attr_val_tbl,
    x_price_list_line_val_tbl => ppr_price_list_line_val_tbl);
    IF v_return_status = fnd_api.g_ret_sts_success THEN
    COMMIT;
    DBMS_OUTPUT.put_line ('The Item loading into the price list is Sucessfull');
    ELSE
    DBMS_OUTPUT.put_line ('The Item loading into the price list Failed');
    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;
    Error:
    Calling API to Enter Item Into Price List
    The Item loading into the price list Failed
    1) ORA-01426: numeric overflow in Package QP_LIST_HEADERS_PVT Procedure Process_Price_List
    Please guide me how could I resolve it?

    NOW i AM GETTING THIS message:
    Calling API to Enter Item Into Price List
    The Item loading into the price list is Sucessfull
    But it is not appearing on the form.
    I have again run the script and get the followin error while there is no record appearing on the form:
    Calling API to Enter Item Into Price List
    The Item loading into the price list Failed
    1) This name is already in use. Please choose another name.
    2) This name is already in use. Please choose another name.
    Thanks,
    Guide me
    Waqas Hassan

  • QP: Bulk Import of Price List

    Hi All,
    I encouter this error when i run this CP.
    Program Name : ‘QP: Bulk Import of Price List’
    Erroring with the following error :
    QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    Output :
    ------Processing Price List Entity--------
    -----------Bulk Pricelist Data Loader---------
    Paremeters
    Entity Name:
    Process Id:
    Process Type:
    Process Parent: Y
    Number Of Threads: 1
    Number Of succesfully Processed Headers: 0
    Number Of Errored Headers: 1
    Number Of succesfully Processed Qualifiers: 0
    Number Of Errored Qualifiers: 0
    Error Details
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    thanks,

    Please check the date format mentioned for start_date_active
    For QP_INTERFACE_LIST_HEADERS, it is VARCHAR2 and should be inserted as a character string in the format YYYY/MM/DD
    For QP_INTERFACE_LIST_LINES, it is however a DATE field which means that you can enter a normal date there
    Regards
    Soumya

  • Change price list in one document

    Hi all,
    How i can change the price list of a document? This document is not created yet and i need to change to others price list.
    If nobody knows the answer i`m going to change the prices of the lines one per one but inside the document the price list is no change.
    Any ideas?
    Thank you all again.
    Regards.

    Aitor,
    I expect that you do this by UI and not DI. If yes, you may do it in few ways:
    1. as I describe in my first post - raise menuid = 5890 (form settings), after for loads (formuid = 998) select in combo proper pricelist and emulate click to OK
    2. on pricfileds add formatted search based on some UDF - when to this UDF youll write id of pricelist, you may through selects in FS calculate the right price for all rows (when is the field blank, do nothing and sap will this override with own calculating)

  • Data transfer help in price lists

    how to load the data from interface tables to base tables of price lists in oracle apps

    See MOS Doc 395262.1 - How (with Example Scripts) to Efficiently Load or Update Hundreds of Price Lists on Oracle Applications 11i and Above
    HTH
    Srini

  • Price List tool

    I'm trying to use the Price Lists I download from here on the Cisco website :
    https://tools.cisco.com/qtc/pricing/MainServlet?Request=ViewDownloadListPage
    However I there are some errors with the files and I've not had any success with getting anyone at Cisco to take any notice
    1. Some of the product descriptions seem to have become corrupted. For example under Cisco Wide Area Application Engine / Hardware Spares and Options, the product descriptions of some of the products seem to have been corrupted.
    DISK-SCSI-144GB
    ^144GBSCSIDiskDriveforWAE-7326
    N/A
    $1,400.00
    DISK-SCSI-72GB
    ^72GBSCSIDiskDriveforWAE-7326
    D
    $1,100.00
    DISK-SCSI-300GB
    ^300GBSCSIDiskDriveforWAE-7326
    N/A
    $2,500.00
    I'm not sure how it shows up here, but in the Excel file the descriptions are all right justified (rather than left justified for all the others), have no spaces between words and start with the ^ character.
    Some seem to have the descriptions truncated which makes it rather hard to see what they are. For example
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    IPS-SP   SVC, AR NBD Cisco 831 Ethernet R
    IPS-SP   SVC, AR NBD Cisco 836 ADSL-over-
    IPS-SP   SVC, AR NBD Cisco 837 ADSL Route
    IPS-SP   SVC, AR NBD Cisco 836 Security B
    IPS-SP   SVC, AR NBD Cisco 837 ADSL Route
    IPS-SP   SVC, AR NBD Cisco 876 Security B
    IPS-SP   SVC, AR NBD Cisco 876 Security B
    IPS-SP   SVC, AR NBD Dual E Security Rout
    IPS-SP   SVC, AR NBD Dual E Security Rout
    Although some have longer descriptions so I don't think it's simply a width restriction.
    Some of the product codes seem to have been converted to floating point numbers instead of the product codes.
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    1.7977E+308
    D9887B 4:2:0 +h.264,HD/SD-SDI BIS-1E DB-E DuIP ASI DVB-S2
    D
    $12,407.00
    1.7977E+308
    D9887B 4:2:0 MP2/4,HD/SD-S,BISS,DBE,2IP,DT
    D
    $10,492.00
    1.7977E+308
    D9887B 4:2:0 2xMP2/4,HD/SD-SDI,BISS-1/E,DB-E 2IP,DVB-S2,DB-E
    D
    $13,646.00
    1.7977E+308
    D9887B 4:2:2 MP2,HD/SD-SDI,BISS-1/E DB-E DuIP DB-E
    N/A
    $12,905.00
    1.7977E+308
    D9887B 4:2:2 MP2,HD/SD-SDI,BISS-1/E DB-E DuIP ASI DB-E
    D
    $14,211.00
    1.7977E+308
    D9887B 4:2:2 MP2,HD/SD-SDI,BISS-1/E,DB-E 2IP,ASI,DVB-S2,DB-E
    D
    $15,206.00
    The 1.7977E+308 is what should be the product code. It's not just a case of changing the cell value to string - the error seems to have occured in the code that builds this file.
    Next I tried to "Space Delimited Text File". This has fewer problems - the product descriptions that are right-justified and have no spaces between them in the Excel file DO have spaces between the words in this file and are left justified although they do still start with the "^" character. The product codes that have been converted to floating point values are also correct. However the file is hard to parse (I need to load it into a SQL table) as it contains form feed control characters at the start of some of the lines, so the record lengths are not consistent.
    Also the Space Delimited Text File also contains 197,188 actual prices whilst the Excel format file contains fewer actual prices - 195,238. Why is there a difference?
    Next I looked at the Ascii Flat File format. This seems to use the | character to delimit fields but does not have a header row to tell me what the layout is - and it has more fields than the other files? I've worked out that the the first field and the last two can be ignored - they seem to be numeric values not in the other files. However I don't have confidence in this file either as it ends with this data:-
    958|2TIER ESS 8X5XNBDOS (CON-CCDO-xxx)|CON-CCDO for TELPRES Series Products|CON-CCDO-CTSHFRC|2TIER ESS 8X5XNBDOS China Collaboration codec|N/A|2588.00|63166|63167
    Content-type: text/html
    An error has occurred while retrieving your information. Please click the back button and try again.  If the problem persists, please contact <A href="http://www.cisco.com/warp/public/687/cust_service/contacts.shtml">customer service</A> for help.
      ORA-12899
    The last line is an Oracle error code which I presume is an error on your system (since I'm not using Oracle) and means something about a value to long for the data type. Also the link about contacting customer services gives me a message it has moved and redirects me to another page that also says it has moved. Ingoring the error message, the record count is 195,238 which matches the Excel file, but is less than the Space Delimited File.
    All in all I have to conclude that it's in a bit of a mess - could someone at Cisco please take a look? I reliase this may not be the correct place to raise this problem but the contact us responses etc from the website only seem to get ignored and I've been advised that the company I work for has tried in the past to alert Cisco to these problems also without success.

    Hi --
    This issue has been reported in our case management tool and has been assigned. Your detailed writeup of the problem is very helpful, and we do appreciate your bringing this to our attention.
    Regards,
    Michael
    Cisco Technical Documentation

  • Java Card Product and Price List

    Where to find the Java Card, Card Reader to read Java Card and its Price List issued by Sun Microsystems.I want these products and price list.
    What is the tool needed to install the .CAP file in to Java Card?. I have read from the Sun Material, that there will be a off-card installer that loads the binary file of .CAP to Java Card through the CAD device. Where to find the off- card installer?
    I had tested a sample application in Eclipse IDE with JCDK 2.2.2 and EclipseJCDE.
    Please anyone provide me the details
    Edited by: sachindev on Oct 24, 2007 6:22 PM

    Hi there,
    I found this site with everything that you might need, I would say that prices are reasonable (correct me if I am wrong):
    Cards: http://www.smartcardsource.com/cards.htm
    Readers: http://www.smartcardsource.com/readers1.htm
    SDK: http://www.smartcardsource.com/sdk.htm
    Hope it helps...

  • Is there an API or Open Interface to convert Price Lists?

    Hi,
    Is there an API or Open Interface to convert Price Lists?
    What are the additional setups needed to do implement Price Lists ?
    Im new to Advnaced Pricing and Order Managment.
    Thanks and Regards,
    MPH

    There is the Price List Setup API (QP_Price_List_PUB.Process_Price_List) which you'll find details for in the Order Management APIs manual and the Price List Bulk Loader which is detailed in the QP user guide plus there's lots of good info and example scripts on My Oracle Support.
    Apart from qualifying your price list header as per your business requirement (in other words, restricting its use to particular OUs, customers, products, order types etc.), in the simplest case the price list itself can be just a simple list of discrete items with their associated prices. However, you may also need to consider:
    <li> Multicurrency - do you want to have multiple price lists, one for each currency, or one price list in a base currency with multicurrency conversions in the background? (the latter being much the easiest to maintain).
    <li> Is your business requirement best served by pricing by discrete inventory item codes? by item categories? by pricing attributes? (this being the mapping of some properties of your data to a named pricing attribute, the value being collected from a lookup, entered at order entry, or derived via custom PL/SQL),
    <li> Consider using secondary price lists if this allows your pricing information to be structured better
    <li> Do you intend to enter a fixed value against each price list line or to calculate a price by way of a dynamic or static formula?
    Regards,
    Jon

  • Set price list for new invoice

    When creating a new invoice for a customer, Is there a way to specify which price list to get the prices from either for the invoice or for the invoice line?  I want to have the option to use a price list that is different from the customers default.

    Hello
    If you are using GUI, you may click the Form Settings, then you can change the price list. Then you can start to enter the items.....
    Regards
    János

  • Multiply price list per Business partner

    Hi
    does any one come accross information on how i assign Business partner 2 or more price list
    basicly what i want to do is  to give diffrent factors (price list) for diffrent Group of items , so each BP will have diffrent disscount for each group of items in the same time .
    Example :
    2 items from group  A will have Price List  50% disscount
    3 items from group  B will have Price List  45% disscount
    i want to assign  both Price List  for the same bussnies partner.
    Thanks
    yanivh

    Hi Zohar,
    I did something a while ago for a customer, the basics of it were as follows:
    Create a UDT to store the discount matrix
    Add a UDF to the UDT so that you can store the Customer Group
    Add a UDF to the UDT so that you can store the Item Group
    Add a UDF to the UDT so that you can store the Discount % for the combination of Customer & Item
    Add a formatted search to the Customer Group column in the UDT so you can lookup the OCRG table
    Add a formatted search to the Item Group column in the UDT so you can lookup the OITB table
    Then add a formatted search to the Discount % field so that it goes and gets the Discount % from the UDT where the Item Group is the Item group from the row item $\[$38.1.0\] and get the customer group from the BP on the form $\[$4.CardCode\]
    Hopefully that should give you a starting point for this and allow you to work out the rest yourself.
    Regards,
    Adrian
    Sorry, a couple of extra points, you can simplify this is you don't need to know the Customer Groups (e.g. all customers get the same discount %'s for the item groups)  or you can make this as complicated as you need it to be.
    Edited by: Adrian Johnson on Oct 20, 2009 1:45 PM

Maybe you are looking for

  • How to PI and UN/EDIFACT scenarios?

    Hi folks, I’ll start soon a new PI project with EDI scenarios. It will be my first XI-EDI project and I don’t have any experience with this kind of scenarios. I already read some documentation, as well as some info at SDN, but I still have some incon

  • Can anyone help me  with program

    public class Cabinet //class variables private static char knob = 'k' ; private static char pull = 'p'; private static char base = 'b'; private static char wall = 'w' ; // instance variables private double width; private double height; private int do

  • Status Bar message

    Hi All, I have web Dynpro iviews in portal which are arranged in Worksets and roles. When we click on any role or workset, it is observed that the status bar message is changed accordingly. A long message starts displaying in the status bar  due to L

  • Pages 09 default paragraph indent?

    My file keeps reverting to no first line indent. I tried selecting all, setting a first line indent, ensuring the "detect lists" box in Preferences was checked and it worked for a while. However, after one case of two paragraph returns in a row, it r

  • Oracle report writer installation

    We have installed Oracle 10g in our server. How we can install Oracle Report into our server. I do not know whether we have Oracle Report installed already along with 10g. If we do, how we can find out through unix? How we can bring it up through Uni