Customer Profile In Sales Opportunity

Hello Experts
I have a scenario , my client wants to maintain Customer Profile in sales opportunity .
Customer Profile Consists of : It is the Fore cast of Customer .
Suppose there is a customer A to whose yearly requirement is 45 lacs of pieces .
But we sale him some part of it  .a particular item we sale to him - say [item no 1].
And remaining pieces are sold by other suppliers 
But His requirement 45 lacs consists of other than [ item No 1 ].That means His 45 lacs of pieces consists of more than [ Item No 1 ] say also [ Item No 2 ],[ Item No 3 ],[ Item No 4 ],[ Item No 5 ] and may differ from customer to customer .
Some have only 1 item , some have more than 1.
Above is the scenario.
Now my client wants to maintain that the customer to whom we are selling the material,also to maintain his requirements which are sold by other Suppliers .
also to maintain their Supplier names .
aslo to maintain their Items which are sold by other suppliers .
How to map in Sales opportunity.
I tried this one . I have created UDF for Item & BP also some other UDFs but if the item goes on Extending , means if he wants to maintain data for more than 1 item then how to map it in Sales Opportunity .
Suggestions are appreciated
Regards
Krishna Vamsi

Hello Sir
I got your Concept sir.
As u said i will create a UDF in header level and link the UDT to that UDF , where i will get the List of items entered in that table .
But more over i will be able visualise / select only one item at a time.
Suppose i also created two more udfs to select more than 1 item , then wat about other details , because if iitem is different then specifications also changes .
And also case is that customer can have also 10 different items as his requirement with huge quantity.
Regards
Krishna vamsi

Similar Messages

  • Display all pending quotation on sales opportunity window

    how display all pending quotation of that customer on sales opportunity window through navigation arrow?

    Hi,
    Run below query in query generator first and save it under query manger. Open sales opportunity and run saved query to get list of open sales quotation.
    SELECT t2.docnum
    FROM OOPR T0
    JOIN OPR1 T1 ON T1.OpprId = T0.OpprId and T1.ObjType='23'
      left join OQUT T2 on t2.DocEntry =  T1.[DocID]
      left JOIN QUT1 T3 ON T2.DocEntry = T3.DocEntry
       where T2.[DocStatus] = 'o' and t2.cardcode = $[OOPR.cardcode]
    Thanks & Regards,
    Nagarajan

  • Oracle Receivables Customer Profile deletion

    This customers custom program ( Apps 11.5.5) tries to update the Terms in a custom table by looking up Standard Terms ( joining AR_CUSTOMER_PROFILES and RA_CUSTOMERS; the custom table holds Customer Number).
    This update fails with an ORA-01427 because for a few customers two Customer Profiles are found. Receivables allows setting up Customer Profiles at Site and Customer level.
    So I need to change the update statement. Does someone have an example of a query-statement that first checks a Customer's Customer Profiles at Site-level and then ( if it doesn't exist) at Customer-level.
    Cheers,
    Hans Lawalata

    Dear Ivruksha,
    In Oracle Payable we have Temporary Prepayment and Permanent Prepayment, Temporary Prepayment can be applied on Purchase Invoice but Permanent we can not apply on Purchase Invoices until unless we change the type from Permanent to Temporary.
    In the same way My client is asking how to maintain these type of deposit when they receive from their Customer.
    Scenario-01: Our Client receive Advance from his customer and He will adjust that amount on future sales - to support this we have Standard Deposit Transaction in AR
    Scenario-02: Our client receives Advance from his Customer and he won't allow that payment to adjust on future sales transaction he wants to maintain that amount as Security Deposit & Use should not be able to adjust this Deposit amount on Sales Transaction as AP Permanent Prepayment.
    Please help me how to provide solution to this requirement.
    Regards
    Bharath

  • Status update on Sales Opportunity when Quotation is won

    I need to set up an automatic status update for the sales opportunity; when the quotation is set as won, the related sales opportunity is also set as won. I have tried the <Define status profile for user statuses> in IMG, but don't seem to get it right..
    Can anyone help me?
    Krgds, Eva

    HI Eva,
    Even i did the same thing for my project. Updating the Sub contract status, with whatever the master contract has got.
    SO i used the ORDER_SAVE badi, and called a FM , where i wrote the logic to update the subcontract.
    So u can also do the same thing, by coding in the ORDER_SAVE badi, what ever logic u want.
    Reward points if helpful.
    Robin

  • Sales Opportunity Report

    Dear Experts,
    How to generate Summary Sales Opportunities Reports with these field.
    SR NO
    CUSTOMER NAME
    ACTUAL SALES VALUE
    SALES OPPORTUNITY VALUE
    %SALES ACHIEVED
    % SALES LOST
    1
    ABC
    100000
    50000
    10000
    90000
    Kindly provide some report related to these field.
    Regards
    Amol

    Dear Rajesh,
    Thanks for reply, I have some issue in query that Sales opportunity Value (Potential Amount) figure should comes from Sales Opportunity Module.
    Start Date,  Closing Date (Sales Opp Table),  BP Customer Group   Actual Sales Value (Sales Opportunity table Define UDF u_salestarget),   SALES ACHIEVED amount OINV   table  ,  Sales lost  Actual Sales Value - Sales Lost.
    Previous query gives wrong figure.Kindly provide the same.

  • Currency in Sales Opportunity Potential Amount

    Hello...
    Does anybody know what currency is used in "Potential Amount" at Potential tab in Sales Opportunity? Is it BP (Customer) Currency or? Since several variance of BP Currency cannot be compared in Sales Opportunity reports. Thanks.
    Alvin.

    Hi Jenkins,
    Thanks for your reply, but I think it's not that way because there is a choice whether to "Display in System Currency" or not (a tickmark option).
    Well, any idea about this?
    --alvin

  • Outlook Integration - email as Activity of Sales Opportunity

    Hello all,
    Is there an option to attach an email from Outlook to Sales Opportunity as Activity? Outlook Integration offers a lot of document type, business partners, items, etc., but not Sales Oportunity.
    I really need it for our customer so any ideas how to make it are welcome.
    Regards, Roman

    I haven't found any solution for adding an activity to a sales opportunity with the DIAPI except direct update of the DB. It's not even possible to add a "Follow Up" activity to activity linked to a sales opportunity, DIAPI loose link to sales opportunity.
    According to [1075696|Link activity to an opportunity level DIAPI; and [966860|Adding Activity to Sales Opportunity stage; it is still not possible to do that in DIAPI
    Interesting that in the DTW we can do that...

  • Approval on sales stages defined in sales opportunity

    Hi Experts,
    Is is possible to  configure approvals on various sales stages defined in the sales opportunity?
    Please suggest some solution or workaround.Can it be customized?
    Thanks in advance
    Regards,
    Kanishka Tyagi

    Hi Kanishka.....
    Please execute this SP.....
    If @object_type='101' and @transaction_type IN ('A','U')
    BEGIN
    If Exists (Select T0.Num from OOST T0
    Where T0.StepId is not null
    And T0.Num = @list_of_cols_val_tab_del)
    BEGIN
    Select @error = -1,
    @error_message = 'You can not enter Sales Stage'
    End
    End
    Hope this will help you......
    If you want it for a particular User then add one more condition for user signature.....
    Regards,
    Rahul

  • Error while posting Customer with Multiple sales areas using DEBMAS05.

    Dear experts,
    We are generating IDOCS vis SAP DS for posting Customer master. The message type used is DEBMAS and basic type is DEBMAS05.  we have a requirement to create 1 customer with multiple sales areas. However, we are ending up with a strange error:  "Fill all required fields SAPMF02D 0111 ADDR1_DATA-NAME1". Despite the IDOC going into status 51, the customer gets created and the 1st sales area too. the 2nd sales area however is not created!  The IDOC data definitely contains Name1, otherwise the customer would not have been created in the first place.
    As the error message is related to the Address data, I also explored upon exploring this erorr further on the lines of Central Address management where in the ADRMAS and DEBMAS have to be passed together(IDOC Serialiization).  OSS Note (384462)  provides further details about this. One Important point from the note is: 
    "As you have to specify the logical name of the sending system among other things, SAP is not able to make any default settings in the standard systems. When you use the serialization groups delivered as a standard by SAP, the address objects are imported before the master objects.Thus the sequence address data before master objects must only be adhered to if one of the following points applies to your application:
    Such fields are set as required entry fields that are only provided by the BAS in the Customizing of the customer or vendor master.
    For your customers, contact persons exist to which a private address or a different business address is assigned.".
    This is not the case in our situation, as we do not have required entry fields in customizing that are only provided by the BAS, so the error is all the more confusing and I am not too sure what the cause is.
    If someone have experienced the same issue before and have found a solution to it, kindly help out.

    I have found the cause and solution to this problem.
    This error ”Fill all required fields SAPMF02D 0111 ADDR1_DATA-NAME1” and other similar errors like “Fill all required fields SAPMF02D 0111 ADDR1_DATA-SORT1“ which occurrs during the IDOC posting when there are more than one sales area or company code occurs when the customer number range is set up for Internal numbering. This means, that the number gets generated only at the time of save and upon debugging the IDOC, we found out that after creating the customer and the first sales area/company code record, the segment E1KNA1M is cleared completely! This is the reason, it throws an error which points to a mandatory KNA1 field as missing. (Like NAME1, SORT1 etc.)
    This was resolved by splitting the IDOC into 2.
    The solution is to First post only the KNA1 segment and create the customer.
    In the second step, pass the IDOC with all other segments along with E1KNA1M, but pass only KUNNR in E1KNA1M and the rest of the fields in E1KNA1M as “/”:  you would have got the KUNNR after the first step.
    Important note: This requirement to split the IDOCs does not occur when the customer number is known upfront. (Meaning cases where the customer number is externally generated) I also tested this and created a customer with external numbering and I was able to post more than 1 sales area with the same IDOC. 
    I noticed multiple threads with the same issue, but none of it had a concrete answer. I hope this information will be useful for anyone facing similar problems.
    Cheers
    Venkat

  • Customer Name on Sales Order not in Data Collections

    Hi,
    I am looking for some help. My company just did an upgrade from 11i to R12 in the middle of May. As part of the upgrade we installed ASCP. We have noticed that certain customers are not being collected when running Standard Data Collections. We have open sales orders in the system for the customer. The sales order are being collected properly and appear in the plan. When we show the Customer field in the 'Supply/Demand Screen' in ASCP, the field is blank for select customers. Is there anything on the customer master or sales order line that would prevent the customer name from being collected? Any insight would be helpful.
    Thanks
    Rich

    You can go to order organizer screen select the OA NO which you are not able to see in the ASCP workbench, go to line items---using show field get the Demand visible
    tab on screen-----default value should be 'Y' if blank then then that could be the one of the reason.

  • Sales Opportunity number field

    In Open Items report (Sales Orders) is it possible to have column displaying Sales opportunity number that the sales order was created from?
    I have looked through form settings but cannot find this field?

    Hi Andrew.......
    It is not possible to make any modification to the standard reports given by SAP. But you may have your own query report......
    Regards,
    Rahul

  • Rounding Profile on Sales Orders

    Hi  Guys, I am trying to set up a rounding profile on sales order. I did a config and is working fine for PO but not for sales order. I have rounding permit option selected in item category in sales order too, I have rounding profile defined in sales and MRP 1 view in material master but its just not rounding up to the value i defined when i save the sales order, Does any body know why?? Can you help please! Thanks

    create your static rounding profile and plant  in OWD1
    like:
    Threshold value    Round Value
    1                            5
    6                            10
    11                           20
    21                           30
    31                           40
    assign the profile in the Sales Org data 1 in material master
    enable rounding permitted in VOV7
    Regards
    Sidi

  • NAV 2013 R2; How to run a customized report (206 sales invoice) in the classic client

    Hello, in preparing a newly installed NAV 2013 R2, I'm questioning the following:
    In the Development Environment I have customized report 206 Sales - Invoice in the Design menu View Layout with the space of the logo (by Microsoft SQL Server Report Builder) and
    finally saved and compiled.
    When I do run it connects to the server of what I call the classic client or the real NAV 2013 R2 and I can select a posted sales invoice to show the new layout and the result is
    fine as customized as I wanted.
    When I later ordinary print one of the posted sales invoices this customized logo layout doesn't appear on the print. I print in PDF and paper. When I make a next new sales invoice
    this new layout is not in use either.
    Another thing is run print started from the Development Environment is called Sales - Invoice in the header and not just Invoice that it the name when printing when invoicing and
    printing of posted documents.
    Additionally this form of Sales - Invoice shows our company details and good information as web, e-mail, bank account and bank name that is well demanded on a perfect invoice.
    How to get these informations out normally?
    Is the classic client having a wrong report as sales invoice?
    How to run a customized report (206 sales invoice) in the classic client NAV 2013 R2?
    It is like the customized report (206 sales invoice) is not in use yet in the classic client.
    All you wise people out there are welcomed to help me now
    Best regards
    Carsten

    Try on Dynamics Community forum: https://community.dynamics.com/nav/f/34.aspx

  • How to resrve the stock to the customer against the sales order

    hi,
    sap gurus,
    good morning to all,
    how to reserve the stock to the customer against the sales order if this process is not MAKE TO
    ORDER SCENARIO.
    the prices of the products will be often changing drastically so
    he is following MAKE TO STOCK Process in his production process.
    so with out using m.t.o. process how to reserve it against the customer.
    for eg:
    in the market when the customer/dealer/stockist coems to know that prices are going to increase
    then obviously he tends to purchase in bulk quantities and reserve it in godown.
    so how to map that process.
    help me on this.
    regards,
    balaji.t
    09990019711

    Dear Balaji,
         This can be done By MM consultant through movement type. to move the stock from unresticted stock to customer stock.
    Regards,
    Sudhir

  • To change user status profile on sales order at run time.

    Hi Experts,
    We have defined status profile for Sales returns ( Doc type RE) which blocks the  return order on creation. There are two statuses here which are to remove the delivery block and to remove the billing block by authorised users.
    The requirement is now to have a three level block ( three statuses ) on the same document. We can create a new status profile and assign it to a new return sales order tpye  but we want to avoid creating new document types. Since this document type is used across various companies in the group we can not assign a new profile on the existing RE document as well.
    My question to all experts is
    Is it possible to dynamically change the status profile assigned to the document type based on characterstics like sales org or company code etc? If any body has done this please let me know the user exit , function module, BADI etc where the necessary coding has been done.
    Helpful answers will be rewarded with points.
    I look forward to your co operation.
    Regards,
    Kartik Shah

    Hi Liam,
    In the Program MV45AFZZ in the FORM userexit_save_document
    you use the following fn module to change the user status
    'STATUS_CHANGE_EXTERN'
    Example
    IF t180-trtyp = 'H'.  "Only creation time
      READ TABLE xvbap WITH KEY matnr = c_matnr.
      IF sy-subrc = 0.  "If above material exist then change status
        LOOP AT xvbap WHERE cuobj NE space
                       AND  matnr =  c_matnr.
          l_objnr = xvbap-objnr.
          CALL FUNCTION 'STATUS_CHANGE_EXTERN'
            EXPORTING
              objnr               = l_objnr
              user_status         = 'E0013'  "Send ej IDOC
              set_chgkz           = 'X'
            EXCEPTIONS
              object_not_found    = 1
              status_inconsistent = 2
              status_not_allowed  = 3
              OTHERS              = 4.
        ENDLOOP.
      ENDIF.
      sy-subrc = 0.  "Restore the previous condition
    ENDIF.
    Reward if helpful *********

Maybe you are looking for

  • BPM for Processing Multiple records in a file

    Hello All: I using BPM to process Goods issue using BAPI BAPI_GOODSMVT_CREATE. The BPM setps are as Step 1  Receive Request from Asyn File Interface Step 2  Transformation Map to Bapi request Structure Step 3  Send Sync Request to Bapi Step 4  Transf

  • Wrong data type when writing XML file

    We are trying to write an XML file from ODI but we get the following error: ODI-1217: Fallo de la sesión CMT_PAQ_CREA_XML (15001) con código de retorno 8000. ODI-1226: Fallo en el paso WRITE_XML_SCHEMA después de 1 intento(s). ODI-1232: Fallo en la e

  • Calling a session bean from another bean

    Hi, Using weblogic server 6.1, I am trying to call a session bean, B, from a session bean A. After importing B's package, I have added the following code to A's implementation: try { Properties h = new Properties(); h.putContext.INITIAL_CONTEXT_FACTO

  • Java 8 Update 40 On Mac Os Safai

     Hello community! i have had WD My cloud since it came out and one of my favorite things was to be able to access it from the browser but now with th new java 8 update 40 its not letting me see the shares and i have added the exeptions in java but ha

  • Help needed to understand this problem

    Hello Guys, can some one take a look and let me know that the following code segment should do what it seems to be doing? StyledDocument doc=(StyledDocument)editor.getDocument(); MutableAttributeSet attr=new SimpleAttributeSet(); StyleConstants.setFo