Want to locate field in SRM 4.0 BSP Code

Hi All,
there is a date range in Process Puyrchase Order --> Process Item screen named as Service Period (Confirmed) under Service Timeframe. I clicked on the page and viewed the HTML code. There field name is order.item.edit_pco_model_pt_item_timeframe[2].vper_start. Now can you tell me how to locate this field in BSP code. Currently this field is editable and we want to make it uneditable. BADI BBP_UI_CONTROL_BADI doesn't have any method for PO fields control.
Please help.
Thanks
Prachi

Hello Siddarth,
Try with screen variant ( SHD0 transaction).
Regards.
Laurent.

Similar Messages

  • Disable a field in SRM 4.0 BSP Code

    Hi All,
    there is a date range in Process Puyrchase Order --> Process Item screen named as Service Period (Confirmed) under Service Timeframe. I clicked on the page and viewed the HTML code. There field name is order.item.edit_pco_model_pt_item_timeframe[2].vper_start. Now can you tell me how to locate this field in BSP code. Currently this field is editable and we want to make it uneditable. BADI BBP_UI_CONTROL_BADI doesn't have any method for PO fields control.
    Please help.
    Thanks
    Prachi

    Hello Siddarth,
    Try with screen variant ( SHD0 transaction).
    Regards.
    Laurent.

  • Location field now available

    Hi
    As some of you may of noticed, you can now see the users location under the username when posts are made.
    We would like it if you guys (those who have not already) could enter your location so that it would appear. This would hopefully help when trying to support people having more of an idea where users are.
    Please enter a genuine location as we will ask you to remove jokey ones.
    Cheers
    Ajak

    31-May-2007 09:00 AM
    korngear wrote:
    Hey ajak! Just want to know if it is possible in future to have the location fields in bold letters? (I found the location field indicator doesn't support HTML codes )
    We shall see how this pans out first then before making any changes. If the field does not take html it may take some major changes to get it in bold

  • How to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

    Hi Experts
    i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO
    i am doing below steps for this.
    1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  
    add the below entry
    Bus. Object Set Type  : I am trying 7 and 29
    Structure Field Name  : ZZfield
    Bus. Object Type       : BUS2121/BUS2201
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    Can anyone has the idea of this?
    Thanks
    Rohit

    Hello Rohit,
    Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.
    Add new input field and label in view V_DODC_SHIPTO.
    Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .
    Regards,
    Neelima

  • Adding custom fields to SRM UI Add-on

    Dear SAP Experts,
    We enabled SRM UI and followed the SAP provided configuration guide to complete all the required setup's. we are able to create shopping cart using the new UI without any issues.
    Now we are trying to enable custom fields on new SRM UI which are currently available on Web dynpro SC UI. we followed the configuration steps (2.1 Extending screens via SPRO configurations) provided in the Extensibility-Customer_CookBook_SP04_1.pdf.
    After the configuration is completed, we are able to see the new custom fields on the new UI screen, but we are not seeing the description as expected - the description is shown as VIEWKEY_FieldName_L eventhough we maintained the label text.
    And also any data that is entered in the new custom fields are not saved to database and therefore not available in BBP_PD transaction.
    Please see the attached screenshot for more details.Please provide your guidance in resolving the issue.
    SRM UI Add-on Extensibility cook book is available as an attachment to the note: 1830075 - Extensibility Cookbook (Customer Fields)
    Thank you and appreciate your quick response.
    Regards
    Venkat

    Venkat, We are trying to enhance the UI5 Shopping Cart using Extensibility-Customer_CookBook_SP04_1.pdf but I don't see the fields showing up in UI5 shopping cart and below are the steps that I followed.
    I am trying to add Location field in SRMShoppingCartItem (2nd row in below screen shot)
    I enhanced the Staging Structure (/SRMNXP/S_CUST_ITEM_LIST) , Customer Include (​INCL_EEW_PD_ITEM_CSF_SC) & Cust-MD Structure (/SRMNXP/S_ITEM_UI_MET_CUST) and went to SPRO and did this config for adding fields to UI screen.
    SAP Supplier Relationship Management---->SAP SRM User Interface Add-on---->Extension and Field Controls---->Configuration for Extension of Fields
    I didn't add column to database and Odata Service Model. My Goal is to show Location Field first on the  SRMShoppingCartItem and then want to enhance Database & OdataModel.
    Below are the Steps I followed.
    1) Enhanced Staging Structure :  /SRMNXP/S_CUST_ITEM_LIST
    Appended the Component Type : ZCUSTITEMLIST with Field ZLOCATION of Type Char20
    2) Enhanced  Customer Include ​INCL_EEW_PD_ITEM_CSF_SC
    Appended the Component Type : ZAINCL_EEW_PD_ITEM_CSF_SC with Field ZLOCATION of Type Char20
    3) Enhanced Cust-MD Structure  /SRMNXP/S_ITEM_UI_MET_CUST
    Appended the Component Type : ZITEMUIMETCUST with Field ​ZLOCATION_V, ZLOCATION_E, ZLOCATION_R of Type XFELD
    4)  SPRO
      SAP Supplier Relationship Management---->SAP SRM User Interface Add-on---->Extension and Field Controls---->Configuration for Extension of Fields
    Added this new entry:
    But I don't see this Location field  showing up in the UI5 Shopping Cart. Please let me know if I am missing any thing in Configuration.
    If possible can you provide the steps that you followed.
    Thanks,
    Venu.

  • How to send Standard SC fields in SRM to a PO in R/3

    Dear All ,
    Please  can some one let me know on  how to send the Limit Item SC Start date and end date which is at the line item level (already)
    to a PO at the line item level .  i.e we do not need to enhance the screen just include it in the BAPI which sends data to the backend .
    I tried searching for more docs yet did not find anything much .
    I found out there is a class CL_BBP_BS_ADAPTER_PO_CRT_ERP10 where CREATE_DOCUMENT decides what fields would be passed .. In that there is a FM which is being called from ECC .. and in that there is header and header X field ..which has the fields which I need VPER start and end date ..so I am assuming from the SC it is passed to header level of PO through this ..
    CALL FUNCTION 'BAPI_PO_CREATE1'
           DESTINATION av_rfc_dest
           EXPORTING
             poheader               = as_po_out-is_poheader      "#EC ENHOK
             poheaderx              = as_po_out-is_poheaderx
    Now I want the same fields to be passed to item level of the PO ..  could you confirm on what exactly I should do ?I saw the below tables not sure what I should do with them to include the 2 fields I want which should be passed to ECC it is not in the it_poitem and it_poitemx structures .
    please advise ... .
    TABLES
              poitem                 = as_po_out-it_poitem        "#EC ENHOK
             poitemx                = as_po_out-it_poitemx       "#EC ENHOK
                 extensionin            = as_po_out-it_extensionin   "#EC ENHOK
      *      extensionout      = as_po_out-it_extensionout "not used by SRM
              poexpimpitem      = as_po_out-it_poexpimpitem      "#EC ENHOK
              poexpimpitemx     = as_po_out-it_poexpimpitemx     "#EC ENHOK
             potextheader      = as_po_out-it_potextheader "not used by SRM
    *      popartner         = as_po_out-it_popartner    "not used by SRM
    I am not sure if what I have searched is correct as well Please let me know if I am wrong  and where to check for the requirement .

    Hi Vinita,
    Please clear my understanding. you have a requirement (special one) to pass the Valid start and Valid end date in the PO at item level for framework order (Limit order).
    Are you sure of the requirement. Thus Standard ECC FO these fields are at the header level and not item level.
    Please confirm whether this a special process to pass the dates in FO at item level.
    Then how and for what is this FO process used?
    Thanks.
    From RBEI,
    Snehal

  • Custom field in SRM as a dropdown field with values stored in R/3

    Hi all,
    I need help with custom drop-down field in SRM 5.0 shopping cart. We need to create custom field called Location in SRM goods receipt transaction. And this location field will be a drop-down field that will be filled with values from locations stored in R/3. I would really appreciate if someone can help me achieve this.
    Regds,
    Kim

    Hi,
       Just attach a  custom search help to this field and then in the search help EXIT(RFC enabled Function module) write the logic to reterive the values from R/3.
    BR,
    Disha.
    Pls reward points for useful answers.

  • How can i add STORAGE LOCATION field which is not...............

    hi,
    sap gurus,
    good morning to all,
    how can i add STORAGE LOCATION field which is not in the standard tables namely
    KOMP, KOMK, and KOMG.
    how to include it in our FIELDS FROM FIELD CATALOGUE.
    if we include this field is there any impact on the standard tables.
    plz let me know this.
    bcz
    we are selling our products in two ways
    (1). one is straight from factory ie direct sales from factory
    if customer asks for excise invoice then we will sell thru factory and keeping freight in mind we will
    deliver him which ever is economical either rail or road.
    before coming to second case of selling the goods
    we will do STOCK TRANSPORT ORDER from plant to different storage locations.
    if we did STO thru road we have to sell the goods thru road only.
    if we did STO thru rail we have to sell the goods thru rail route only.
    (2). if the customer is not asking any excise invoice then we will send the goods thru depo/storage
    location which is not registered under excise.
    if the goods came by road then it will be delivered by road only.
    if the goods came by rail then it will be delivered by rail only.
    my logic here is
    basing on the
    storage location, transportation types, and distance i want to create condition record
    that captures exact frieght at the sales order level.
    confirm whether i am right or wrong.
    regards,
    balaji.t
    09990019711.

    Hi,
    It is not recommended to add new fields to any SAP standard tables. It disturbs the whole SAP functionality.
    But if you have no choice expcept to change the standard tables to meet your requirement -  then you need an access key to modify the object, which is available from the market place.
    Nevertheless, the better option is to create a 'Z' table with the required fields and use that accordingly.
    Changing standard tables will have serious impact when you apply patches or do an upgrade on the existing functionality.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Location field in Incoming Payment

    Hi All,
    My client requirement is that they want to have Location in the Incoming payment window but in that its not possible to get that. I can map that through UDF but this does not solve my problem as through UDF i can give it for storing the information as far as reporting i concerned i cant get it. So please help me out. Thanks is advance.
    With best regards,
    Murtuza Ahmed.

    Hi
    Can you please explain what does location field mean and where it is defined . Location is usually used in Item master data as UDF to work as a bin location .I don't think so your client want to see where item is located in incoming payment.
    If you can define Location,probably can help to find your solution .
    Thank you
    Bishal

  • Making Storage Location field mandatory in Work Order

    Hi
    As per our proces, if PR is created from work order and if there is no storage location in work order then PO will have warehouse address as a shipping address. So it is expected that PR must have storage location details when it is created from work order to avoid incorrect shipping address in PO.
    So, I want to make storage location field mandatory in components tab of work order.
    Also I want to avoid the users to deliberately removing the storage location and making it blank.
    Regards
    Prakash

    Hi,
      You will have to use one of the below mentioned user exits  to accomplsih this requirement.
    CNEX0026 Maintenance order: General check for material
    CNEX0027 Maintenance order: Determination of plant or storage location for component
    Thanks
    Narasimhan

  • REM Prod Version: How to hide/disable Storage Location fields

    Hi,
    We are using REM.
    For Issue storage locations, we are maitaining str location in BOM/MRP2 View.
    For Receving Str locatiom, we are maitaining str location in MRP2 View.
    Similarly, for REM assemblies, system provides str locations fields in Production Version.
    Requst to guide on following points:
    1. What is the application and priority of Strorage locations in Prod Version (PV)?
    2. Can the Str locations in PV be hidden/disabled?
    Regards
    Nitin

    Hi NITIN,
    <b>For receiving storage location of finished goods in REM system gives priority for selecting stor loc as below.</b>
    Production version (Rec.stor.loc) -> MRP view (prod stoarge loc)
    <b>For issue storage location of components  in REM system gives priority for selecting stor loc  as below.</b>
    BOM (issue storage loc) --> MRP view (prod stoarge loc)  -->Production version (Rec.stor.loc)
    why do u want disable the storage loc at production version.
    please close reward and close or else come back for more doubt

  • Making storage location field mandatory at contract level

    Dear All,
    I want to make the field storage location mandatory at contract level.Is there any configuration setting to make storage location mandatory at the time of contarct creation.
    please suggest.
    thanks in advance
    ravi k

    sapuser k 
    1. IMG --> SD --> BF --> Log of Incomplete Terms --> Define Incompleteness procedure (Double Click)
    Choose "A - Sales Header", Click New Entries, Create say 55 -  Contracts
    Click "New Entries", Enter Table = VEDA, Choose Field (Storage Location Field ) and Status.
    Click Save
    2. IMG --> SD --> BF --> Log of Incomplete Terms --> Assign Incompleteness Procedure
    Assign Procedure to sales document Types
    WK1 = 55
    Then Click save
    Regards
    Sathya

  • Storage location field mandatory in PR

    Hi ,
    We want to make "Storage location" field mandatory in PR for  "_Document Type and Account Assignment" Combination._
    Like we have a PR document Type ZDM for raise a PR for materials, we want to make STORAGE LOCATION field mandatory if ACCOUNT Assignment in line item is BLANK.
    In case Account assignment is K then this field should be NON-MANDATORY and preferrably should be greyed out.
    Is there is any standard SAP settings for that
    Regards
    Shrey

    Hi,
    Use the user exit -> MEREQ001
    Hope the above helps.
    Regards,
    Vivek

  • Location field is worthless

    I want to enter a location of a meeting as:  Building Name, building address and then the city.  Location field refuses to accept this and keeps defaulting to Building address, city AND THEN Building Name.  Excuse me Apple, but I know exactly how to enter my needs.  And now, each line in location has this baby-poop brown exclamation point.  What does this mean?  There is absolutely no help on iCal in the HELP section.  This is typical of Windoze and has taken iCal back to the dark ages as far as I am concerned.  Can anyone offer an explanation of what I've encountered?

    Nevermind.  I found the answer and having a server OK the address is BS.  I know what I want and I'm getting quite tired of Apple acting like Windows.

  • IPTC location fields - best practices?

    Lightroom offers various location-related data - Scene, Location, City, State/Province, Country, ISO Country Code.
    Country and State/Province are usually straightforward. In a major city, City is also obvious, and for Location I typically enter a street name or street/cross-street.
    Elsewhere, things aren't so obvious. For example, I shot some pictures recently in a village with about 200 inhabitants: is that a city, or a location? Other pictures were taken between villages in a large river valley. Should I enter the name of the valley ("Wakhan Valley") as 'City'? What about shots taken on a major road? Would the name of the road ("Pamir Highway") count for City or Location?
    And what to enter for 'Scene'? And should ISO Country Code use 2-letter, 3-letter or numeric values?
    Does anyone have any advice to offer on these points, or pointers to industry guidelines?
    Thank you,
    Angus

    For industry guidelines, go directly to the IPTC organization. At the following link, download the IPTC Core PS Panel file (along the right side of the page), unzip the file, and look at the pdf for a description of how the various fields are generally used.
    http://www.iptc.org/IPTC4XMP/
    Of course, you can use them any way you wish. What you've described is most commom. Since Countries, States, and Cities are all political subdivisions (arbitrary man-made boundaries), I generally limit their use to just that. The village you described fits this criteria, so in my collection, I would use the City field. I broadly view the City field as being the smallest political subdivision that we use to govern ourselves (just my definition).
    The Location field, on the other hand, could be most anything defined politically, geographically, or otherwise. The IPTC standard suggests using only the Location field, leaving City blank, should you be on a mountain top in the middle of nowhere. Personally, I usually fill in the closest City to the location I'm at, but that might not be what the New York Times or other media outlets would do. I recently took some shots on board a flight at over the Gulf of Mexico - had to really scratch my head on how I wanted to fill in the IPTC fields. Made me wonder what NASA does.
    Hope this helps, Gary

Maybe you are looking for

  • Can I move contacts from my computer to my phone?

    I just got a new MacBook Pro and created a new iTunes and iCloud account so I no longer have to share with my family. When I did that I lost all my contacts on my iPhone, but they are all in the contact app on my MacBook. Is there any way that I can

  • Can I connect a 5.1 speaker set to a HP Pavilion 17-e099ed ?

    Hi, Does anyone know if I can connect an external 5.1 speaker set to a HP Pavilion 17-e099ed ? Thx

  • Replaced Ipod issues

    I recently had my Ipod replaced because it broke and was corrupted. When I connect my new Ipod to ITunes it keeps telling me I need to restore it when it works perfectly and I don't want to restore because I'll lose all the songs I just put on it....

  • Dual Aluminum 23" Displays with GeForce 120 (Do I Need 2 Cards?)

    Hello, does anyone know if I need 2 GeForce 120 cards in the Nehalem Mac to run dual 23" aluminum displays?

  • Please help me capturing data from HTML table

    Hello Everyone, Our Storage subsystem generates a html table containing all LUN allocation for printing. I am saving this html file on disk to collect all table infomation and to put it into a database. I am having problems extracting table informati