What is a facility number in ABAP HR.

what is a facility number in ABAP HR. - please let me know the business definition.

Hello,
The facility number would the buliding number. What is the reference for this?
Regards,
Manny

Similar Messages

  • How to generate new perner number using Abap Code in pa0002. what is the fu

    how to generate new perner number using Abap Code in pa0002. what is the function Module used.

    hi
    define internal number ranges for ur implementation then when u run PA 40  do not input any employee number , system will generate the employee number automatically.
    Regards
    sameer

  • What is the maximum number of builds in Keynote version 6.2?

    What is the maximum number of builds in Keynote version 6.2? If there are any...
    I'm up to 800 builds and seems to be working great. I'd like to keep adding builds and want to know if anyone has stumbled across a limit and started to have issues.
    Thanks!

    Hi Wayne - you have been very helpful; thank you.
    I work at a film / tv post production facility.  We use Outlook365 and the Sharepoint feature to share Word Docs and Excel Spreadsheets virtually.  I use the Excel functionality in Sharepoint so that we can track media we copy to our StorNext SAN volumes as well as the multiple LTFS and Tar Per Shot LTO5s we write for both our clients and as internal data backups.  Managing the media is beyond critical as TV and Feature studios require the utmost care of their OCF (original camera footage) and dailies / editorial media.
    Of the many toolsets we use to edit and color shows and feature films is the AutoDesk platform (think Flame, Inferno, Smoke).  The application toolset writes over 20TBs of data to our SAN volumes and the way it writes the data is unique to the application. If you tried to look at via a Mac Finder or Windows Explorer, the hex values in the filenames would not make sense. We cannot associate those hex names with actual human readable project names.
    One of my engineers used the AutoDesk app to spit out a 1 million line plus text file with human readable names of every project, file type and file path.
    What I am trying to do is suck all of that data into a spreadsheet that I can upload to Sharepoint (or paste directly into Sharepoint).  When I try to copy/paste on my Mac Mini directly into a Sharepoint page, both Safari and Firefox go into a spinning beach ball of death.  Time stops; photons of light are bent towards the event horizon; you get the picture.
    Since Numbers won't accept more than 65,000 lines, I need a way to get that data into a spreadsheet.
    I have downloaded LibreOffice and will give that a try. 
    Knowing what you do now, might you have any other suggestions?
    Thank you again.
    Scott

  • What are the steps to optimise ABAP code

    What are the steps to optimise ABAP code, that is how to increase the performance of a code?

    Hi
    Welcome to SDN forum
    1) Dont use nested select statements
    2) If possible use for all entries in addition
    3) In the where addition make sure you give all the primary key
    4) Use Index for the selection criteria.
    5) You can also use inner joins
    6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
    7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d0db4c9-0e01-0010-b68f-9b1408d5f234
    ABAP performance depends upon various factors and in devicded in three parts:
    1. Database
    2. ABAP
    3. System
    Run Any program using SE30 (performance analys) to improve performance refer to tips and trics section of SE30, Always remember that ABAP perfirmance is improved when there is least load on Database.
    u can get an interactive grap in SE30 regarding this with a file.
    also if u find runtime of parts of codes then use :
    Switch on RTA Dynamically within ABAP Code
    *To turn runtim analysis on within ABAP code insert the following code
    SET RUN TIME ANALYZER ON.
    *To turn runtim analysis off within ABAP code insert the following code
    SET RUN TIME ANALYZER OFF.
    Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    Avoid for all entries in JOINS
    Try to avoid joins and use FOR ALL ENTRIES.
    Try to restrict the joins to 1 level only ie only for tables
    Avoid using Select *.
    Avoid having multiple Selects from the same table in the same object.
    Try to minimize the number of variables to save memory.
    The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    Avoid creation of index as far as possible
    Avoid operators like <>, > , < & like % in where clause conditions
    Avoid select/select single statements in loops.
    Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    Avoid using ORDER BY in selects
    Avoid Nested Selects
    Avoid Nested Loops of Internal Tables
    Try to use FIELD SYMBOLS.
    Try to avoid into Corresponding Fields of
    Avoid using Select Distinct, Use DELETE ADJACENT
    Check the following Links
    Re: performance tuning
    Re: Performance tuning of program
    http://www.sapgenie.com/abap/performance.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    check the below link
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    See the following link if it's any help:
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Check also http://service.sap.com/performance
    and
    books like
    http://www.sap-press.com/product.cfm?account=&product=H951
    http://www.sap-press.com/product.cfm?account=&product=H973
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
    Performance tuning for Data Selection Statement
    http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
    Debugger
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    Run Time Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/content.htm
    SQL trace
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm
    CATT - Computer Aided Testing Too
    http://help.sap.com/saphelp_47x200/helpdata/en/b3/410b37233f7c6fe10000009b38f936/frameset.htm
    Test Workbench
    http://help.sap.com/saphelp_47x200/helpdata/en/a8/157235d0fa8742e10000009b38f889/frameset.htm
    Coverage Analyser
    http://help.sap.com/saphelp_47x200/helpdata/en/c7/af9a79061a11d4b3d4080009b43351/content.htm
    Runtime Monitor
    http://help.sap.com/saphelp_47x200/helpdata/en/b5/fa121cc15911d5993d00508b6b8b11/content.htm
    Memory Inspector
    http://help.sap.com/saphelp_47x200/helpdata/en/a2/e5fc84cc87964cb2c29f584152d74e/content.htm
    ECATT - Extended Computer Aided testing tool.
    http://help.sap.com/saphelp_47x200/helpdata/en/20/e81c3b84e65e7be10000000a11402f/frameset.htm
    Just refer to these links...
    performance
    Performance
    Performance Guide
    performance issues...
    Performance Tuning
    Performance issues
    performance tuning
    performance tuning
    You can go to the transaction SE30 to have the runtime analysis of your program.Also try the transaction SCI , which is SAP Code Inspector.
    1 Always check the driver internal tables is not empty, while using FOR ALL ENTRIES
    2 Avoid for all entries in JOINS
    3 Try to avoid joins and use FOR ALL ENTRIES.
    4 Try to restrict the joins to 1 level only ie only for 2 tables
    5 Avoid using Select *.
    6 Avoid having multiple Selects from the same table in the same object.
    7 Try to minimize the number of variables to save memory.
    8 The sequence of fields in 'where clause' must be as per primary/secondary index ( if any)
    9 Avoid creation of index as far as possible
    10 Avoid operators like <>, > , < & like % in where clause conditions
    11 Avoid select/select single statements in loops.
    12 Try to use 'binary search' in READ internal table. Ensure table is sorted before using BINARY SEARCH.
    13 Avoid using aggregate functions (SUM, MAX etc) in selects ( GROUP BY , HAVING,)
    14 Avoid using ORDER BY in selects
    15 Avoid Nested Selects
    16 Avoid Nested Loops of Internal Tables
    17 Try to use FIELD SYMBOLS.
    18 Try to avoid into Corresponding Fields of
    19 Avoid using Select Distinct, Use DELETE ADJACENT.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Macromedia Dreamweaver activation phone number is no longer active.  What is the correct number?

    Macromedia Dreamweaver activation phone number is no longer active.  What is the correct number?

    Try http://helpx.adobe.com/x-productkb/policy-pricing/activation-help-legacy-macromedia-produc ts.html

  • What is the service number in INTEGRATION_DIRECTORY_HMI

    Can any one tell me What is the service number in INTEGRATION_DIRECTORY_HMI.
    Is it J2EE PORT (THE WE FIND IN xi home page URL)OR HTTP PORT (the one we find in SMICM > Goto > services)
    -Naveen.

    Hi,
    It should be 5<Java inst no.>00
    Also have a look into this document
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290
    Regards,
    Prakash
    Message was edited by: Prakash Arunachalam

  • What is my serial number. the original version?

    what is my serial number?  The original version? the most recent upgrade?  for photoshop.

    Is it requesting your qualifying serial number?  If so then please input the serial number from the product you are upgrading from.

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • What is the part number of MB of Satellite A300-1L0 PSAGCE

    Hi
    I've got Toshiba A300-1L0 Model NO.PSAGCE-03100UGR.
    But there is a problem with graphic adapter ATI 3450 (M82 chipset). After installing proper drivers I got blue screen when Windows starts - and it is written that file ati2....dll gives the problem. The same situation happens both on Windows XP and VISTA.
    What is the part number of mentioned notebook mainboard? I'm planning of selling every part of this notebook that is why I would like to know the part number.

    Hi
    Not sure exactly if the part number is the same but the PT10G_6050A2171501_MB_A03 motherboard is compatible with Satellite A300-1QD, A300-1GC and A300-1L0
    But I dont know why the part number is so important you can describe the motherboard as a mobo for Satellite A300 PSAGCE series.
    There are different Satellite A300-xxx which belongs to the PSAGCE family and this motherboard would be compatible with all these notebooks

  • Satellite M50-159: What is the part number of the origanal AC power adapter

    My power adapter has broken and up until now i have been using a universal adapter but the connection is loose and takes a while for the orange light to turn on.
    My question is what is the part number of the original AC adapter that came with this laptop. I have just ordered what i thought was the correct power adapter part number was PA3468E-1AC3 but the connecter did not fit into my laptop even though the toshiba website said this power adapter was compatible.
    Please help
    Alex

    Hi dear friend,
    you had the wrong partnumber. What you need is PA3283U2ACA (K000028790) which is the right one. Heres a link where you can check the connector of the AC-adapter:
    http://www.sparepartswarehouse.com/Toshiba,Laptop,Part,K000028790.aspx
    I hope you will get what you need. :)
    Greets

  • What is the model number of the unlocked iPhone 5s sold in hong kong?

    Under apple's tech spec section they show 4 model numbers for Hong Kong but don't indicate which one is the unlocked version - the way they show data is very confusing - even if you put the phone in your shopping cart it shows a different "part number" than the model numbers shown for hong kong. I'm trying to compare bands and frequencies as I live in mainland China, and will be headed back to the US to live in about a year.

    Thanks, but still I need to know what is the model number (written on the Back)  of the unlock iphone 5S that sold in UK?

  • What's the Part Number for an IdeaPad S12 recovery disk?

    Hello,
    I have an IdeaPad S12 (NVidia Ion). The recovery partition is gone. What's the part number for the recovery disk?
    I mainly work with ThinkPad systems and Lenovo has an excellent part number system that covers just about every part you could imagine on a ThinkPad laptop. I assume Lenovo is also using this or something similar for it's consumer-line laptops. Sadly, Lenovo doesn't treat it's consumer laptop line with the same dignity as the ThinkPad line, and no customer support agent would tell me the part number, so I'm resorting to the forum for finding it.
    Please help.

    Hi and welcome,
    the ideapad as consumer-line has no part list ....as the thinkpads have...
    regards KalvinKlein
    Thinkies 2x X200s/X301 8GB 256GB SSD @ Win 7 64
    Ideas Centre A520 ,Yoga 2 256GB SSD,Yoga 2 tablet @ Win 8.1

  • What is the model number for the Airport Card?

    The Airport card in my late 2008 unibody macbook has broken and I'd like to buy another online, what is the part number?

    Welcome to Apple Discussions.
    Click on the Apple in the upper left corner of the screen, then About this Mac, then More Info, then find Network, and click on AirPort. That will give you details.
    Why did you conclude that the card itself is broken instead of just a network configuration problem?

  • Whats the motherboard model number for hp pavilion notebook i3 15-n037cl

    So I had gotten an error 90b fan error and it was freezing up on some video games , it was still under warranty but I did not want to part with it for weeks and attemted to clean it myself , I have since ripped the power button ribbon clamp out of the motherboard and it will not power up, My first question is this will not be covered will it?
       My next question would be how would you recommend I rectify this error , what is the model number of the motherboard so I can get a replacement? and where can I find some directions on swapping the cpu and attaching what needs to be attached, thanks.
    This question was solved.
    View Solution.

    Yes. It is an i3-3217U with integrated Intel graphics
    So this is the motherboard:
    Intel Core i3-3217U DC 1.8-GHz (3 MB L3 Cache, 1600MHz DDR3, 17 W) for use with Windows Standard. 737982-501
    Also not in stock at Partsurfer. 

  • The LCD for my macbook air model number MC965LL/A (purchased 2011) is broken , where  can I get new one and what is the part number for it ?

    The LCD for my macbook air model number MC965LL/A (purchased 2011) is broken , where  can I get new one and what is the part number for it ?

    You can find them at vendors like ifixit and instructions to install.
    http://www.ifixit.com/Mac-Parts/MacBook-Air-13%22-Mid-2011

Maybe you are looking for

  • Adobe GoLive CS2 for Windows?

    I need a copy of Adobe GoLive CS2 for Windows. Where can i buy one?

  • Inventory Difference Posting to Cost Center

    Dear All, I have requirements like this. If create a physical inventory counting and post it using MI20, then it will create an accounting journal and it has a cost center. I have a requirements that the cost center is determined by the Storage Locat

  • ABOUT query not affecting results or not using knowledge base

    Hello again, Another question here, I've searched through the forum and have found other posts on the same problem but no solutions, though the problem isn't always the primary topic of the forum. I've put this post up to hopefully put this to rest a

  • HT1688 my camera is not working and storing pictures

    when I take a picture, it doesnt go to my pics or albums, I can not even save a picture when I receive one from a text,,,

  • Considering current timestamp while running queries

    Hi, We have designed an extract query on Oracle Database which picks up all the changes happened from 2 AM (for eg. last_update_date> 10/24/2007 2 AM ). Let us assume that the SQL script runs @ 7 AM Everyday and takes approximately 30 minutes. We are