Object id of location

Can any one tell me what is object id of loactions which is defined in administration--> setup --> inventory --> Locations
Anshu

Dim oLoc As SAPbobsCOM.WarehouseLocations
oLoc = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oWarehouseLocations)
Object number = 144

Similar Messages

  • Is it possible to group 2 objects that are located on 2 different pages in InDesign CS4 JS

    Is it possible to group 2 objects that are located on 2 different pages. Would it be something like that:
            var myArray = new Array;
            //Add the items to the array.
            myArray.push(myLine1);
            myArray.push(myLine2);
            //Group the items.
            var myPages = app.activeDocument.pages;
            myGroup = myPage.groups.add(myArray);
    Thank you very much for your help.
    Yulia

    You can group objects from distinct pages only if they belong to the same spread.
    For instance, if you have a rectangle on page 2 and a rectangle on page 3 in a "facing pages" configuration, this should work:
    var doc = app.activeDocument;
    var r2 = doc.pages[1].rectangles[0]; // rectangle on page 2
    var r3 = doc.pages[2].rectangles[0]; // rectangle on page 3
    // it's better here to handle the parent spread:
    var g = doc.spreads[1].groups.add([r2,r3]);
    // but this may also work:
    // var g = doc.pages[1].groups.add([r2,r3]);
    // var g = doc.pages[2].groups.add([r2,r3]);
    @+
    Marc

  • Error in creating Connection Object and Device Location

    Hi ,
    When i am creating Connection Object and Device Location , system is giving dump . all other object are working fine.
    the error is gievn below :
    Error in reading table TE130.
    i checked this the table , its have no entries ( mainly field ISTYP is blank ) and this is the cause of problem .
    Could you please tell me that how to fill this table before creating Connection object and device location. i think some configuration should be needed for this but i dont know how .
    thanks and regards
    Deepak.

    Hi Deepak,
    You can check standard configuration in client 000.
    Meanwhile you can use this settings:
    ISTYP TPLKZ FLTYP NUMKI NUMKE
    C     AO_GP     A     01     OC
    D     AO_GP     G     02     OC
    This is where you define structure indicator for isu technical location category.
    ISTYP correspond to the type of technical location in ISU, C for connection object and D for device location
    The content of TPLKZ is defined in the following menu in SPRO.
    Plant Maintenance and Customer Service
    Master Data in Plant Maintenance and Customer Service
    Technical Objects
    Functional Locations
    Create Structure Indicator for Reference Locations/Functional Locations
    Hope it helps,
    Regards,
    Daniel Valenzuela
    Edited by: Daniel Valenzuela on Feb 4, 2008 3:22 PM

  • 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

  • How to store flash objects in different location?

    How store flash objects in different location?
    Is this is possible to achieve?
    reply me soon

    Hi,
    I believe you meant to post your question to the Flash forums: http://forums.adobe.com/community/flashplayer
    This forum deals with Flash Access, Adobe's Digital Rights Management solution.
    cheers,
    /Eric.

  • Ssrs 2008 r2 keep objects in fixed locations when report is executing

    In an exisitng SSRS 2008 r2 report there are currently 5  tablixes. Right now in one of the tablixes, I am adding rectangles and textboxes to the one tablix. As I am adding these items to the SSRS 2008 r2 report, new items that I am adding to the report
    do not stay where I placed them originally. In addition, some of the other tablixes are moving around (floating).
    Thus may questions are the following:
    1. In one particular tablix, is there a way to anchor the rectangles and texboxes (keep them from floating)? If so, would you tell me how to keep fixed point locations?
    2. For all the tablixes on the report, is there a way to keep each tablix from flaoting (staying anchored to a fixed location? If so, would you tell me how to keep the various tablixes from floating?

    Hi wendy,
    Just as you said, the location of report items would be changed depends on the data in other items and page size. There are no such property that can directly make an item stayed at a fixed location. While, if the issue is caused by the page size, we can
    change it to an appropriate page size. If the issue is caused by other item data, we can try to use a rectangle to contain those items. Because rectangle is s object container, it can keep objects together on a page and control how object move and push each
    other. For more details, please see the following document:
    http://technet.microsoft.com/library/Cc966445#XSLTsection132121120120
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Dropping dragged object to specic location of Tile Container

    Hi All,
    I am facing a problem in drag and drop application. Tehe problem is that when i am dragging the HBox to Tile container it always adding at last or first position but i want to add to specfic location based on existing children of Tile Container i..e when i am dragging the hbox on Tile container i want on which children of Tile container my mouse pointer so that i can get the position of that child and before or after of that particular child.Please use below image for refrence.
    In this example if i am dragging the desig field from field objects list and drop it in between the empno and firstname child on result object tile is is getting added at last in tile container. i am unble to get on which children of tile container the desig fiel drop.
    Thanks in advance.

    Hi All,
    I am facing a problem in drag and drop application. Tehe problem is that when i am dragging the HBox to Tile container it always adding at last or first position but i want to add to specfic location based on existing children of Tile Container i..e when i am dragging the hbox on Tile container i want on which children of Tile container my mouse pointer so that i can get the position of that child and before or after of that particular child.Please use below image for refrence.
    In this example if i am dragging the desig field from field objects list and drop it in between the empno and firstname child on result object tile is is getting added at last in tile container. i am unble to get on which children of tile container the desig fiel drop.
    Thanks in advance.

  • Keeping object in same location after transition/increase opacity

    Here is what I am trying to do: A box with text on it appears, nearly filling the screen. I click and it flips around and to some different text. When I am finished, I click again and it shrinks and at the same time moves to the upper left hand corner. I click again and the next box appears just like the first one, it flips around, it shrinks down and moves right next to the first shrunken box. I keep doing this until I have 3 rows of 3 boxes.
    I have completed the first slide, so that the first box flips and then shrinks and moves to the upper left hand corner. I'm now trying to create a new slide on which the second box will appear. The slide needs to start with that first shrunken box in the corner at the exact same place and the exact size it finished with at the end of the previous slide. Is there an easy way to do this? I'm having a devil of a time getting the sizing and location just right.

    You could take a screen shot (Command-Shift-3) of the final position and size of the object, then overlay that image on the next slide to assist with positioning (or just use that image as the slide background).

  • Is possible in Photoshop move an object on exact location?

    In Transform controls I have write exact distance X: 1240.00 pixels (1. Picture)
    When I click ok, the object remains in its previous location by the guide X: 1240.50 pixels (2. Picture).
    Unmanageable file is located at: http://failiem.lv/down.php?i=lbjjygi&n=Lapinas_A4.psd
    Maybe someone can help?
    Thanks!
    1. Picture
    2. Picture

    This is becaurse you have your origin point in the middle, if you put your origin point at the left you wil see that it is OK:
    http://dl.dropbox.com/u/275719/FTPlinks/Screen%20Shot%202012-03-02%20at%2012.05.38.pdf

  • Object as functional location

    HI Guys,
    we have somany plants in implementing company. if extend  RO or AO as functuional location, which plant it will select while creting of RO as functiional location. what are all the implecation of plant. is it necessary plant in Functionla location.
    Warms regards
    Ryan

    HI,
    Plants and maintenance planning plants are not required fields when creating functional locations (unless explicitly set). Thus, when object is created in RE, automatically created func loc does not contain plant nor maitnenance planning plant.
    A separate mantinenance of the functional locations under Plant Maintenance module will have to be done for these fields. Eventually plant and maintenance planning plant will be required when processing work orders, etc.
    Regards,
    Lynne

  • Setting WebService object's wsdl location dynamically

    I have written a flex app that speaks to a webservice.
    Everything works fine, but the wsdl location is hardcoded to a
    developer machine.
    In java I could define a system property, or create a
    properties file to read.
    Is there a preferred way for solving this in
    Flex/Actionscript?
    Reading a properties file? A system preference (if there is
    such a thing in flex)? Can I have the html wrapper pass in it's
    href and code some conditional logic? If anyone could help it would
    me much appreciated.

    We use an xml file on our server for externalized urls and
    other items.
    At startup we construct the url based on where the flex
    application was served from. (the url property of the application)
    So if were served from
    http://myServer:9090/MyApp/myFlexApp.htmp
    we build the url
    http://myServer:9090/MyApp/appParms.xml
    We then use UrlLoader to load the xml.
    Note that because of sandbox issues the parm file must be in
    the same domain as the Flex Application.

  • Error locating in object  handler(in pdf)

    Dear friends,
    I am running a report through 9ias,
    when desformat=html then no problem comes,
    but when desformat=PDF then in win98 based webbrowser
    just a small image come.
    and on click it
    gives error -- Error in location object handler
    passible location of viewer Microsoft Activex gallary.
    ( How can I download this patch from that site. i go there but nothing fing that can solve my problem).
    ,but in win2000 machine no prolem commes.
    pls help me
    Siddharth Singh([email protected])

    Can you print to the Adobe PDF printer (I suspect you can not)? Are you logged in as the administrator? Can you find any of the job settings files? If the latter is the case, then you likely do not have permissions set to allow you to read the folder that has all the job settings. If you are not the administrator, you will have to get the administrator to find the folder (it is in one of the document and settings folders under Adobe for XP and under the Users (I think) on Win7) and grant you access.

  • Shared object Location On Mac

    Hi,
    When using ADT to test an application, where is the shared object file being located? I've searched my entire drive for *.sol files, and I cannot find one pertaining to my mobile app I'm testing with ADT. Any ideas?
    thx

    Nevermind, found it. It was spotlight's fault on my Mac... the thing doesn't work as it should always.

  • DHCP edir object location questions

    I'm used to how NetWare did things, so:
    On NetWare, I think it used to be advised, that your locator object be located "high" up in the tree.
    Then your other DHCP edir objects would be located where the server object was.
    In OES2 Linux, is this still the case?
    Or does each OES2 DHCP server have its own locator object now?
    And, if each server does have its own object, where should they be located in the edir tree? (where the server object is--we have lots of WAN locations and edir is partitioned, we don't replicate the O=ABC container to the regions).
    Thanks!

    Originally Posted by Marcel_Cox
    The DHCP group object is used to assign the required rights so that all
    DHCP servers can access all the configuration objects they may require. If
    you have multiple group objects instead of just one, you might run into
    trouble with DHCP servers not having the required rights to read all the
    configuration information they want to read. So you should only have one
    DHCP group object, though having multiple ones may appear to work until
    some day you change something in your global DHCP configration and you
    will suddenly find that DHCP servers start to behave incosistently.
    Marcel Cox
    http://support.novell.com/forums
    Marcel Cox's Profile: NOVELL FORUMS - View Profile: Marcel_Cox
    Okay thanks Marcel.
    So, since I now have:
    One OES2 DHCP Locator object in my O=ABC
    and
    One OES2 Group object in my O=ABC
    I don't really want/need anymore
    And, when I setup/install my 2nd server, I just have to be careful with the install screen so that I can choose the existing locator and group objects?
    (like it won't overwrite or stomp on the something if it finds it already?)
    And then when I get to the migration screen, I guess that's my next fun part.
    There's three items I choose when doing a server level migration:
    Base DN (I'm guessing that's where it puts the service and server objects, so I'm going to want to choose my little regional container)
    The Locator DN (so I browse and choose my O=ABC one)
    and
    Group DN (so I browse and choose my O=ABC one as well)
    Sorry to be stupid, but I (should really say "we") messed up and when we did the migration, chose the O=ABC, so it put all the stuff in there (services, server object, etc.)
    So now I gotta move them around somehow.

  • Error in creating connection object

    Dear Experts
    When I am creating connection object using ES55 , I get Stop message saying : " Alternate ID not supported" and when i see Help it indicates : An alternative indicator is active in Customizing of the functional location. This functionality is not supported for connection objects and device locations
    what could be going wrong
    Plesae suggest me the solution
    Thanking you in advance
    warm regards
    narasimha

    Hi,
    Please check the following settings in SPRO:
    Plant Maintenance & Customer Service - -Master Data in Plant Maintenance & Customer Service --Technical Objects --Functional Locations --Alternate Labeling of Functional Locations - - Activate Alternative Labeling --
    In this setting pls inactive the setting for Alt.Label.Then go to ES55 and try.It will work.
    Thanks,
    Banasri Mitra

Maybe you are looking for

  • MSI KT3 Ultra-ARU

    Can anyway say to me the PCI/AGP dividers of MSI Kt3 ULTRA -ARU? Thanx in advance

  • Error unknown message when trying to download an app and logging in? Fix?

    Is anyone else having this problem when trying to log into the app store or hitting the "install button" of the app and trying to log in?  Is there anyway to fix it?? I haven't been able to download any apps on this macbook pro.

  • How to export Oracle tables and data to mySQL

    Hi, I am new to Oracle.. and would appreciate all help on the issues below. Currently, we have Oracle8i on HP-UX, and Oracle8i on IBM-AIX. We would like to be ble to browse the information on the web, thus, a decision to use mySQL as the web database

  • Fixed vendor table in source list

    Hi Friends, We understand that EORD is the table for Source List.Fixed Vendor check which we maintain in source list (transaction ME01) does not get saved in the table EORD.It get saved at some other table,Can you please let me know the table name fo

  • External File URL attach to FB03 - document service object

    Hi ; My requirement is Scanned copy of hard Vouchers stored in one Windows based External drive.this drives contains yearly ,monthly wise sub folders. in that sub folders Scanned Copies stored with voucher numbers. this hard Copy of voucher number Up