Disable a field at Item level for SC confirmation Screen

Dear All ,
PLEase help me with a step by step instruction on how to disable field at Item level of  confirmation screen of SC .
I tried in Webdynpro component : Web Dynpro Component:/SAPSRM/WDC_DODC_CONF_IBD in se80 and below is what I get ;
When I click on Display it asks me for an access key which I dont have ..
When I click on the enhancement option it asked me to create an implemenation which I did as seen in yellow below and still the enabled field is not getting editable so tha I can uncheck and make the field dissapper .
Please can some one really help me in understanding what exactly I am doing wrong ?
Also  Please let me know if the SPRO path related in this to be able to do in any which way ... I tried expanding
Configure field control .. and it doesnt expand so dont know which other option to use ..
Thanks for your help in advance .
Kindly let me know !!
Regards
Vinita

HI Laurent .
1. Thanks for your input . I wasnt able to open the SPRO path coz I was using SAP 720 and when I installed 730 I was able to use it .
2. I am still not able to udnerstand how to configure it through Meta data .. What does Final_Entry mean .. I want to disable the field Last del indicator and its flag box and the label as well ..
3. I tried through component configuration and it worked ..as below :
I went to the webdynpro component and started the component configiurator :
Here I made both the field and Label insisible and was able to do this .
Please can some one help ,me know how to configire this through Meta data concept as well .. I wanted to try that method as well for my understanding ..
Would appreciate your help and would be closing this post soon ..

Similar Messages

  • User exit at item level for billing block field default for VA41 or VA42

    Hi All,
    I want user exit at item level for contract (VA41or VA42) for the field Billing Block in the Billing document tab
    which has to populate with some default value.
    Which user exit i need to check.
    Regards
    Jai

    Hi,
    Use subroutine USEREXIT_FIELD_MODIFICATION in Include MV45AFZZ.
    Make sure this is for only tcodes VA41 and VA42 because this wil trigger for sales order also.
    Regards,
    Ashok.

  • New Field at Item Level

    Hi Folks,
    We are using BOB web shop in our project. we have a requirement of an additional field at Item Level named 'Order Reason'. This will be a drop down with a set of values, client requirement is that this range of values should be easily maintainable as it keeps changing from time to time.
    - Can this be achieved with configuration, i actually researched a bit on 'Subject Profile'. But i am not sure whether it can be configured for item level.
    - If done with Customization, i want this drop down to be populated on loading of shopping basket. Which BADI or FM should i use during shopping basket loading that can populate this drop down.
    Kindly feel free to suggest any alternative approach too.
    Thanks for cooperation.
    Regards,
    Rahul

    Hi Rahul,
    From the technical point of view to achieve this you need to write new custom RFC where you will fetch the dropdown items for your new field and send this data as a table to your frontend application.
    In the frontend application you need to write one java backend object which will call your RFC and fetch
    the dropdown list from backend.
    You need to write atleast one business object which will hold your data and will make it available to http session.
    You need to write one action which will call your backend java object and make the data available to
    the order creation jsp.
    You need to modify the config.xml file like below
    <!--  Customizing the show basket action with Z-Actions  -->
    <!-- <action path="/b2b/showbasket" type="com.sap.isa.isacore.action.order.ShowBasketAction">
         <forward name="showbasket" path="/b2b/order.jsp"/>
          </action>-->
    <action path="/b2b/showbasket" type="com.sap.isa.isacore.action.order.ShowBasketAction">
            <forward name="showbasket" path="/b2b/Z_getItem.do" />
    </action>
    <action path="/b2b/Z_getItem" type="com.yourcompany.isa.actions.Z_Zitem">
       <forward name="success" path="/b2b/order.jsp" />
    </action>
    <!--  End of customization  -->
    Than you need to make the changes there in jsp to create a new custom field at item level.
    Once you are done with all above you have to send the user selected data back to the backend also.
    To save the data to the backend you again have to write one action and make the changes in config.xml
    like below
    <!-- Edited for item -->
    <!-- <action path="/b2b/maintainbasket" type="com.sap.isa.isacore.action.order.MaintainBasketDispatcherAction">-->
    <action path="/b2b/maintainbasket"
    type="com.youcompany.isa.customBasketDispatchAction.Z_CustomBasketDispatcherAction">
    <!-- End of edit-->
    To save the data to the backend you can implement "CRM_ISA_BASKET_ITEMS" BADI and can get the data in "CHANGEITEMS_BEFORE_ORDER"
    Regards,
    Arshi

  • Report on delivery data in item level for list of po

    Dear all
             How to take Report on delivery data in item level for list of po
    regards
    M.Chandra mohan

    You can check any of the standard reports like ME2M with the selection variant as "PO where GR exists"

  • Me21n disable input at item level for a/c assn

    HI expoerts,
    I want to disable screen input for field account assignment at item level.
    anyone know about any exit or badi.
    thanks

    Hi,
    SPRO->Materials Management->Purchasing->Purchase Order->Define Screen Layout at Document Level.
    Then chosse me21n and click details.
    select Basic Data, Item then click choose (tick) button. there you can set the desired screen layout for me21n

  • Fields in sales order item level for pricing

    01.02.2011
    Hi friends,
    I have a requirement wherein i need at least 3 additional fields at the item level in the Sales Order for pricing determination i.e i want this field to be used in the condition table. Since these fields should have list of values also, I find the fields Material group1, material group2 and material group3 ideal ones. I wont be using this field in the material master but inputting some data in these fields through development at the sales order level. How can i get these fields in the catalog?  Please suggest.
    Regards,
    Uday

    The following communication structures are relevant in pricing:
    KOMK (pricing communication header)
    KOMP (pricing communication item)
    KOMG (allowed fields for condition structures)
    For technical reasons, communication structure KOMG is used. It combines the fields from KOMK and KOMP that are relevant for pricing in the standard system and are offered in the field catalog of condition tables. If you want to use a new field in the field catalog, you must add the field to KOMP or KOMK in the following INCLUDES:
    header data in INCLUDE KOMKAZ in KOMK
    item data in INCLUDE KOMPAZ in KOMP
    When you use INCLUDES, the field is automatically added to KOMG and the field catalog.
    The routines for assigning values to the new fields in order processing are found in member MV45AFZZ. Use the following user exits:
    USEREXIT_PRICING_PREPARE_TKOMK (header fields)
    USEREXIT_PRICING_PREPARE_TKOMP (item fields)
    The routines for assigning values to the new fields in billing are found in member RV60AFZZ. Use the following user exits:
    USEREXIT_PRICING_PREPARE_TKOMK (header fields)
    USEREXIT_PRICING_PREPARE_TKOMP (item fields)
    Examples for using new fields in pricing
    Example 1
    In the first example, parts of a document field are to be used in pricing. You want to use the first three digits of the product hierarchy (PRODH) for pricing, for example. Proceed as follows:
    1. Check the data elements in the standard system.
    2. Since there is no such data element you have to create the new data element ZZPRODH1. Also create a domain with the length "3" and the data type "CHAR" for the new data element.
    Remember that new data fields must start with the letters "ZZ" or "YY", since SAP reserved these letters to protect them from being overwritten during a release upgrade.
    3. Check whether the product hierarchy (PRODH) is found at header or at item level.
    In table VBAP, document field PRODH is defined as an item field.
    4. Integrate the field name ZZPRODH in the communication structure KOMP using the INCLUDE KOMPAZ and allocate the data element PRODH to it.
    5. Activate the structure.
    6. Check in which table the field PRODH exists.
    The field is in table VBAP (sales document: item data).
    7. Assign a value to the new field in the FORM routines for sales order processing and billing using the appropriate user exits:
    In sales order processing the user exit is found in member MV45AFZZ. The complete statement is:
    FORM USEREXIT_PRICING_PREPARE_TKOMP.
    MOVE VBAP-PRODH(3) TO TKOMP-ZZPRODH.
    ENDFORM.
    The routines for assigning a value to the new fields in billing are found in member RV60AFZZ. The statement is as follows:
    FORM USEREXIT_PRICING_PREPARE_TKOMK
    MOVE XVBRP-PRODH(3) TO TKOMP-ZZPRODH.
    ENDFORM.

  • 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

  • Add fields in "customer fields" at item level

    Hi experts.
    Please i need a help.
    Im using the SAP CRM 5.0 win client.
    I will use the EEWB method to add new fields at the item level (CRMD_CUSTOMER_I). I believe that these fields will appear in the "customer fields" tab, but this tab isnu2019t displayed inside item details.
    Why its can be happen?
    Is some config. missed?
    Thanks in advanced.
    Daniel

    Hi Ratish
    First i wanna thank you for the reponse.
    In fact i didnt execute the EEWB yet.
    My question is, the tab "customer fields" isent displayed inside the item details so after that i run the EEWB and check "item" to add the fields, the tab "customer fields" will be displayed automatically?
    Thanks so much, i have added to you some points.
    regards.

  • Display cost center field under item level when creating sales order

    Hi dear experts,
       during  the sales order creation(tcode VA01),  is it possible to display the cost center field in the tab account assignment under item level??
    currently we are using ECC6,in the tab account assignment, the cost center field was actually already defined in the screen by the system...i used to try to 'activate' the cost center field VBAP-KOSTL in the user exit  MV45AFZZ, but the cost center still not shown.
    I know that there is a config to the sales doc type can be used to open the cost center at header level, how about item level?
    thanks and best rgds
    Mu

    Hi,
    The Cost Center Determination settings is in OVF3 -  but there are some cases where the Cost Center must be exceptionally changed. 
    If the document category for order type in IMG VOV8 is defined to be "I" which belong to order type FD - Deliv.Free of Charge, then the field cost center is active for input during transaction VA01. 
    Alternatively, you can specify an order reason and assign a cost center to an order reason. 
    However the standard SAP works only at the header level though, so it would not work if cost center is needed on the line item. 
    The cost center are assign for such business transactions as :
    - Free deliveries
    - Returns
    - Deliveries of advertising materials
    You can also make cost center allocation dependent on the order reason, for example:
    Order reason: Damage in transit
    Order reason: Free sample
    Both the IMG settings are done in transaction OVF3, either with/without the order reason.
    regards,
    Siddharth.

  • How to track personnel number field in item level

    Hi,
    When transaction fb50 is entered then I can enter personnel number at item level.Now I want to track that personnel number from the table.can anyone suggest which table I can find that ?
    If seen in F1 for this field it gives structure as acgl_item and the field as pernr
    But this must be getting stored in some table.I want to know that.
    Thx in advance
    Regards,
    manOO

    Well all the details of line item are stored in Line Item Table ( BSEG ) and all the details of the header are stored in BKPF.
    Hope that helps.
    Thanks,
    Nandita

  • Two different Incompletion log in item level for one sales document type

    Hi All,
    we are using one sales document type for 5 different sales org, now we are implemented new sales org.
    pervious all 5 sales org we have setup incompletion log at item level 5 fileds.now for new sales org we need to setup out 5 fields we need to setup 3 field.
    how to maintain same sales document type 2 different incompletion log.
    i have checked in forum i found out below link.but is not matching for my requirement.
    http://forums.sdn.sap.com/thread.jspa?threadID=1433420
    Thanks,
    Kumar

    Hi ,
    Thanks for your responds.
    i will check with my ABAP  person if any thing is required i will come back to you.
    Thanks,
    kumar

  • How to maintain Userstatus in item level for  Quotation ?

    Hi,
    I am working on CRM 7.0 Lean order  Quotation..
    I have field called ;Status' in item level. But it is system status.
    I need to add 'User status' assignment block.
    For header level there is field called' userstatus' but for item the standard field is not there.
    So I need to create a Z field with DDLB and need to maintain values from VA23 (ECC syatem) are existing for the field Userstatus..
    I can do by using AET, the problem is If I select an option from DDLB, corresponding checkbox in userstatus  in ECC system need to be checked.
    Can u Please provide anyy'LORD' interface or any solution..
    Regards,
    Raju

    Hi,
    You can save text using FM 'SAVE_TEXT' provided you know the ID and OBJECT.
    For Sales Order Header text usually the OBJECT is 'VBBK' and the NUMBER is '<SO Number>'.
    For Sales Order Item text usually the OBJECT is 'VBBP' and the NUMBER is '<SO Number><Item Number>'.
    You will have to find out the ID of the Text from its attributes.
    Thanks

  • Open sales order indicator / field at Item level

    Is there any field at sales order item level to tell  the order is Opened (open order Item)?.  Will anyone share your expertise pl.

    Hi,
    Yes you can find at the sales item -> status tab field Overall status.
    Regards,

  • BAdI: ME_GUI_PO_CUST add customer field to item level

    Hi Experts,
    I want to add a customer field to PO item level, how to do that? the functional consultant told me to first implement the BAdI: ME_PROCESS_PO_CUST before I can use BAdI: ME_GUI_PO_CUST, can anyone show me the procedure on how to implement this? thanks in advance.
    Kind regards
    Dawson

    Hi Dawson,
    Those BADIs are having good documentation and sample code. Once gone through the documentation, you can refer below thread.
    Re: ME_GUI_PO_CUST & ME_PROCESS_PO_CUST   - ME21N/ME22N/ME23N
    Reddy

  • PO Delevary address not coming at item level for a New config Plant WO S Lo

    Hi Gurus,
    I have configured a new plant and address is maintained for this new plant. for a newly configured company code  Plant and company codes are properly assigned. Now I am using present P. Org and assigned this to plant too. I am using this plant for basically non stock type of materials and no storage locations are maintained for this plant. Now I have created a New vendor for this P org and tryng to create a PO. But at the time of creation of PO I am getting as Error "Maintain Address". When I checked, I found that at item level, under delivery tab, Address number which was suppose to be for this plant( since no storage location is maintained for this) should come automatically, which is why I am getting an error. Can some one please explain if I missed something?
    Thanks in Advance.
    Regards
    Nilesh

    Hai Nilesh,
    Please check T CODE: MEAN
    Purchase order address required as per location
    Delivery Address Number in Purchase order
    Regards,
    Mani

Maybe you are looking for

  • Want to know what is the use of system view

         i want to know what is the usage of these types of views in mds (viw_SYSTEM_1_1_CHILDATTRIBUTES) and what are the disadvantage of using them for exporting the data      

  • What is the cause for the mac to become slow

    what is the cause for the mac to become slow?

  • CS2 installed incorrectly & i cannot uninstall (already did windows installer cleanup utility.......

    i have been using illustrator 10 & CS5 photoshop trial version fine on my windows vista (illustrator for 2 yrs on this computer). i got CS2 so i uninstalled both programs before installing the CS2. after installing i never got a finished window & it

  • Overseas travel plan

    I will be travelling to China in a couple of weeks, and am reading up on what I need to do to enjoy my iPhone 4 while there. I am horrified to read stories by folks who have data roaming OFF and come home to thousands of dollars worth of roaming char

  • Flexible UI/ Collaboration Room API

    Hi Experts!!! can you please suggest for the solution of the below problem. I have a created room template which consists of room info, discussions,tasks, Calender, member roles, member lists..... using thie above room template i have created a room.