Error in 2LIS_17_I0NOTIF for functional location

Hi,
I am activating the standard contet for DSO 0PM_DS02 and it gets the data from DS 2LIS_17_I0NOTIF and 2LIS_18_I0NOTIF.
I have a field in DS as TPLNR(Functional loc.) and it has a SS Conv Routine as TPLN at BI level.
When data is loaded into BI I am getting Functional location data in weird format for example : ?0100000000000000026 every functional location record is preceeded by '?' and when I check in the RSA3  of source system it shows dara in this format : T002-S01-U01-TG -GENSYS
I dont know how this discrepency is coming.
I have checked the sap note 801606 but its not of a much help.
Regards
Vivek

Hi,
I jsut installed that infoobject (0FUNCT_LOC) in my system to solve your query and found out that conversion routine is BWTPL by defualt i guess in your infoobject its selected something different.
Please give a try to it and also double click on that coversion routine and cehck what it says.
Regards,
AL
Edited by: AL1112 on Sep 23, 2011 12:08 PM
Edited by: AL1112 on Sep 23, 2011 12:08 PM

Similar Messages

  • Updating and deleting Partner functions for functional location

    Hi ,
    I am having a requirement of updating and deleting partner function for functional location .
    If anyone can suggest some BAPI or function module for same .
    Thanks n Regards
    Manik

    Hi Fritz,
    Thank you for your response,
    My need is to create a PARTNERS for the FUNCTIONAL LOCATION.
    LET ME DESCRIBE IT.
    WHEN I AM CREATING A FUNCTION LOCATION USING IL01, AS I ENTER A FUNCTIONAL LOCATION AND PRESS ENTER IN THE NEXT SCREEN.
    AND
    I NEED TO ENTER THE PARTNERS FROM THE DROP DROWN MENU  GOTO ->PARTNERS
    WHICH TAKES ME TO THE NEXT SCREEN WHERE I NEED TO FILL THE INFORMATION IN THE TWO FIELDS : FUNCT & PARTNER.
    I need a partner for the functional location that i mentioned above.and i need to upload that information in through Emigall.
    So my query was that can we customize that partner for this functional location and if yes, what should the constraints,
    what are steps required? Do we require a custom service module?
    Regards,
    Robert.

  • Tables for Functional location/equipment   in Sales Area

    Hi ,This is sivakumar  ...
    h2.
    I wanna  know  Tables for Functional  Location/equipment in Sales area   under the Customer Service erena.

    I know the sales order number, header and item ..
    I need other parameters to use this table....

  • 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.

  • LSMW for functional location address fields

    HI Folks,
    I'm loading functional location thru LSMW Direct input method. I coudn't able to see any structure relation for address fileds on functional location. I have mapped the IBIPFLOC for functional location but it doesn't have any address fields. So how to load the address fields of functional location thru LSMW direct input method. Thanks in advance.

    Hi Praveen,
    You can create a separate LSMW for this or you create a LSMW for FLoc upload along with the address details. I don't think this is possible with the standard program you have chosen.
    Regards,
    Bala

  • Outbound IDOCs for Functional Location

    Hi experts
    We are planning to use IDOCs for interfacing SAP and Legacy system using XI.
    THis will be an outbound interface  as we will be updating the legacy system with SAP.Therefore I am looking for a standard outbound  IDOC for functional location.
    So far I have not found one. Can you advise the outbound IDOC for Functional location ?
    Another question I have , I have found some IDOC's but they are not released , Is there a way to release the IDOC's, what needs to be done for this.
    Many Thanks
    Regards
    Gaurav

    Hi Vinod,
    This is the case for the 2 outbound Idocs from ECC to SNC for which settings have been maintained to send them immediately:
    1. PORDCR1
    2. STPOD
    I have asked my PI team to check the PI port / PI cache. Will keep the thread updated if theres any resolution.
    Regards,
    Bharath

  • Addition of sub-screen for Functional Location / Equipment / Notification

    Hi All,
    Can any one help me on Addition of sub-screen based on config in new tab or sub-screen for objects for Functional Location / Equipment / Notification / Notification Item / Work OrderWork Order Operation.
    If you are designed the above requirement by using ABAP objects please send sample code for the same.
    I am not bothering about addtional fields which you created in your program.
    Thanks a lot.
    -Kalluri

    Thenna,
    QMIH-ILOAN -> ILOA-ILOAN
    ILOA-TPLNR -> IFLOT-TPLNR
    PeteA
    [www.pjas.com]

  • Can't find Business Object for Functional Location BOM in BAPI

    Hi all,
    I've to make Upload Program through BAPI for Functional Location BOM,for making that Upload i can't find BUSINESS OBJECT for FUNCTIONAL LOCATION ,Equipment BOM and Fleet Object (Vehicle).Kindly tell what Business Object should i used to create that Upload Programme.I shall be very thankful to you.
    Regards,
    ABAPFK

    Hi
    you have to do all steps in LSMW
    1.Maintain Object Attributes
    2.Maintain Source Structures
    3 Maintain Source Fields
    4 Maintain Structure Relations
    5 Maintain Field Mapping and Conversion Rules
    7 Specify Files
    8 Assign Files
    9 Read Data
    10 Convert Data
    11 Create Batch Input Session
    Please maintain source fields required.thats important.(maintain 2 level-header and item,also provide common name of column to link to 2 files
    Header file:sample
    RECORDNAME     EQUNR     Plant
    10001031                        10001031      3000
    Item file:sample
    RECORDNAME     ITEM NO     MATNR     Item catg   QTY
    10001031                             10      P-1001          L               1
    Regards
    Seenu

  • Problem when Indicator for Alt. labelling for functional location activated

    Dear Experts,
    In our test system, i had activated alternative labelling for functional lcation for an interface with Locations in ISU.
    After i activated it the entire labelling for functional locations got changed to some arbitrary sustem generated number. For a sample -?0100000000000000142. Is there a ways i can retrieve the original names back. We have reactivated it to inactive again.
    Please help.
    Thanks,
    Boby Mathew

    Hi,
    Once alternative labelling is active, the previous functional location number (IFLOT-TPLNR) and OBJNR become a internal number. The visible location labels are stored in table IFLOS (Field STRNO).
    How easy it is to revert to status 1-Inactive depends on the existance of IFLOS records. If there are no IFLOS records it should be possible to just deactivate via OIPU transaction - Uncheck the 'alt label active' flag - Save.
    Where IFLOS records exist it means functional locations have already been created while the switch was active. These functional locations must be archived. See the full instructions for this process in note [359186|https://service.sap.com/sap/support/notes/359186]. It's a old note but is still valid for all current releases.
    -Paul

  • BAPI for functional location

    Hi expert,
    I want to upload master data for functional location .
    can any body suggest me name of BAPI for the same .???
    Regards
    Prasad

    Prasad,
    It would be very useful for you to have a look at TCode BAPI to see what is available
    PeteA

  • Alternative labelling for Functional locations

    Hi All,
    I wanted to know if i activate Alternative labelling for Functional locations, does it affect system performance. Also is it worthwhile to activate?
    Kind Regards
    Emanuel

    Hi,
    No, it will not have any impact on system performance. Alternative labelling offers you the possibility to have multiple labelling systems so a functional location can be known by different names by different parts of your organization. If you have a need for this then it would be useful otherwise probably not.
    -Paul
    Please use [Enterprise Asset Management (EAM)|Enterprise Asset Management (SAP EAM); forum for PM/CS specific topics

  • Partner  for functional location of connecttion object

    Hi Fritz,
    Thank you for your support,
    I would require to have a Migration Object : PARTNER  for FUNCTIONAL LOCATION of CONNECTION OBJECT.
    i know its a custom development can you help me with this context. To go ahead and develop this.
    As i would require this to complete the data migration cycle for one part.
    what are the requirement i need to take care to make this customization possible?
    Regards,
    Robert.

    Hi Fritz,
    Thank you for your response,
    My need is to create a PARTNERS for the FUNCTIONAL LOCATION.
    LET ME DESCRIBE IT.
    WHEN I AM CREATING A FUNCTION LOCATION USING IL01, AS I ENTER A FUNCTIONAL LOCATION AND PRESS ENTER IN THE NEXT SCREEN.
    AND
    I NEED TO ENTER THE PARTNERS FROM THE DROP DROWN MENU  GOTO ->PARTNERS
    WHICH TAKES ME TO THE NEXT SCREEN WHERE I NEED TO FILL THE INFORMATION IN THE TWO FIELDS : FUNCT & PARTNER.
    I need a partner for the functional location that i mentioned above.and i need to upload that information in through Emigall.
    So my query was that can we customize that partner for this functional location and if yes, what should the constraints,
    what are steps required? Do we require a custom service module?
    Regards,
    Robert.

  • Alternate labelling for functional locations

    Hi PM Experts,
    Does anyone know how to go about using "Alternate labelling for functional locations".
    We currently use a GIS code for our description of our FLOC's, the problem is that the users cannot see the address of the FLOC.
    I dont know if the Alternate labelling for functional locations will work or if there is another option available.
    Kind regards

    Thanks.
    It is maintained in the FLOC. The main reason we need the address is when we print out a work order. It displays the FLOC ID but we need the address to be printed out on the order.
    Regards

  • Address upload for Functional Locations

    Hello,
    I'm using batch input session to upload address data for functional locations (PM). However, I do not see any way to enter address data with this method. Do you have any suggestions on this matter?
    Thanks in advance,
    Eli

    yes I mean recording with LSMW.
    Standard batch input and BAPI FUNC_LOC_CREATE do not have the adress data.
    even for customer and vendor adresses it is not possible to do it in one shot (if you use central adress management)  as you can read in OSS note 306275 and 384462

  • Change pointer for functional location- deletion flag & activation status

    Hello,
    Im trying to use change pointer for functional location outbound interface. I did all required settings in BD52. The problem is with deletion flag and acive/deactive status.
    I found that those two are stored in:
    table     field
    TAPL     LOEKZ
    TAPL     PARKZ
    The problem I have is that I cannot find the object for those table, and due to that it cannot be customized in BD52.
    Could You please advise which object class should I use or alternatively which other table/field and object should I type in to activate change poiters for deletion flag and active/ not active status?
    For object IFLO, and its table (IFLOT, IFLOTX, ILOA)- there is no field for del flag and active status.
    Thanks in advance.

    Hi, standard didnt let us fulfilling this requirement. What we did- we extended table IFLOT with additional field for the status and used an user exit when saving FL, to take the value (status) from table JEST/TJ02T and copy the value to the newly created field. Then BD52, iflo, iflot, and the new field and it worked. Of course the function module for the message type (BD60) had to be changed to add this status value in additional segment/field for the idoc. Hope this will help You, as there is a lot of technical background behind it, and this is only functional overview.
    rgds.

Maybe you are looking for

  • ITunes 10.1 no longer syncs?

    After updating to the latest iTunes 10.1, it keeps crashing when attempting to sync new songs. Windows says iTunes isn't responding, checks for solution, and closes. This problem has only happened with this version of iTunes, and syncing music is the

  • Error on Workflow email notification in oracle 11.5.10.2

    Anyone seen similiar error on Workflow email notification in oracle 11.5.10.2 UNEXPECTED:[fnd.wf.bes.server.SystemLoader.getLocalSystem]:Caching disabled due to JTF exception: oracle.apps.jtf.base.resources.FrameworkException: CacheComponent not regi

  • HT1329 Use of ipod as external drive, help!!!

    I got a new PC & used my ipod (after realising you could do this and there was space on my ipod) as a hard drive to transfer my itunes library to my new PC. It was far from straight-forward and I had to buy two lots of software to help me do this, as

  • Plz Help sas drive What should i do?

    So I have an awesome late 2009 macbook pro 13.3", with a 2.53 GHz intel core duo processor, 500GB 5400rpm HDD, 4GB ram. I just ordered an 8GB ram upgrade from newegg, because a lot of stuff I do with my computer takes ALOT of resources. Im also looki

  • New iMac shuts down but does not start as set in Energy Saver Schedule

    Set Energy Saver schedule to shut down at 2300 and it does so at approx 2305. Set schedule to start up at 0700 and it does so the next day but NOT after that (have repeated the exercise 3 times - same result!).