Enhancement at Item Level in Txn. CRMD_ORDER / CRMD_BUS2000115 in CRM 5.0

Dear All,
Creating a Quotation in CRM 5.0
While creating an quotation using Txn. CRMD_ORDER or CRMD_BUS2000115, in line itemwise, I need to add an extra page.  This page contains additional information about 'Product' table CRMD_PRODUCT_I.
I have added the custom fields in CRMD_PRODUCT_I table and added 'Additional Tab' page using BADI CRM_CUSTOMER_I_BADI and designed the screen as well.
While executing the transaction, the newly added fields are not carrying/holding anyvalues to database.
Please post your thoughts on the same.
Regards,
Ramki.

Hi Nishith,
You can check if the item category is pricing relevant - field PRICING_RELEVANT in view CRMV_SALES_ITEM.
Hope this helps,
Kind regards,
Vanessa

Similar Messages

  • How to update item level Pricing  in CRMD_ORDER

    guys
    i am using FM : CRM_ORDER_MAINTAIN to update many fields in CRMD_ORDER t-code
    except for the Conditions Tab in item level i am able to update other fields...
    here is my code please let me know if i am missing something.....
    data: IT_PRIDOC TYPE CRMT_PRIDOC_COMT ,
            WA_PRIDOC TYPE CRMT_PRIDOC_COM,
            IT_COND_ADD TYPE PRCT_COND_EXTERNAL_INPUT_T ,
            WA_COND_ADD TYPE PRCT_COND_EXTERNAL_INPUT.
    *********FILL IT_PRIDOC
    Item Level Conditions Tab
    WA_PRIDOC-REF_GUID = WA_ORDERADM_I-GUID.
    WA_PRIDOC-REF_KIND = 'B' .
    wa_cond_add-KSCHL = '0PSV'.
    wa_cond_add-kbetr = '333.00'.
    wa_cond_add-kpein = '1'.
    INSERT wa_cond_add INTO TABLE it_cond_add.
    CLEAR wa_cond_add.
    WA_PRIDOC-COND_ADD = it_cond_add.
    CLEAR it_cond_add[].
    INSERT WA_PRIDOC INTO TABLE IT_PRIDOC .
    CLEAR WA_PRIDOC .
    *********FILL IT_INPUT_FIELDS
    WA_INPUT_FIELDS-REF_GUID = WA_ORDERADM_I-GUID.
    WA_INPUT_FIELDS-REF_KIND = 'B' .
    WA_INPUT_FIELDS-OBJECTNAME = 'PRIDOC'.
    even if v debug by putting break-poing on CRM_ORDER_MAINTAIN and do some changes in the pricing values .. the FM showes no changes in debug mode but values will be updated...
    expecting expert comments .
    Amshu

    i missed Handlers .. its working

  • Problem regarding item level data in CRMD_ORDER

    i have created a sales order in CRMD_ORDER and entered all the data for header and item . i have given required delievery date for both item and header different , but when we save the order a BADI is trigerred which will update the data to R/3 but still only header required delievery date is updated not the item level date can you provide any solution for this problem?
    another thing is can i know where does the item level data is store ie: date, quantity etc.

    Hello,
    You are posting to the SAP CRM 2007 forum so we assume you are using CRM 2007. In CRM 2007 the GUI is no longer supported and doesn't work as expected since SAP did not update the business logic in it.
    So, if you want to test your process and be 100% sure that there is a problem, use the WebUI for your tests.
    All item data is stored in CRMD_ORDERADM_I. If you want to find a date (of an item date profile) stored in an item you have to pass some tables however.
    CRMD_ORDERADM_I->CRMD_LINK->SCAPPTSEG.
    Reward points if useful!
    Regards,
    Joost

  • UDM_SUPERVISOR: Adding fields and data at customer item level

    Hi
    I am having the same issue with newbie82_c; I need to populate the added fields in transaction UDM_SUPERVISOR.
    I know that the previous thread was tagged as answered already but the solution to the issue was not indicated in the thread.
    Here are the scenarios:
    - i've added fields in the item level invoice worklist of the customers by enhancing structure FDM_COLL_INVOICE_ALV (appending fields to FDM_COLL_INVOICE)
    - thru the implementation of the BADI FDM_COLL_SEND_ITEMS, i was able to retrieve the data specified by the user (Reference Keys in FB05)
    - i've populated CT_EXT_ITEMS with the retrieved data
    Now I need these data to be displayed in the added fields in UDM_SUPERVISOR.
    What ABAP object/s is/are responsible for populating the process receivable details?
    Thank you in advance for the assistance.
    Edited by: JPLCaliuag on Dec 19, 2008 8:31 AM

    Hi K.R.Reddy,
    Can you kindly provide me with a working solution for this? I'm currently facing a similar issue for a similar BAPI (in my case it's BAPI_CUSTOMERRETURN_CHANGE) and can't seem to update the custom fields in VBAK. I have put in necessary values in the EXTENSIONIN table as well as updated the UPDATEFLAG indicator to 'U' and although it says that the order is saved, it seems to overwrite the custom field with its original value.
    The custom field seems to get updated correctly when I use BAPI_CUSTOMERRETURN_CREATE but when I make changes using BAPI_CUSTOMERRETURN_CHANGE, it gets overwritten with the original value.
    Any help is appreciated.
    Thanks and regards,
    Adeline.

  • How to create a new field for Q3 - QM notification in Header and item level

    Dear All,
    l
               Sub: How to create a new field for Q3 - QM notification in Header and item level
    Ref. the link --> Quality Notification
    We want to create a new field in header level and item level.
    As per the thread the solution is given below.
    In the IMG Config: Quality Management -> Quality Notification -> Notification Types -> Define screen areas for notification types Then Choose 'Define screen areas' Then Click on 'New entries' button Now, select the relevant Notification Type and click in 'Enter'. Select the 'Iten Cases' register and remember to setup the Tabstrip Header, Icon, etc. Set the 'Tabstrip active' flag. Then Save.
    Quality Notification -> Notification Types -> Define screen areas for notification types
    WE ARE UNABLE TO FIND IN CUSTOMIZATION PATH --> DEFINE SCREEN AREAS FOR NOTIFICATION TYPES.
    Please help.
    Question No. 2 :
    THE REQUIREMENT IS GIVEN BELOW.
    We want to hide the field in Q3 - QM Notification
    In header --> Reference tab --> Item (sub heading) --> "DEFECT LOCATION" FIELD TO BE ELIMINATED (HIDE)
    Ref the link --> Quality notification
    The solutiion is given below.
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    By double clicking the "DEFECTIVE QUANTITY (EXTERNAL), WE COULD NOT GET --> field TXTCDOT .
    Plese do the needful.
    We are using ECC6.0 Ehp3 and Ehp4.
    With Best Regards,
    Raghu Sharma

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • In sales order item level problem of sales unit.

    Hi All,
    When I create the sales order at that time at item level when I enter the sales unit to order quantity, it then replaced by base unit of that material.
    Also I have checked the unit conversion in material master, but no conversion is maitained for that one.
    Example: When I enter 12 MUN then it is replaced by 12 CS .
    But the user wants same unit that is 12 MUN.
    Please give the reply as early as possible.
    Thanks in advance.
    Regards,
    Vikram

    Hi vikram,
    first check the T-code of VA01 if any Enhancements is id don privosely , if it is don please deactivate the enahancement then process the transaction now.
    if want deactivate the enahancement Goto T-code  C-mod  give the enahancement name than it will opens the one pop window it will shows the existing project then select that project palce it into the C-mod intila screen than deactivate that project & prcoess that transaction than it will work fine.
    i think will helpfulll.

  • Profit center substitution in Sales Order item level

    Dear all,
    In Our senario for Sales Order creation time at item level that is material level sale B tab user specified Berth no: in Pricing group field ( KONDA), Based on the Berth no, concern profit center derived  from subtitution rule .That purpose I tried Profit center substitution in that substitution,SAP has given PCB SUB structure in that structure main field has given but KONDA field not available, so please guide me how I update that KONDA field to that stucture (PCB SUB) in Profit center substitution area with ABAPER or
    I have developed a abap enhancement specifing berth no and profit center assignment and excuting the enhancement in sales order exit. Is there any problem for SD process, Our SD consultant using the sales order user exit for other purpose. He is not allowing to use that exit to execute the zdevelopment
    Please suggest me How I update that field into that PCB SUB structure for creation profit center substitution or
    can I use zdevelopment through sales order user exit . without affeting the SD process.

    Hi 
    I have the issue like..
    1.  For each line item of the sales order check, whether the profit center is filled or not, if it is not filled then determine the profit center and populate.
    2. If material of the line item is "sub component code" of a material that is "Offering component code", then compare the profit centers of line item with the profit center maintained for the material that is offering component code.  If the profit centers are different, replace the sales order line item profit center with the profit center of the offering component code material.
    3.  Above activities should happen when the sales order is saved.
    can somebody tell me which user exit ?? where coding can be dine.

  • Change item level field (in table VEDA) in Contract (VA41)

    Hi freinds,
    I am creating a Contract (VA41) & I want to change the value of "Contract validity period" (VEDA-VLAUFZ) in item level.
    Anyone know any exit to do that ?
    I have tried user exits in MV45AFZZ, but there was no appropriate one where I could change this value.
    Enhancement V45W0001 also doesnt work for me.
    Thanks & Regards,
    Alin

    Hi Liju
    Have you tried using MV45AFZZ: userexit_move_field_to_vbak or userexit_move_field_to_vbap. I guess here both VEDA and XVEDA are available.
    I couldnt try myself as contract data doesnt get populated in our system.
    Kind Regards
    Eswar

  • Addition of custom field in shopping cart at item level- SRM 7.0

    Hi All
    Can someone pls. let me know the step by step procedure for adding a custom field in the shopping cart at item level?
    How is the field displayed in the portal screen and the settings for the same??
    Also is this field available for manipulation through Business add-ins like other standard fields.
    For e.g. I need to use the BADI BBP_CATALOG_TRANSFER to populate this new field.
    Will it be available there once created?
    Thanks
    Kedar

    Hi Kedar
      Here are the steps....
    1. Create a Custom field in SRM and append it to SC table structures in SRM
    2. Add this field to the Custom field config for meta data at Item level in IMG>SRM Server> Cross application basic settings> Extensionsand and field control> Configure field control --> Configure control of fields at item level
    3. THen find the respective web dynpro application and component for the shopping cart portal UI screen where you want the field to appear. You can do this by right click on the screen area and then select More Field Help
    4. Go to SE 80 and enhance the respective webdynpro view by adding the custom field to the Context of the VIew and then adding it to the layout of the view at respective location. After doing this create a binding between the layout field and the context.....
    More information around ABAP UI Flexibility can be found at:
    http://www.sdn.sap.com/irj/scn/advancedsearch?query=%22abapUIFlexibility%22
    Regards
    Virender Singh

  • How to get the nber of POs at the item level?

    Hi all,
    I am running BI 7 and SRM 5.5. I am using the standard PO History cube.
    I have a report where I filter on items values only (no header) since I want to report by - let's say - product category.
    In my char part, I will have: Date | product category
    In the KF part, I have: Ordered Amount | Nber of POs
    In the flow, PO amount is stored at the item level while the nber of POs is stored at the header level. By running the report, I get the ordered amount information but 0 for the nber of POs.
    How could I get the "Nber of POs" information in my case? Maybe it is not that easy (looking the following example).
    PO1 - Item 10 - Product Category A
    PO1 - Item 20 - Product Category B
    PO1 - Item 30 - Product Category C
    PO2 - Item 10 - Product Category D
    PO2 - Item 20 - Product Category A
    PO2 - Item 30 - Product Category A
    Here I would be happy to have:
    Date | Product Category A | Amount | 2 (PO1-PC A + PO2-PC A)
    (but how BI knows that we are dealing with 2 POs?)
    Thanks in advance - chris

    Hi
    Check whether counter infoobject Number of items is availbale in MCEKPO ,if so just drag into left side and do this enhancement for 2LIS_02_ITM.
    Create  a number of item field in the cube and update with value 1 referring the Item number
    In query it may reduce query runtime performance
    This will just update 1 for every instance of item and you can aggregate them in your query whatever level you require
    Regards
    N Ganesh

  • Adding new field in ME21N items level NO ADDITIONAL TAB or SUBSCREEN

    Hello Gurus!!
    I have a requirement where I am just trying to add a new field ZZ*** at Item level in ME21N (and no new tabs please)
    I got the modification key and now wat i see is that in screen 1211 SAP has some field mappings with metadata.
    Refer to Include LMEMFSF0T.
    Can you please help me how sud i proceed or  wat can be an alternate way out to solve.
    regards,
    Prasenjit Singh Bist

    Hi,
         Another way of doing the same is to use screen-exits for the transaction. You can use the standard enhancement MM06E005 in SMOD for the Purchasing related custom fields. You can add the fields in the screens 0101, 0111 of program SAPLXM06 to get the fields in the tab 'Customer Data' at header level and item level for ME* transactions.
    EXIT_SAPMM06E_006 
    EXIT_SAPMM06E_007 
    EXIT_SAPMM06E_008 
                        are the function modules where u need to do the coding.
    and the fields u have added need to be included in the  includes
    CI_EKKODB
    CI_EKPODB
    of EKKO and EKPO for header level and item level respectively.
    Regards,
    Vishnu Priya
    Message was edited by:
            Vishnu priya
    Message was edited by:
            Vishnu priya

  • User EXIT to suppress or disable  "Conditions" tab at item level in va02

    hi gurus,
    well i have very urgent requirement to suppress Condotion tab at item level in va02 based upon authority object, did you know where i can disable the function code "T\05" or suppress subscreen.
    my requirement is that when a user press on condotion tab he should not be able to see pricing detail data.
    will reward points for sure
    mandy

    Hi Mandy,
    I think you can do through SHD0 Transaction by creating transaction variants.
    If not possible there could be some customization from SPRO, consult with your functional guy.
    Check this enhancement MV45AFZZ
    PERFORM USEREXIT_FIELD_MODIFICATION, I think in this perform you may disable, check this
    Regards,
    Satish
    Message was edited by:
            Satish Panakala

  • Any way to add 'Actions' tab on Service order Item level in ICWeb?

    Hello,
    We are implementing Service orders under CRM2007 Interaction Center.
    When we access the Service Orders through backend (t-code CRMD_ORDER), we see an 'Actions' tab on the Item Level which captures all the actions executed at Item Level. This tab is not available from the UI.
    Is there any way to add it to the UI? Note that it is available from both backend and UI at Header level but only from backend at the Item level.
    Thanks,

    Hi Deepali,
    I checked the TCODE CRMD_ORDER, there are buttons like AVAILABILITY CHECK on the item level.
    When you say it is an Item view on the Web UI, I believe it is a Table View.
    In Table Views you will have ON CLICK ACTION buttons next to the Row Selectors.
    For most of the views it will be available by default.Identify the Web UI component and open it through BSP_WD_CMPWB.Select the view and open the context node class and check if there is a method
    GET_OCA_T_TABLE.
    This method will have the code like this, for the buttons
      ls_one_click_action-id      = 'DELETE'.
      ls_one_click_action-icon    = 'delete.gif'.
      ls_one_click_action-text    = ''.
      ls_one_click_action-tooltip = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_IC_APPL/DELETE' ).
      ls_one_click_action-active  = 'X'.
      APPEND ls_one_click_action TO rt_actions.
    If your component also has these things, then you can simply add the ACTIONS column using Configuration Tool else you need to add this column by coding, redefine the method GET_OCA_T_TABLE and add the buttons.
    You need to explicitly create event handlers for the button click actions.
    Mostly,it should be available to you by default as it is available in SAP GUI.
    Regards,
    Masood Imrani S.

  • I want add a Coustomer Field in PO at item level

    Dear Gurus ,
                         I am having a requirement at the clients place  . In purchase order creation we need one customer field for select customer & reflect it in GR. They want it at the item level . So Can somebody help me how to do that .
    Regards
    Shankar

    Hi,
    Customer field is available in standard sap.  No need of enhancements required.
    Check these tables.
    EKPO  -  KUNNR   ( PO item)
    MSEG  -  KUNNR  ( GR )
    Customer field is avilable in PO item> delivery address tab.
    Goods receipt> item details> partner tab.
    Regards,
    Chandra

  • User Exit to make Payment Term field non editable in item level .

    Hi all,
    User wants to make the Payment Term field in sales order as non editable and  Payment terms is copied from Customer Master to Sales order.
    I use user exit MV45AFZZ (USEREXIT_FIELD_MODIFICATION) to make Payment Term field non editable in header level.
    I am not able to do it in item level. Pl help to to make Payment Term field non editable in item level.
    Thanks,
    sunil

    Hi,
    You can try implicit enhancement in the include MV45AF0T_TCTRL_U_ERF_AUFTRAG_I
    use below code.
    DATA: WA_COLS LIKE LINE OF TCTRL_U_ERF_AUFTRAG-COLS.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
       IF WA_COLS-SCREEN-NAME = 'VBAP-ZTERM'. " Check the field name
       WA_COLS-SCREEN-INPUT = 0.
       WA_COLS-SCREEN-OUTPUT = 1.
      MODIFY TCTRL_U_ERF_AUFTRAG-COLS FROM WA_COLS.
       ENDIF.
    ENDLOOP.
    It better to control it via a custom authorization object.
    put a authorization create a custom authorization object so that you can restrict it for a certain users.
    AUTHORITY-CHECK OBJECT 'ZTERM'
             ID 'ACTVT' FIELD '02'.
    IF SY-SUBRC NE 0.
       LOOP AT   TCTRL_U_ERF_AUFTRAG-COLS INTO WA_COLS.
    ENDLOOP.
    ENDIF.
    Regards
    Aromal

Maybe you are looking for

  • DAT files i e-mails

    Hi. When I receive a Mail with wordfiles, excel files or PDF files, they sometimes show up as a DAT file which I can not open. Is the problem in the computer of the one senind the file or is it in my iPad? If it is in my iPad, how can I correct it or

  • Empty schema in master catalog

    Hi, I just did the basic setup CCM 2.0 on WAS 7.0 Now I see the master catalog has no standard schema yet. I read this willl be generated the first time it gets edited, but it is not. Is this right, and do I have to build this schema on my own, or is

  • Oracle and MySql via ODBC - Field with special characters

    Hi, I recentely installed and configured DG4ODBC 11.2 in my environment, with Oracle 10g as Database. I have a working ODBC and I can successfully select from tables@mysql. I have a problem with some fields in the mysql table though: various fields a

  • DB13 online backup restore

    I am taking daily online backup from DB13 with the option"database backup+redolog file" on a tape medium.If I want to restore this taken backup what is the procedure and commands to be used

  • Solaris 10 Printer share by Samba SWAT. Then install onto windows client

    Hello, I am having trouble with below. 1) Installing printer on Solaris 10 2) Sharing the printer via SWAT 3) Install the printer on Solaris from Windows client. Where can I find the basic information for above 3 which I need to achieve? I have insta