"Region" field's label of Rental object address to "State"

Hi Experts,
I want to change  "Region" field's label of Rental object address to "State". Is there any way to get this done with out going by data element level.
If it could be achieved by BDT, please guide the steps.
Thanks in advance.
Regards,
CM

Hi,
Goto CMOD, Goto "Goto" in menu \ Text enhancements \ keywords \ change, enter the data element "REGIO", write your description.
But this is not at all advisable bcz it reflects in all the screens of SAP wherever this field exist.
As address fields almost uses by all modules, dont do any changes and try to convince the business.
rgds,
Srini

Similar Messages

  • REFX - RENTAL OBJECT - MASS FIELD CHANGE / UPDATE

    Dear Team,
    I would like to have a clarification related to   SAP- REFX Lease in Scenario.
    Issue is I have thousands of Rental objects are already Created.
    But Based on the Rental object i would like to Update the "NAME OF THE RO" ( description )  field need to change now ( for all RO's ).
    Is there any way to do it through UPLOAD / Any other automation activity available ???
    Kindly clarify .
    Thanks,
    Subbarao

    Dear Subbarao Narne.
    As you already know, Mass Change transactions of RE-FX is just for Responsibility , Organizational Assignment and Update Objects.
    So, If you want to mass change the VIBDRO-XMETXT field as description, you can consider 2-options;
    1) Use function module : You can use this function in the LSMW.
           - API_RE_RO_CHANGE  or BAPI_RE_RO_CHANGE (BUS1504_CHANGE)
    2) Direct Changes on the table list (Not recommend)
           - Case of your requirement field as VIBDRO-XMETXT is not key field, so even if you try to change
             this filed by changing of direct table list , Actually, that is no problem~
             (But this method is not recommended)
    Regards,
    Jeong, Yeong-Chul.

  • Assign meter that already created from PM to rental object

    Dear Expert,
    Please kindly advice on how to assign the meter that already created (already has the measuring point ) into pooled space or rental object.
    When I use REBDRO --> Meter Tab
    the transaction allows only creation of new measuring point , Field Measuring Point is disable and allow to assign internally from the system
    Best regards,
    Tima

    Hi Tima,
                I dont think it is possible to assign the measuring point already created to RE Objects. As, if we go to transaction IK01 we select the Measuring point object as "IME" and then select the object type and ID. If we use any other measuring point object we dont have the option to enter the Rental object type and rental object ID to create the measuring point. So any measuring point created with any other Measuring point object cant be attached to the rental objects.
    Even if we directly create measuring point from rental object, the object is created with "IME" Measuring point object.
    Regards,
    Deepak M

  • Region Field in COPA

    Hi,
    Requirement is to bring in Region Field in COPA..
    The Region field is available in Customer Master data.. so the relevant tables involved are:
    KNA1 - Customer, Address key
    ADRC - Address key, Region
    Check table: T005U
    Now, how do we create a COPA characteristic Region and what should be the derivation rules..
    Please suggest..

    HI,
    KEDR (Derivation)->Table lookup on table KNA1.
    Source
    KNA1-KUNNR = CO-PA-KUDNR (system proposes)
    Target
    KNA1-REGIO = CO-PA-WWREG (your region Characteristic in CO-PA).
    When Region field available n populated in KNA1, you don't need ADRC table.
    Hope this helps.

  • Change measurement tab on rental object

    Hello experts,
    My requirement is to gray-out or eliminate certain fields on the measurement tab (MEASFRO and MEASTO) for buildings and rental objects.
    The output displays on SAP standard ALV output display.
    Please advise if it is possible to do this in configuration without  a custom ALV development.
    Thanks

    Hello Re_flex....thanks again but I am missing a step here as I was able to hide the column by right-clicking but when I click on the layout there is no layout that I can select. Do you know if these layouts are set in config or not as my layout setting displays 'X' user specific or 'A' ALL but when I select these nothing is displays and when I save I get a message back 'No selection'

  • Sap re rental object value

    Hi there,
    Can you pls let me know where can I find valuation amount of a RO? Which table field.
    Thanks a lot Peter

    Hi.Saskia Ismail
    You can think the 2-Type of posting procedure.
    1. You just only manage 'Partner.Rel. Cash flow' of each condition & flow type.
        In this cases, you do not configure "Distribution Formula" on the "Condition type" configuration.
       (RECACUST>Conditions and Flows>Condition Types and Condition Groups)
    2. You want to manage both of 'Partner.Rel. Cash flow' and 'Object Cash Flow'. but when you posting this cash flow, if you want to block the Object
       Cash Flow making, you can use 'Enhancements' of the 'RECACUST>Accounting>Automatically Generated Accounting
       Documents>Enhancements>Prevent Object Transfers' as below.
      Prevent Object Transfers :
      - You can use this BAdI if you want to suppress object transfers (transfer from the contract to assigned rental objects) during periodic posting.
      - Implement the method SUPPRESS_TRANSFER_POSTING and set the parameter cf_suppress_transfer there to 'X'.
    Regards,
    Yeong Chul, Jeong

  • Other Region Field on Customer Master

    Hello,
    There is a "other region" field under the PO Box Address section in transaction XD03. Can somebody tell me which table it pulls this value from? It is not in KNA1.
    Thanks,
    Asheesh

    I think you refer to the field PO_BOX_REG and it refers to the Region for PO Box (Country, State, Province, ...) 
    Address data is usually maintained in table ADRC. You access this table via the address number of your customer/vendor/plant/etc...
    ADDRNUMBER = KNA1-ADRNR.
    Cheers!

  • How to specify a rental object on a contract during a BAPI upload (LSMW)

    Using the BAPI BUS1505 (Flexible Real Estate Contract) and method CREATE, you have the option of specifying the rental objects on the contract.
    The target structure is E1BP_RE_OBJECT_REL_DAT and the fields are
    CONTRACT_OBJECT_TYPE           Business Object Type of Contract Object
    CONTRACT_OBJECT_ID             ID Part of Contract Object            
    VALID_FROM                     Date: Relationship Valid From         
    VALID_TO                       Date: Relationship Valid To           
    OBJECT_GROUP_TEXT              Name of Object Groups                 
    OBJECT_GROUP_NUMBER            Group Number                          
    INFORMATIONAL_ASSIGNMENT       Informational Assignment              
    What "ID part of contract object" must I specify if I want to specify a rental object?
    The issue is that rental objects contain 3 parts and not 1:
    - Company Code
    - Business Entity
    - Rental Object Number
    I have tried to specify the number in the format "IMPPLL0000102300030003"
    where "PPLL" is the company code, "1023" is the business entity and "30003" is the rental object number, but this or any other code is not working. The error is "Rental object was not entered (REBDRO027)
    Cheers
    Joe

    it looks like the "db.select" method automatically puts select onto the start of the query.
    So just
    ResultSet rs = db.select("* FROM customer");
    ResultSet rs = db.select("* FROM customer WHERE color = 'yellow' ");would probably work
    The executeQuery method accepts any valid SQL that would run on the database.
    If you want to use parameters I would recommend you use a JDBC PreparedStatement
    http://java.sun.com/docs/books/tutorial/jdbc/basics/index.htmlCheers,
    evnafets

  • JBO-25077: Name Region not found in the given object

    I'm linking my main View Object to a secondary View Object using a View Link. Then in a View Criteria, I use an EXISTS statement to add a field from the secondary View Object. I make that field be a LOV dependent on another data source. When I choose an option from the dropdown list in the resulting <af:query>, it returns an error.
    Below, ELEMENT is the name of that field in the secondary View Object. Product is the variable name. Region is a field in the main View Object.
    (Note: When that field is not a LOV, it works fine.)
    oracle.jbo.expr.JIEvalException: JBO-25077: Name Region not found in the given object: ( (ELEMENT = :Product ) ) .
         at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:85)
         at oracle.jbo.common.JboBeanUtils.getPropertyInMapOrBean(JboBeanUtils.java:235)
         at oracle.jbo.ExprEval.getRowVal(ExprEval.java:1367)
         at oracle.jbo.ViewCriteriaRow.getExprVarVal(ViewCriteriaRow.java:1822)
    I'm using JDeveloper 11.1.2.2.0

    I have additional information.
    The field Region in the primary View Object has another field dependent on it. It seems like when the field Element in the secondary View Object is changed, the dependent field tries to look for "Region" in the secondary View Object (which I don't understand why it would), but can't find it, so returns the error.
    Hope this might be a clue to figuring out why the error happens.

  • Updating Connection Object Address

    Hi all,
    Is there any  FM/BPAI to update Connection object address.
    with regards,
    Sumanth

    Hi all,
    I am facing an issue while using the FM: ISU_S_CONNOBJ_CHANGE to update a connection object address in the following manner:
    CALL FUNCTION 'ISU_S_CONNOBJ_CHANGE'
          EXPORTING
            x_haus         = wa_conobj_update-tplnr
            X_UPD_ONLINE   = co_flagged
            x_no_dialog    = co_flagged
            x_auto         = lwa_address
            X_OBJ          = lwa_object
          IMPORTING
            y_db_update    = lwa_update
    I am filling the values in the structures: lwa_address-addr_data & lwa_object-addr1_data_new. (Just filling 6 fields: CITY1, POST_CODE1, HOUSE_NUM1, HOUSE_NUM2, STREET & COUNTRY).
    I am also using COMMIT WORK (at sy-subrc = 0). Still this FM is not updating the values.

  • Defaulting the Account screen 'Region' field.

    Within the Account screen there is a Region field which currrently has a drop down list box, and a description field next to it. I need to change this so that, using the country code + Other fields the Region value and description is looked up from Z tables (joined) from within R/3. I already have a functional module that I can remotely call which will allow the source values to be parsed to R/3 and will extract the Region value and description and return this. However, where should this code reside, and more to the point, how can I discover myself where I can place this code.
    I therefore have a number of questions around this:
    o Is calling a remote FM, the best solution, as I know that R3 data can be accessed from CRM.
    o I can look at the fields for this assignment block of the Accounts screen (if that's the right terminology) and can see the 'Region' field and next it the 'Name' field. However, one of the other fields, like language, also a field next to it called 'Name', so how can that be right?.
    o How can I populate the Region description field (called 'Name').
    Any help would be greatly appreciated.
    Jason

    Thanks for that, I knew it was a GET_* method that I would need to use, but I'm not sure how I find where this method is. Ideally I would expect to either be in some transaction, click on the field and go into some coding area which is related to this field.
    Given that I have a field (named 'Region') which I wish to insert particular code for and it resides in the accounts screen within the 'Main address and communication data' block, how do I identify the GET_* method and coding area for this field?.
    The field is currently has a dropdown list box which I need to remove as it will be populated with a fixed value and marked as Read-only. I assume I'll need to make these changes via the AET.
    Jason
    Edited by: Jason Stratham on Apr 15, 2010 3:12 PM

  • How do I use Address Book to print multiple labels using just one address?

    Hi. I'm trying to print multiple address labels using the same address on each label, but I'm stuck trying to make this happen in Address Book. Can anyone help?
    Thanks!

    The work-around that I've found to solve this issue is to create a new group in address book, then duplicate the contact 20 times or so, and drag the duplicates to the group you've created. Then, when you go to print, you will have a sheet of 20 or so duplicate labels. If you want to save it to repeat this task later, you can select "save as PDF" in the print menu, and simply print the PDF file next time. (assuming you use the same size labels next time, of course) Then, don't forget to delete the umteen duplicates from address book, taking care not to delete the original.
    Not the perfect solution, but it gets the job done. Maybe somebody wants to make an automator action that will do this?

  • How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style.

    How to call hr_location_api.create_location for different address style with only those fields that belongs specific to  that address style. It should decide at run time means at run time it will come to know the type of address style and based on that only the fields which belong to address details mapped to calling hr_location_api.create_location.
    Thanks in advance.

    You can create a wrapper package on top of the API (hr_location_api.create_location)
    In the wrapper package you set all the values dynamically based on your requirements(say the style and add_line columns are populated on your conditions) and then you call the API.
    Does that not work ?

  • Strange error message when compiling an IPA ("multiple L$start$ labels found at same address in...")

    I get this message when compiling an IPA with AIR 3.6:
    ld: warning: multiple L$start$ labels found at same address in __ZN9NetStream12DispatchProcEP10NativeInfo at offset 0x06C0
    Googling a bit, it seems it's an error message from this C++ class:
    http://opensource.apple.com/source/ld64/ld64-133.3/src/ld/LinkEdit.hpp
    So I suppose it's a bug in the AIR for iOS compiler. Any clues about why am I getting that warning message?

    I've been getting this message for quite a while, but I think a fix will soon be needed. I got the following message from Apple:
    ==============
    Dear developer,
    We have discovered one or more issues with your recent delivery for "Quazar". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
    Non-PIE Binary - The executable 'Quazar.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables.
    ===============================================

  • How to Create a Cost object for a Rental object in RE-FX

    Dear Friends,
    We have created one Building and it has been assigned with an Asset Master.When depreciation is posted it is debiting to the Cost Center attached to the asset master.
    Here the requirement is to allocate the Cost from the Cost Center to the Rental objects Created under the Building based on the Floor area of the rental Contracts/Rental objects.
    Can you please suggest how to resolve the issue & how to distribute the Cost from Cost Center to Rental objects.
    Thanks and Regards
    Gyanendra
    +919963062333

    hi.........
    When you to create rental unit all the relevant details as rent, floor area etc are mentioned in master itself in different tabs check whether it is being maintained or not. Further on right hand side on the top there is one button for co settlement rule click on it and maintain settlement rule give sender as rental unit & receiver as cost centres you want. Thereafter execute the settlement. Apportionment will be done as required.
    Hope this will solve your problem.
    Regards
    Manish Jain
    Pls assign points if your problem get solved.

Maybe you are looking for

  • MS Report Builder Data Source Missing

    Hi, Simply, when I log onto my server with a local or domain admin and open report Builder, I right click on Data Sources and choose add. I choose the one (only one) in the list and test (successfully) the connection. However, no other users see the

  • New settlement parameters  in   sales order  does not  work

    Hi I have a    sales order for  service material.    It is invoiced.    I  have to settle it.    The  existing  settlement rule  is  wrong. So  I have created a new allocation structure and   changed   settlement  parameter  in     the  sales order. 

  • JAva API's which one and how?

    hi, thanks for the reply, (see below message) basically i want to create a a webbased application that uses JSP, XML. i know i need to use JSDK and J2EE and know how to install them, however im thinking of using Xerces-J as it contains SAX and DOM pp

  • What happens if we kill SMON and PMON Back ground processes

    Dear All, It is an interview question to me. What happens to the database if we kill SMON and PMON background processes? I was unable to answer this, please let me know. Thanks Mahi

  • I have a problem with flash-site (CS5.5)

    Hello! Help me please to deal with this problem: if user write "www.dacafe.ru" in the adress bar of browser so he can see photogallery and virtual video tour, but if he write "dacafe.ru" - he can't see all of this. And if I put a rate 1290*790 so the