ILOM0001 - functional location description  (pltxt)

Hi,
problem:
the (same) description (PLTXT) of functional location has to be saved in TWO different languages every time any change is done on a functional location AND  save is (pressed) processed.
User exit ILOM0001 is already implemented and can be used for further enhancements.
Open for any suggestions.
Thanks a lot for any response.

Thanks so far.
@Dwaraka
I already thought about a direct update of the IFLOTX table.  But I also learned (: NOT to access standard SAP DB-Tables directly!
The user exit ILOM0001 is used only be the one project. So no issues on that end.
@Pete
It's not causing a problem -> I have to realise the proper saving/update of the same description in two different languages every time the 'SAVE' is processed.
Users can logon in (2) different languages (international company). But in EDIT mode for the technical object (func. location) the description value has to be the same!
Did I answer all your questions?
Thank's for further replies.
Eduard
At last the problem was solved. (not that nice - but anyway)
- The functional location is created (and saved) using SAP standard BAPI's.
  in the User Exit i put coding which INSERTs the same PLTXT (with respectively other language code) using SAP update function module for IFLOTX. this part runs only if transaction (sy-tcode) IL01 or a specific condition are set.
- During the process the user (always!) needs to modify some Data of the functional location. [1. SET PARAMETER ID ifl FIELD f; 2. call transaction IL02 and skip first screen]
in the User Exit there is bapi call - something like IFLOTX_UPDATE or  - the existend PLTXT is copied into the Importing structure of the function module and the language is switched . The text is then modified  after COMMIT WORK
It's probably not the best way - but it worked.
Edited by: Eduard Reidel on Sep 15, 2009 6:34 PM

Similar Messages

  • To maintain 'Functional Location Description' field as mandatory field

    Hi All,
    I am unable to maintain the "Functional Location Description" field as mandatory field (Screen Filed: IFLO-PLTXT).
    In IMG settings, I am unable to find this field to change it to "required" field. Could you pls. tell me the way to make this field as mandatory.
    Thanks in advance.
    JK

    hi try t.code oiaj there is a filed of description

  • Functional location description as mandatory

    Hi Experts,
    I have a requiremenet to set functional location description (IFLO-PLTXT) as mandatory. in customizing (OIAF) i could not find this setting.
    How to make this field as mandatory/required? pls help.
    Thanks
    Rgds,

    Hi,
    If you could not find it thru configuration then try using SHD0 Tcode  transcation variant to make that field mandatory ...for IL01 and IL02 tcodes . The topic has been discussed many times please use the search option of the forum for steps.
    You can save the transaction variant in separate package create via SE80 and transport the changes.In shd0 tcode you can activate the transaction variant under standard variants tab.
    regrds
    pushpa

  • Getting Functional Location Description

    I can find the code for the functional location in itob-tplnr or in mcipmis-tplnr but it returns a code and not the description.  Is there a function I can use?

    Hi again. Please try this example program.  This is working quite well in my system.
    report zrich_0001.
    data: pltxt type iflotx-pltxt.
    data: xequi type equi.
    data: xiloa type iloa.
    data: xEQUZ type EQUZ.
    parameters: p_equnr type equi-equnr.
    start-of-selection.
      clear xequi.
      select single * into xequi from equi
               where equnr = p_equnr.
      select single * into xEQUZ from EQUZ
               where equnr = p_equnr.
      select single * into xiloa from iloa
               where iloan = xEQUZ-iloan.
      call function 'IREP1_LOCATION_TEXT_READ'
           exporting
                i_tplnr = xiloa-tplnr
           importing
                e_pltxt = pltxt.
      write:/ xequi-equnr, xiloa-tplnr, pltxt.
    Regards,
    Rich Heilman

  • Reference object structure list iam getting only functional location no

    Dears
    There is one query from our client that in reference object structure list he is getting only functional location no and not functional location description.i asked him to go to menu settings field selection -functional location and from the choose list  ask him to select functional location description .But still he couldn't get the required one. Can any body tell me the reason.

    Hi,
    You can achieve it from OIAJ tcode and set the required setting for your field IFLO-PLTXT.
    Regards,
    Keerthi

  • Help - Class name and descriptions for a function location.

    Hi Guys
    i have to write a report that displays the class and class descriptions for a function location. the user passes in either the function location(TPLNR) or the class name and  the report should display the the class characteristics and resp. values. Is there a FM that i coud use?
    please help.
    many thanks.
    seelan.

    sadiepu1 wrote:
    When I set up Words with Friends on my Fire it asked for my username and password which from a previous reply to my inquiry above stated that the S 3 doesn't store due to privacy issues. I have tried all my usual combinations of usernames and passwords and my Fire won't let me access the game as it keeps telling me that one or the other is not correct. I have deleted the app from my Fire and re-downloaded it but have the same error comes up. I have accessed the Words with Friends support both on my phone and their website but there is no live chat. I might have to take both to a Verizon store. Also, my Fire won't let me access the game without a correct username and password. To say that I am frustrated would be an understatement as well I have tried everything I can think of with no luck! Thanks for any help you can give!
    Did you use facebook to log in? 
    Verizon will not be able to help you retrieve any of the information you need.  You will have to contact Zynga.

  • Using functional location exit

    Hi Gurus,
       I am uisng the functional location user exit on save. When i press save using IL01, i am getting into that user exit. I need to change the description (short description PLTXT) as per the client's requiremnets.
    Is it possible to make any change inside the exit?
    I am changing the master data. Please suggest me.
    Thanks

    Hello,
    The simplest way is to go to the table ILOA give your functional location and get the ILOAN number using this ILOAN number you can go to the table EQUZ and fetch the equipment.
    The best way is to create a query in SQVi and there you can link these trwo field to get your desired result.

  • What is use of Acquisiton value in functional location in PM module?

    Hello,
    what is use of Acquisiton value in functional location in PM module?
    Regards,
    Ram Rathode.

    HI Ram,
    You can  do an F4 to get the description of a field.
    Please go through following for your reference:
    Acquisition Value of an Asset
    Assets table for Acquisition value and Equipment number
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/01/d544ef4ab311d189740000e8322d00/frameset.htm
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/c1/376976449a11d188fe0000e8322f96/frameset.htm
    Please award if useful.
    Thanks,
    Ravi

  • Equipment Hirarchy with functional location

    Hi, I am trying for Equipment Hirarchy in functional location.  I have one main equipment and 4 sub equipment of same type.  I want to give specific description each sub equipment.Everytime when I dismantle and install this sub equipment, I want the description and position remains unchanged. How can it be done.

    I will be dismantling the defective equipment and installing new equipment. I will the assign same position number to the new equipment. Here I want to give a name to the position number. example "Cylinder Position 1". So whenever I dismantle and new equipment to that position, I should get the position description automatically.

  • Function module like ENQUEUE and DEQUEUE for function location.

    Hi All,
    I should be highly appreciate if any one help me for locking function module like ENQUEUE and DEQUEUE
    for function location.
    Thanks
    Shaw

    Hi,
    You can either use the standard way of locking by using :
    data:lv_varkey          TYPE rstable-varkey.
    concatenate functional_location sy-mandt into lv_varkey .
    *   Lock table
        CALL FUNCTION 'ENQUEUE_E_TABLEE'
          EXPORTING
            mode_rstable   = 'E'
            tabname        = 'IFLOS'
            varkey         = lv_varkey
          EXCEPTIONS
            foreign_lock   = 1
            system_failure = 2
            OTHERS         = 3.
    *     Unlock table
          CALL FUNCTION 'DEQUEUE_E_TABLEE'
            EXPORTING
              mode_rstable = 'E'
              tabname      = 'IFLOS'
              varkey       = lv_varkey.
    Or,
    As mentioned above create a lock object via transaction SE11.
    Go to transaction se11:
    --> Enter lock object name e.g EZ_IFLOS
    --> Click on create
    --> Enter description
    --> Click on tables tab
    --> Enter 'IFLOS' as table name
    --> select lock mode
    --. click on save and activate.
    2 function modules will be created as DEQUEUE_EZ_IFLOS and ENQUEUE_EZ_IFLOS .
    Regards.

  • MAM 30 SR3 functional location characteristics - error on mobile client

    Hi,
    I added a class and a characteristic to a functional location. This is downloaded to the middleware, at least I can find it back in table merep_207.
    It is also downloaded to the client if I look into the data of worklist for MAM_030 in merep_mon.
    At the client when I go to technical object->FL->characteristics I see an empty description and empty value field and third field in the header says FUNCLOC_CHARACT_EDIT and there is a hyperlink below with same description FUNCLOC_CHARACT_EDIT.
    If I click on it I get an error:
    Failed calling event handler_InvocationTargetException_ onLoad in com.sap.mbs.mam.techobj.control.CharacteristicEdit.
    Component: techobj
    View: com.sap.mbs.mam.techobj.control.FunclocDetail
    Event: onEditCharacteristic
    Error Code: E503
    Error Message: com.sap.mbs.core.api.CAFException
    Anyone else got this problem?
    thx,
    jeroen

    Hi,
    1. MAM3.0 is only supported with DB. That fact is clearly stated in MAM 3.0 central note. The reason is not only performance: API for File I/O is missing some functionalities that are supported by DB API.
    2. Edit characteristics is not allowed for free entry text characteristics. This is definetely wrong and you should open message for support team to fix it. Those charcteristics should be supported for edit as per specifications of SR3. Easy logic: GIS coordinates is characteristics as well, they are free entry and they should be editable from the device. There is a criptic paragraph in MAM3.0 SR3 restriction note though, something about data format (decimal dot versus comma, etc) that you might want to look into as I feel it might be somehow related.
    3. Characteristics not edited from the device are removed from the backend. Please check that ALL backend notes are applied (there are tons of them). I remember finding this problem in testing phase and making backend people aware of it. I believe it was fixed, so it should be a note for this somewhere. If you are sure all notes are applied - that is a sure customer message for support team to fix.
    Regards,
    Larissa Limarova

  • Change structure for list editing of functional location

    What is the significance of change structure for list editing (t code il04) of functional location?

    just enter the functional locations you need to create and descriptions and save

  • User Exit/BADI for IH06 'Display Functional Location' screen.

    Hi all,
            Is there got any user exit or BADI to enhance and add two custom fields in RIIFLO20 program screen via tcode IH06? Thanks.
    Best Regards,
    Cheang

    Hi ,
    these are the user exits for  IH06  or RIIFLO20
    ILOM0001            Additional checks before saving a functional location
    ILOM0002            User exit when checking structure of location numbers
    Badis
    BADI_CCM_FLOC_ARC              BADI_CCM_FLOC_ARC              CCM: Functional Location Archivi
    ILOM_MASS_CHANGE               ES_ILOM_EXIT                   Functional location mass change ba
    Regards,
    Madhu
    Edited by: Madhu Babu on Mar 20, 2009 9:12 AM

  • Using Personnel number how to find functional location

    Hi All,
    Using personnel number how to find functional location.
    Regards,
    Maheedhar

    Hi,
        Please check in HRP1001 with OTYPE = 'P' objid = pernr and sclas = 'IE' ... get SOBID and get the description for this
        SOBID from HRP1000.
    Regards,
    Srini.

  • BAPI to deactivate equipment and functional location

    HI all,
    Is there any FM/BAPI to deactivate EQUIPMENT and functional location ?

    Hi Eva,
    U can try out the following BADIS and User Exits
    ALM_ME_030_FUNCLOC
    ALM_ME_FUNCLOCATION
    User Exits
    IEQM0001 
    ILOM0001
    or refer to the link below
    [User Exit;
    Best of Luck !!
    Regards
    Ravi

Maybe you are looking for

  • Macbookpro randomly shutting down

    i had my mac for about a year now got it in jan2010 till now and it randomly startted shutin down 2 days ago all idid was move it around and it would just shut down on me i turned it on for about a 3 min later it would shut down i have insurance and

  • Positioning Difference in IE 6 & FF

    This is my Page and the navigation panel sits to the right of the sidebar in IE 6 but not in FF. It also makes it wider. I have been staring at it for a while now and can't work it out. I would like the list to sit to the left with a bit of padding.

  • Automatic logout

    I am looking for code which will automatically logout user whenever he refresh page or click on back button. I am using JSp and Servlets

  • 64 bit Camera RAW

    I have downloaded the ACR 5.5 and thought it was installed. After opening the Dialog I checked the "About Camera RAW" uinder the Help Menu and found that it was still at 3.0. I tried re-installing it again and get this message: "Cannot install. Pleas

  • Shortcut.vbs missing from ZCM 11SP3 11.3.0.35304

    Hi, We the shortcut.vbs file missing from the newly released ZCM 11SP3. What this means is our bundles that create simple short cuts aren't working any more. It was part of the ZCM 11SP2 all the way up to 11.2.4 but not in the client 11.3 ay more. Re