Mapping of transmission line in SAP PM

Hi Friends,
I have a scenario to map in SAP PM. I have to map electrical transmission lines of client into SAP for their maintenance. The transmission lines are like 50-60 km long and they pass through different Area office(Considered as Plant). Maintenance responsiblity of the line lies with the Area office (Plant) substation (Work center) through which it has passed.
Please suggest best possible ways to map this scenario.
Thanks a lot in advance.
Thanks,
Avi

Try this whether it works
Hi , This way mapping can be done.
Level 1 :- Transmission Line ( Function Location)
Level 2:- Transmission Line 1 (Function location 1), Transmission Line  2 (Function Location 2) , Transmission Line 3 ( Function Location 3)
Level 3 :- Transmission Line 1 Towers ( Function location installed under function location 1)
Level 4:-  Tower Type E -Dead End Tower (Equipment 1 under transmission line 1 tower function location)
                Tower Type D -30 to 60Deg Elevation(Equipment 2 under transmission line 1 tower function location)
                Tower Type A -upto 2 deg elevation (Equipment 3 under transmission line 1 tower function location)
                Tower Type D -30 to 60 deg elevation(Equipment 4 under transmission line 1 tower function location)
                Transposition Tower (Equipment 5 under transmission line 1 tower function location)
Edited by: Srinivas Narayana Gowda on Sep 2, 2011 2:51 PM

Similar Messages

  • How to delete a line in SAP Script

    Hi,
         How to delete a line in SAP Script.
    Cheers
    S Kumar

    Okay.if still you are looking the option of deleting line there is one solution.
    Just delete the all contents of perticuler(which needs to deleted) line including the tag column(Where you are /*) and save.if you see again than line would not be seen as blank,you will found it has been deleted.

  • Print data at new line in SAP Scripts

    Hi,
    Is there any way that i can print data at new line in sap scripts. I am looping my data and its printing in the same line but i need to print it at new line. Is there any formating options or any command to do that.
    Thanks

    Than you must take all the values from the internal table into the different variables and than print them.
    In program:
    READ TABLE ITAB INTO WA_TAB INDEX 1.
    IF SY-SUBRC = 0.
      VAR1 = WA_TAB-FIELD1.
    ENDIF.
    * read all the lines and fill the VAR variables
    In SAPScript:
    /E LINE_VAR
    /P &VAR1&
    /P &VAR2&
    /P &VAR3&
    /P &VAR4&
    Regards,
    Naimesh Patel

  • Mapping of Multiple Line Items

    Hello All,
    While trying to post a purchase order creation into R/3, there are several line items in the purchase order. Each has different quantity, GL account, cost center and unit price. So how should I map it to the target field.
    Occurence of order detail
    order detail                      0..1
          list of item details       1..1
          Item detail                  1..unbounded
          base item detail           1..1
          line item number          1..1
          buyer line item num      1..1
    So occurence of buyer line item number is not unbounded. so how can I duplicate this buyer line item number?
    For example, In the XML source message I have 5 line items.....
    for line item one, I have quantity A, GL account B, cost center C and unit price D,
    for line item two, I have line item X, Quantity Y, GL account Z, Cost center M and unit price N, etc
    When I am trying to map I am able to pick only the first line item. Can anyone throw some light on how I should map all the line items data?
    If anyone can help me with mapping of this. A bit in detail please
    Regards,
    Neelima
    CSC

    Hi Neelima,
    Check out this blog....
    /people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool ( with PO only)
    Multiple line items are generated basically using Context.
    Hope this will help.
    Let me know if you need more details.
    Nilesh

  • How to draw line on SAP form

    Hi everyone,
    Who have a good way to draw lines on SAP form?
    I created a Wizard form, and use Rectangle (Height=0) as the two lines between title and bottom button, but I met a problem, when show another form which cover the line, after close this form, some part of lines disappear, I have tried using SAP form refresh, it still can not restore showing line completely, who have good way to workaround the problem or give me another way to draw line.
    Thanks in advance!
    Kathy

    The only way I found to get a form looking really close to a standard B1 Wizard form is to use bitmaps.  I use 3 - one each for the top, bottom and left hand side.  The bitmaps include the line drawing and appropriate pictures/background colours.  I normally define these in the XML used to create the form as in the following example:-
    <item uid="PTOP" type="117" left="0" width="566" top="0" height="80" visible="1" enabled="1" from_pane="0" to_pane="0">
            <AutoManagedAttribute/>
            <specific picture="AZU_SPC_WIZ_TOP2.bmp">
                    <databind databound="0" table="" alias=""/>
            </specific>
    </item>
    <item uid="PBOT" type="117" left="0" width="566" top="336" height="40" visible="1" enabled="1" from_pane="0" to_pane="0">
            <AutoManagedAttribute/>
            <specific picture="AZU_SPC_WIZ_BOT.bmp">
                    <databind databound="0" table="" alias=""/>
            </specific>
    </item>
    <item uid="PLEFT" type="117" left="0" width="100" top="0" height="336" visible="1" enabled="1" from_pane="1" to_pane="1">
            <AutoManagedAttribute/>
            <specific picture="AZU_SPC_WIZ9.bmp">
                    <databind databound="0" table="" alias=""/>
            </specific>
    </item>
    John.

  • How to break the command line in SAP scripts

    Hi,
      Can any one Please guide me how to continue the command line( /: ) of SAP SCPRIPT into multiple lines.
    Regards
    Kiran

    Hi Kiran,
    U can continue in the same line itself by pressing SHIFT+F8
    If u want it in the next line then u can give space in the tag column.
    Thanks,
    Vinod.

  • Mapping for item line and condition line

    I saw  mapping specification.Can someone tell what is mappig toitem line and what is mapping to condition line?Tell me with an example.

    Hi Subash,
    In mapping specification mapping to line item means direct mapping the source to target. Condition Mapping means its based on some condition you map source to target.
    Find Examaple.
    IDOC                                        EDI
    Source----
       --Target
    E2EDK01005-BELNR----
    Set BIG.02=BELNR
    E2EDK02-BELNR,QUALF='001'----
    if QUALF='001' SET BIG.04=BELNR.
    In this case if there is only one condition in the segment better to check conditon in the segment level then it wont create the segment itself if condition fails.
    Thanks,
    RamuV

  • I  want to write data in 10th line or 20th line in sap scripts

    i  want to write data in 10th line or 20th line in sap scripts,how can write it

    Give 10 line feeds in your Paragraph Formats
    then write your Data there &DATA1&
    again give 10 line feeds and write your data2 there
    Reward Points if helpful .
    Regards,
    Ismail

  • ABAP mapping code in XI or SAP

    Hi All,
             Where do I need to write the ABAP mapping code, in XI or SAP. CAn it be written at either of them and used in interface mapping?
    Regards,
    XIer

    Hi,
    These are some of the weblogs which they have used ABAP mapping. In all of them they have used it in XI only. Also I have never seen the way you have mentioned.
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping
    /people/rahul.nawale2/blog/2006/11/01/dynamically-sending-a-mail-to-the-po-creator-using-xslt-abap-mapping
    /people/michal.krawczyk2/blog/2006/09/20/xi-abap-mapping-logs--more-standard-better-visibility
    Regards,
    ---Satish

  • Dotted vertical line in sap script

    Hi all,
      Can anyone help me drawing dotted vertical line in sap script?
    Thanks in advance.
    bipen

    hi,
    u can use
    for a horizontal line---
    &ULINE(71)&
    for a vertical line---
    &vline&
    regards,
    krishna

  • Problem in message mapping (outbound IDOC ORDERS05 from SAP R/3)

    Hi to all,
    I have an outbound interface from sap r3
    sap r3 --> XI --> ftp server
    idoc --> XI --> text file
    Using IDOC orders05
    The problem is in segment E1EDP01/E1EDP19
    Segment E1EDP01 is unbounded and i map it well. If it contains E1EDP19, works fine. But in some cases, E1EDP19 not appears at E1EDP01segments. So then XI fails at mapping:
    IDOC OUTPUT (OK)
    1-E1EDP01/E1EDP19
    2-E1EDP01
    3-E1EDP01/E1EDP19
    4-E1EDP01
    XI WRITES (FAILURE)
    1-E1EDP01/E1EDP19
    2-E1EDP01/E1EDP19 (INFORMATION FROM LINE 3)
    3-E1EDP01 (WRONG)
    4-E1EDP01 (WRONG)
    You can take a look of Mapping mode here:
    <a href="http://img505.imageshack.us/my.php?image=orders05mappingcj8.jpg">[IMG]http://img505.imageshack.us/img505/1536/orders05mappingcj8.th.jpg[/IMG]</a>
    We don't use BPM and wanna use a solution without it.
    Pls ask me for more information if necessary.
    Thanks a lot for your help; Regards

    Hi all,
    The mapping function includes an exists and a mapwithdefault.
    Now the creation of the segment is handled ok, but not as well its fields. Its unable to determine the write of the second E1EDP19 segment and it does:
    1- OK
    2- OK
    3- Writes E1EDP20 but not the 19
    4- OK
    Thanks for your interesting

  • How to integrate google.map.places.AutoComplete widget in sap.m.Input field?

    Hello Folks,
                     i have requirement of auto-search in ui5 project.For that i have used sap.m.input control and register in controller like below:
    onInit : function() {
      var g = this.getView().getController();
    /*Input field defined in view.xml*/
    var areaInpt = g.byId(sap.ui.core.Fragment.createId("photos",
      "autoComplete"));
    /*autoComplete Instance*/
      autoText = new google.maps.places.Autocomplete($("#"+areaInpt), {
      types : [ 'geocode' ]
    But when page load it was showing undefined is not function.And when i commented above autoText line then error is not coming.
    NS: i am using following api : https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=places
    Below is the screenshot for same:

    I have the same question. Anybody has an answer for this? 
    Grant

  • How I can map "Sales Target Planning" in SAP?

    Hi All,
    I am working in Sales & Marketing in a Logistic Service Provider Company.
    Our Product is Container (in which RMG & other commodities are transported
    via ship from/to all over the world). Our Sales Target is planned in yearly
    basis on Quantity of Containers, Number of Buyers, Different Corridors,
    Different Commodities etc etc. How we can map our Sales Target Planning in SAP?
    Regards,
    Syed Waseem Reza

    Sir,
    Can you please let us know the high level process flow you have already mapped? I am facing the same problem.... I am here delivering my existing process flow.
    We didnu2019t go for any other special module of SAP
    The General modules of SAP including
    u2022     SD(Sales & Distribution),
    u2022     MM(Material Management),
    u2022     WM(Warehouse Management),
    u2022     LE (Logistic Execution),
    u2022     FI(Finance), CO(Controlling),
    u2022     FA(Fixed Asset)
    Basic Process Mapping:
    u2022     SO(Sales Order) may create directly or against Qut(Quotation)
    u2022     All SO line item will create the PR (Purchase Requisition)
    u2022     Warehouse does the GR (Goods Receive) against PR indirectly SO.
    u2022     Empty and Laden Container enters to Warehouse as a material received.
    u2022     TO (Transfer Order) of Goods to the Bin Location
    u2022     Creates the Outbound Delivery against GR.
    u2022     Picking of Goods from WH Bin to Deliver Place
    u2022     Packing of Goods to the Container as per Shipment.
    u2022     Outgoing Invoice for collection against Outbound Delivery
    u2022     Incoming Invoice for payment against Shipment Cost.
    Management wants to give one sales target such as...
    Year -SO-----Material Group---Material Group
    --(20' Container)-----(40' Container)
    2009-----10,0004,000--
    2,000
    and in the end of the year, Management wants to see the see the following report.
    Year      Targeted      Achieved     Target(20') Achieved(20')  Target(40')  Achieved(40')
    --SOSO-----
    2009-----10,0008,0004,0002,0002,000--
    1,500
    For this I have to store my sales target in any of SAP document, because i have already all the Achieved information in my existing system, because material groups are keeping in the Shipment/Packing phase of the process, So i can easily make the report, but i cant get the Target as I don't have any place to store the same.
    Can anybody help me to proceed?
    Rgds
    Farhad
    Edited by: Farhad Islam on Jan 31, 2009 6:49 AM
    Edited by: Farhad Islam on Jan 31, 2009 6:49 AM

  • Mapping Delete or Update Operations - SAP NetWeaver Gateway Foundation (SAP_GWFND) - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hallo,
    I'm not sure if this is the right place to ask this question but I couldn't find any other posts related to my question.
    I have followed the NW Gateway Guide and developed an application for User Management. Although it already exists, I created a data model by myself. I have used BAPI mappings to fetch the data. But I have also added few extra line of codes under the automatically generated methods.
    The problem I face is every time I add or change an entity mapping and click on 'generate runtime objects' it replaced all my extra coding from even other entities.
    Is there anyway to generate these objects just for the new or changed entity?
    Please advise!
    Jack

  • Sales Order Text Lines in SAP Query

    I have a requirement to output several text lines into a SAP query based around sales orders.
    I have included some code to read the details into my query and get no syntax errors, however the report gives a blank output for each of the text fields included, despite there definitely being some text with the specified attribute ID and text object in the table STXL.
    Where am I going wrong?
    Please find the coding below for one of the text field I'm trying to extract:
    TABLES:STXL.
    DATA:
        VBELN LIKE VBAP-VBELN,
        POSNR LIKE VBAP-POSNR,
        TDNAME LIKE STXL-TDNAME,
        MYLINE LIKE TLINE-TDLINE,
        ZE18_LINE(1200) TYPE C.
    DATA:BEGIN OF LINES OCCURS 0.
            INCLUDE STRUCTURE TLINE.
    DATA:END OF LINES.
    DATA:BEGIN OF MYHEADER.
            INCLUDE STRUCTURE THEAD.
    DATA:END OF MYHEADER.
    CLEAR TDNAME.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
      INPUT = VBAP-VBELN
    IMPORTING
      OUTPUT = VBELN.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
      INPUT = VBAP-POSNR
    IMPORTING
      OUTPUT = POSNR.
      CONCATENATE VBELN POSNR INTO TDNAME.
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
            ID = 'ZAT2'
            LANGUAGE = SY-LANGU
            NAME = TDNAME
            OBJECT = 'VBBP'
         IMPORTING
            HEADER = MYHEADER
         TABLES
            LINES  = LINES
    EXCEPTIONS
            ID = 1
            LANGUAGE = 2
            NAME = 3
            NOT FOUND = 4
            OBJECT= 5
            REFERENCE_CHECK = 6
            WRONG_ACCESS_TO_ARCHIVE = 7
            OTHERS = 8.
    IF SY-SUBRC = 0.
      LOOP AT LINES.
        MOVE LINES-TDLINE TO TEXT.
        ENDLOOP.
    ENDIF.

    Hi -
    Please check in debuging.
    check the value of TDNAME correctly populated with sales order no and sales order item.
    You can cross check with the table STXH with TDNAME and see if any entries is available for TDID 'ZAT2' as your case.
    Here are sample code.
    DATA :    lv_tdname TYPE tdobname,
                     lw_line TYPE tline,
                    li_line TYPE STANDARD TABLE OF tline.
    CLEAR : lv_tdname , li_line[],
    cocatenate w_vbak-vbeln w_vbap-posnr into lv_tdname.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        id                      = 'ZAT2'
        language                = 'E'
        name                    = lv_tdname
        object                  = 'VBBP'
      TABLES
        lines                   = li_line
      EXCEPTIONS
        id                      = 1
        language                = 2
        name                    = 3
        not_found               = 4
        object                  = 5
        reference_check         = 6
        wrong_access_to_archive = 7
        OTHERS                  = 8.
    IF sy-subrc = 0.
      CLEAR lw_line.
      loop at li_line INTO lw_line .
    * Put your logic
      endloop.
    ENDIF.

Maybe you are looking for

  • Itunes 6.0.1 is unminimizing when I push the play button on my keyboard.?

    I can't stop itunes from unminimizing when I press the play/pause button on my INTERNET KEYBOARD PRO. In all the past versions of itunes, it would stay minimized when I'd tell it to pause and that's what I wanted, but 601's popping up on the screen e

  • My friend's iPad doesn't want to buy anything

    Hello guys! I have a very tragic story about the my friend's iPad. She recently bought some apps on her iPad, but iTunes store withdrew no money from her account. Today Appstore asked to recheck the payment card. During the checking process, it asked

  • Silent Installation Adobe Acrobat 9 Win 2008 R2

    Hi, I have a problem with the silent installation of Adobe 9 under Win 2008 R2. I have created an admin installation with all hotfixes including 9.3.2 german. When I install. The installation fails with 1603. In the log i found the following errors:

  • Wrong aspect ratio on new MBP retina

    On my new MacBookPro Retina 15'' with Windows 7 partition, a game doesn't fill the full screen. It looks like 4:3 squeezed with black vertical bars - and no matter what display setting I chose it's always the same. But it was okay on my older MacBook

  • Nvidia module for custom kernel

    Hi all. I've compiled a custom kernel using abs according to the instructions on the wiki, but I'm having a hard time installing the nvidia module using the instructions on the Nvidia page of the wiki. The install always aborts complaining of not bei