FM for Manager of a Person

Hi,
Is there any FM to find the manager of a person.
I have the Managers Pernr .
Thank you

Hi Swathi,
Write a function module with the following code and it works.
""Local interface:
*"  IMPORTING
*"     REFERENCE(PERNR_IMP)
*"     REFERENCE(BEG_DATUM) TYPE  BEGDA DEFAULT SY-DATUM
*"     REFERENCE(END_DATUM) TYPE  ENDDA DEFAULT SY-DATUM
*"  EXPORTING
*"     VALUE(IS_MANAGER)
*"  TABLES
*"      TAB_MANAGER
*"  EXCEPTIONS
*"      NO_ENTRY_FOUND
CONSTANTS: ls_pers TYPE otype VALUE 'P ',
           ls_org  TYPE otype VALUE 'O ',
           ls_pos  TYPE otype VALUE 'S ',
           ls_weg TYPE gdstr-wegid VALUE 'P-S-O-O',
           ls_weg_resp TYPE gdstr-wegid VALUE 'RSX1',
           ls_func_hr  type gdstr-wegid VALUE 'FUNC_HR',
           not_found TYPE hrobjid VALUE '00000000'.
DATA: lv_plvar TYPE plvar.
DATA: result_manager  TYPE  objec    OCCURS 0 WITH HEADER LINE,
      result_struc TYPE  struc    OCCURS 0 WITH HEADER LINE.
DATA:   BEGIN OF ls_struc_manager,
        org_unit TYPE hrobjid,
        stext         TYPE stext,
        pernr TYPE  persno,
        ename TYPE  emnam,
        END OF ls_struc_manager.
  data: Lv_index type sy-tabix.
  clear: result_manager, result_struc, tab_manager, ls_struc_manager.
  refresh: result_manager, result_struc, tab_manager.
  call function 'RH_GET_PLVAR'
EXPORTING
  NO_MESSAGE       =
   importing
     plvar            = lv_plvar
  WFPLVAR          =
   exceptions
     no_plvar         = 1
     others           = 2
  if sy-subrc ne 0.
    exit.
  endif.
  call function 'RH_STRUC_GET'
    exporting
      act_otype              = ls_pers
      act_objid              = pernr_imp
      act_wegid              = ls_weg
  ACT_INT_FLAG           =
    act_plvar              = lv_plvar
    act_begda              = BEG_DATUM
    act_endda              = END_DATUM
  ACT_TDEPTH             = 0
  ACT_TFLAG              = 'X'
  ACT_VFLAG              = 'X'
  AUTHORITY_CHECK        = 'X'
  TEXT_BUFFER_FILL       =
  BUFFER_MODE            =
IMPORTING
  ACT_PLVAR              =
tables
  result_tab             = result_tab
  result_objec           = result_objec
   result_struc           = result_struc
exceptions
   no_plvar_found         = 1
   no_entry_found         = 2
   others                 = 3
  case sy-subrc.
    when '1'.
    when '2'.
      raise no_entry_found.
    when '3'.
  endcase.
  loop at result_struc where otype = ls_pos.
    lv_index = sy-tabix.
  endloop.
  loop at result_struc from lv_index where otype eq ls_org.
    call function 'RH_STRUC_GET'
      exporting
        act_otype              = ls_org
        act_objid              = result_struc-objid
        act_wegid              = ls_weg_resp
  ACT_INT_FLAG           =
        act_plvar              = lv_plvar
        act_begda              = BEG_DATUM
        act_endda              = END_DATUM
  ACT_TDEPTH             = 0
  ACT_TFLAG              = 'X'
  ACT_VFLAG              = 'X'
  AUTHORITY_CHECK        = 'X'
  TEXT_BUFFER_FILL       =
  BUFFER_MODE            =
IMPORTING
  ACT_PLVAR              =
     tables
        result_objec           = result_manager
exceptions
  NO_PLVAR_FOUND         = 1
    no_entry_found         = 2
    others                 = 3
    if sy-subrc <> 0.
      continue.
    endif.
    read table result_manager with key otype = ls_org.
    ls_struc_manager-org_unit = result_manager-objid.
    ls_struc_manager-stext    = result_manager-stext.
    read table result_manager with key otype = ls_pers
                                    objid = pernr_imp.
    if sy-subrc eq 0.
      IS_MANAGER = 'X'.
      continue.
    endif.
    loop at result_manager where otype eq ls_pers
                          and objid ne not_found.
      ls_struc_manager-pernr  = result_manager-objid.
      ls_struc_manager-ename  = result_manager-stext.
      read table result_manager with key otype = ls_org.
      append ls_struc_manager to TAB_MANAGER.
    endloop.
    if sy-subrc eq 0.
      exit.
    else.
       append ls_struc_manager to TAB_MANAGER.
    endif.
  endloop.
Ps. award points for the solution.
best regards,
Bharat

Similar Messages

  • Report manager of a person in HR

    Hi - Can anyone advise on how to report the manager of a person - the problem being that many of our chief positions are currently empty.  In this case we need to walk up the Org Structure, find the next occupied position and report the person in that position.  I was hoping there would be a standard report to do this but can't find one.
    I'm pretty new to ABAP so the more help (& code?) you could give the better.
    Thanks in advance, Chris

    Manager position of a person can be obtained by checking the rsign ='A' and relat = '012' for that employee . I have used this select for one of my programs .You can customize it to your requirements.
    SELECT A~otype
             A~objid
             A~relat
             A~rsign
             C~pernr
             D~usrid
             A~begda
             A~endda
             A~sclas
             A~sobid
      INTO   TABLE GT_REL
      FROM ( ( (  hrp1001 AS A
               INNER JOIN hrp1008 AS B ON  Aplvar  = Bplvar AND
                                           Aotype  = Botype AND
                                           Aobjid  = Bobjid )
               INNER JOIN pa0001  AS C ON  Aotype  = Cotype AND
                                           Aobjid  = Cplans )
               INNER JOIN pa0105  AS D ON  Cpernr  = Dpernr )
      WHERE A~plvar = '01'       AND
            A~otype = 'S'        AND
            A~relat = '012'      AND
            A~rsign = 'A'        AND
            A~aedtm IN S_AEDTM   AND
            B~bukrs IN S_BUKRS   AND
            D~usrty = '0001'.

  • Issue in direct reportees for manager in MSS Team

    Hi all,
    I have configured my system according to the document Manager Self-Service (MSS) - MSS team view, managers who do not hold chief position prepared by Mohsin Syed .
    In MSS-> Team -> Employee information I am getting the direct employees even the manager is not chief.
    But my problem is same manager cannot see the direct reportes in other places say :  attendance overview , employee course assignments-> manage participants etc..
    see the screenshots : In the same page, no direct reporting employee for attendance over view , but there is for Team calendar.
    For the same manager, if he try to book for training, there is no direct reportees.
    What I have missed ..please guide me what to do..
    Thanks,
    Namsheed

    Dear Mohsin,
    In the Table TWPC_DAATAVWGRP,  I have created the new entry 'MSS_LAV_EE1. Assigned to group of Data views in "MSS_LAV_EE_DIR1".
    Then in Object and Data Provider -> Organizational Structure Views -> Group Organizational Structure Views,
    MSS_LAV_EE -> Assign Organizational view , I have added 1 more entry MSS_LAV_EE_DIR1(Direct Reports)
    Then In NWBC I have got a new option Direct Reports and under that I have got 1 person as Absent. but 2 person at work is not showing. Actually there are 3 direct reportees to him.
    this is 1 concern
    Under Working time->Attendance overview->Select Employees, it is like this :
    1 more thing.
    Under  MSS-> Team-> Employee course Assignments-> Manage Participants : For manager who is Chief can see all direct reportees and book training for them.
    For manager who is not chief are not getting the direct reportees so that he cannot book training for them.
    If I can retrieve the direct reportees here, then all issues are solved.
    Kindly help me with what changes I have to make in system.
    Thanks a lot,
    Namsheed.

  • GRC AC V10 - one approval step for manager and role owner

    Hello Community,
    I have one, perhaps easy, question. Where is it possible to maintain the solution of one approval step for manager and roleowner, if both are unique.
    E.g.:
    simple approval workflow: manager stage afterwards roleowner stage afterwards auto-provisioning
    So if the request is routed to the manager and the manager is also the roleowner of the requested authorization role (same UserID). The user has to approve one and the same request twice.
    Is it possible in V.10 to change the config that the user has only to approve the request once? And then to decide on which relevant stage settings are valid for this process.
    Thanks,
    Alexa

    Hi Alexa,
    We have had a similar questions raised in a project. In an ideal world, a single "Sign-off approval" would be a great functionality where the same user has to approve the same consecutive stages, but the reason for different stages would entail that the responsibilities entailed per stage differ, e.g. Line Manager would just check the over request, and the role owner etc may be reviewing the elegibility of a specifc role etc.
    If it is likely to be the same person reviewing the 2 consecutive stages, maybe a single stage workflow would be sufficient to cover this scenario.
    I think the logic you are trying to configure in the workflow is possible but will require alot of work with knowing how to create a clever custom workflow with BRF+ or the actual WF stuff in SAP itself.

  • CSS: Mgt port for management vs normal port for Maqnagement

    What are the pros and cons of using the ethenet management port for managing a CSS and using a normal ethernet port for managing a CSS.
    Is any functionality of CSS depends on Management ethernet port? Is connecting via local lan still an issue/requirement?

    you can use whatever port.
    People usually wants to use a management port that is *separated* from the rest of the device so that if a regular port gets hacked and somebody gain access to the device, you can't access the management network.
    To obtain this separation between regular port and the management port, a lot of restriction have been created on the management port.
    You can't configure a default route on the management port, you can't have routes overlapping between management port and regular ports, ...
    Therefore, personally, I prefer not to use the management port. The chance that somebody gain access to the CSS via a regular port is almost null so it does not justify the pain to use the management port.
    Regards,
    Gilles.

  • What is the best app for managing your contacts on Iphone5s (ios7)I

    What is the best app for managing your contacts on Iphone5s (ios7)

    I have the same question, but I want to qualify it with a few things. First, Contacts works great, but I want to keep my business contacts and my personal contacts separate. I know you can separate them in Contacts, however, as an executive assistant I also have my bosses contacts and frankly they are a mess.
    I am looking for a separate app that I use just for work. I need to link 5 accounts to this app. 2 will be from Exchange and 3 will be from Gmail. As a bonus I would be thrilled if the app could merge profiles and link to facebook, twitter, and linkedin. Any advice?

  • Tutorial for managing bookmarks in iPhone environment?

    I hate asking newbie questions but here goes. Searched for this but found threads regarding desktop environment.
    When I open Safari on my iPhone 3CS, I see bookmarks imported from my pc when I synched. Don't need all those so deleted most. Here's the problem: if I type in a new address in Safari addres field at top, and go to that page, then do Add Bookmark, it doesn't show up the next time I open Safari and look at the bookmarks. If I start to re-type it in the address field, the full link and title appear below, so I know it's storing it somewhere.
    Can someone just point me toward an online tutorial for manageing bookmarks within the iPhone environment not the desktop?
    Thanks!

    it's one of the dangers to BYOD.....The best way to manage this is education(unless you are ready for MDM).
    Granted that can be a bigger pain in the buttocks than working around it.
    What I tell people(having had this happen to me a couple of times) is when it's time to change your password
    1.) Make sure you have all your devices with you
    2.) disable the wireless on everything
    3.) change password via your laptop
    4.) enable one device, and go change the password there < rinse repeat for subsequent devices.
    Now, when the company I was working for moved to a MDM, the issue went away on my phone and tablet, as the mail settings were controlled by the MDM, so when i changed my password, it pushed to my other devices.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Open module for managing property file and environment variables

    Looking for an open module for managing property files and environment variables (like CLASSPATH) set in a shell script. For handeling properties (preserving comments, supporting includes, appending new entries, and more) I have looked at SuperProperties from openadaptor but find certain functionality lacking. As for interfacing with common shell scripts/files containing setting for CLASSPATH, JAVA_HOME, other system/application variables another type of object editor is needed. Maybe JFIG?
    Any ideas are greatly welcomed.

    You seem wright, you hit a brick wall here with Air to find the location
    of the command console on windows...
    So in fact I never build an exe tool, but this little problem was a nice
    case to test it and I tried it.:
    I downloaded monodevelop
    -GTK# for .NET 2.12.10*
    -MonoDevelop 2.4.2*
       from http://monodevelop.com/Download
    created a console project and had an exe in 5 minutes !
    You can download the findconsole tool and the projectfiles here:
       http://greencollective.nl/temp/dump/findconsole_monoproject.zip
    findconsole.exe will reveal the path/location of cmd.exe on a windows system.
    Cheers,
    Latcho

  • Multiple libraries, Pbook/Pmac, advice for management & updating please.

    Hi Everyone,
    I travel frequently, and am looking for suggestions to keep all my iPhoto libraries up to date. I currently have a g5, Powerbook, and Mini.
    I just upgraded to iPhoto 6 and I have several thousand photos on my Dual g5. I just came back with 1000 more from my diving trip. The problem is, they are on my Powerbook, and taking up alot of space on the relatively small hard drive. I managed to work through the rough upgrade from 5 to 6, and now I need some more help...
    1) What is your advice for managing multiple libraries of photos.
    2) What is the best way to transfer the iphoto pics (and movies) to my desktop, which of course has the larger storage capacity, after travelling...
    Thanks,

    Jason:
    There are several different approaches to what you want to do. Let me just throw out a couple that I'm familiar with.
    To get the new photos from your PB to your G5 and maintain any keywords, and other organization effort you put into them, you'll need the paid version of iPhoto Library Manager. It will allow you to merge libraries or copy between libraries and maintain the metadata, etc. That's the only way currently available to move photos from one library to another and keep the roll, keywords, comments, etc. with those photos. You can connect the two Macs with one in the Target Mode, probably your PB, and then run iPLM to move the photos to the G5 library.
    Now there is a way to have a library on your PB that reflects the one on your G5 but is only a fraction of the size. That's to have an alias based library on your PB that uses the Originals folder as its source of source files. (My 25,600 files, 27G, are represented by an iPhoto Library folder of only 1.75G). When the PB is not connected with the G5, say with a LAN, it will have limited capabilities which are in part: you'll only be able to view the thumbnail files, be able to add comments, create, delete or move albums around, add keywords (but with some hassle-but it can be done). You can't do anything that requires moving thumbnails around, work with books, slideshows or calendars. Once the two computers are networked together again the library will act as normal.
    Now while on the road you can have a "normal" library to import new full sized files, keyword them, add comments, etc. and then transfer to the G5 library. Once in the G5 library they will be represented in a roll(s) and corresponding folder in the Originals folder. You then fire up the "alias" library, and import those new folders in the G5 Originals folder.
    It may be a lot of work but it may be one way of doing it.
    I've not done any of the "sharing" with iPhoto so don't know if that's another possible candidate for transferring.
    P.S. FWIW I've created this workflow for converting from a conventional library to an alias based one.

  • Best practice for managing Apple ID's in an enterprise enviroment.

    We have just started to incorporate iPads into our Corporate enviroment.  We have had them in use for the last couple of months and to be fair they have worked well but i guess now is the time to try and workout some of the issues we are experiencing with them, the re-occuring issues that just seem to keep haunting us.
    As part of the deployment we gave those with current apple id's the option of using their own, particularly those Execs who already had iPads and iPhones.  We are currently using active sync with our exchange server for access to email.
    How do other people manage Apple ID's?
    How do other people handle the password change scenario.. we have had users on holiday where their passwords have expired and they have been unable to access the email...also the issue of you reset your password on the network but you still need to re-authenticate it on the iPad...does anyone have a decent app that can get us round this?
    what issues have others found?

    Hi ToRnUK,
    The information below will explain some options for managing multiple iPads in your business.
    Apple - Support - iPad - Enterprise
    http://www.apple.com/support/ipad/enterprise/
    Apple - iPad in Business - IT Center
    http://www.apple.com/ipad/business/it-center/
    Cheers,
    Judy

  • How do people register for more than one person on a form?

    We had a lot of complaints last year from organizations who sent several employees to our training.  It took a long time for them to process these one at a time.  How do people register for more than one person on a form?

    Hi thearcca,
    This entirely depends on the form you create, you can add multiple choice button and ask for the no. of employees the organization wants to register.
    Also, you can add corresponding text field for the names.
    Thanks,
    Vikrantt Singh

  • Solution Manager - EarlyWatch Alert shows red flag for managed system.

    Hi Guys,
    I tried to fix EarlyWatch alert report for Managed systems of QA and Dev which showed red flag on SolMan in DSWP. While trying to generate BACK RFC Destination to SolMan for QA and Dev, it messed up the EarlyWatch alert reports of Prod which was successfully working upto this point. And now the red flag appears for Prod system on SolMan in DSWP instead of two bottle sign.
    As for why Dev and QA did not work, I found out it was NONE internal RFC popped whenever I tried to choose the RFC to connect to SolMan while Prod which was working fine before always showed BACK rfc. That's why I tried to fix BACK rfc for Dev and QA.
    Please help me to fix these EWA problems.
    Thanks,
    Modena

    Hi Modena,
    Please see the link below for this specific issue:
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=228262728

  • Best Practice for Managing a BPC Environment?

    My company is currently running a BPC 5.1 MS environment and will soon be upgrading to version 7.0 MS.  I was wondering if there is a white paper or some guidance that anyone can give with regard to the best practice for managing a BPC environment.  Which brings to light several questions in my mind:
    1.  Which department(s) in a company should u201Cownu201D the BPC application? 
    2. If both, whatu2019s SAPu2019s recommendation for segregation of duties?
    3. What roles should exist within our company to manage BPC?
    4. What type(s) of change control is SAPu2019s u201CBest Practiceu201D?
    We are currently evaluating the best way to manage the system across multiple departments, however there is no real business ownership in the system, which seems to be counter to the reason for having BPC as a solution in the first place.
    Any guidance on this would be very much appreciated.

    My company is currently running a BPC 5.1 MS environment and will soon be upgrading to version 7.0 MS.  I was wondering if there is a white paper or some guidance that anyone can give with regard to the best practice for managing a BPC environment.  Which brings to light several questions in my mind:
    1.  Which department(s) in a company should u201Cownu201D the BPC application? 
    2. If both, whatu2019s SAPu2019s recommendation for segregation of duties?
    3. What roles should exist within our company to manage BPC?
    4. What type(s) of change control is SAPu2019s u201CBest Practiceu201D?
    We are currently evaluating the best way to manage the system across multiple departments, however there is no real business ownership in the system, which seems to be counter to the reason for having BPC as a solution in the first place.
    Any guidance on this would be very much appreciated.

  • Managed Attachments - creating a customCO for 'Managed Attachments' and opening a new browser/window  as ActionEvent through processFormRequest()

    Hi All,
    I am working on 'Managed Attachments' integration of Oracle E-Business Suite with Oracle WebCenter Content and I am very new to EBS.
    As per the customer requirement, we needed to enable the Managed Attachments on an SIT page (Employee Self Service --> Special Information-> and click on 'Add' for any of the 'Special Information' section) and the values they fill on these pages need to be passed to webcenter content.  As you know these segment data will not be inserted into the database until the user clicks on 'Submit' button from the review page,
    But the customer wants to save it on the 'Special Information' add page itself.
    Managed Attachments is an out of the box feature offered by Oracle WebCenter Content to replace FND Attachments functionality. Instead of storing the attachments in EBS, it will store to WebCenter Content.
    My requirements are as follows
    1) Enable the managed attachments on he special information 'add' page (e.g Company Property, Disabilities etc),- I am able to do this
    2) The data user fills in these fields , when user clicks on 'Managed Attachments' button , these values should be passed to the URL for managed attachments(which is already set on the button through processRequest() method when the page gets loaded) and thus pass to webcenter content
    With these requirements, the challenges i am facing are
    1) Since the user clicks on 'Managed Attachments' before even he/she clicks on 'Apply' button, how do I capture these values? can pageContext.getParameter('id') can get these?
    (i have already tried to do this in processFormRequest() method and i found that it is working for LOV fields but not for text fields)
    2) if i can get the values in processFormRequest(), how can i open a browser/window for the new URL()
    e.g, i wanted to write something like this and the finalURL is what i wanted to open in a new browser or window as the actionEvent
        public void processFormRequest(OAPageContext pageContext,   OAWebBean webBean) {
    super.processFormRequest(pageContext, webBean);
       String param1 = pageContext.getParameter(“Param1”);
    String param2 = pageContext.getParameter(“param2”);
    String redirectURL = “http://rstnssiovm0072.us.oracle.com:8000/OA_HTML/OA.jsp?page=/oracle/apps/ak/ucm/axf/webui/RedirectToAxfPG&bypassPageCounterIncr=Y&retainAM=Y”;
    String paramURL = “&Parameter1=”+ param1+”&Parameter2=”+ param2;
    String finalURL = redirectURL+paramURL;
    Code part to open the url in a new browser/window
    If anybody can help me with these part, it will be a great help
    thanks a lot in advance
    Regards
    Poornima

    Hi Poornima ,
    Has your prob resolved ? Have you made Managed attachment working via standard adapter as per UCM Admin guide ?
    Configuring the Managed Attachments Solution - 11g Release 1 (11.1.1)
    1. You have first store in some VO if you want to pass this metadata to UCM page , other wise it will not work .Take temp table /VO to store first then same can passed to UCM page as input parameters
    2.What needs to be passed , please refer webcenter guide with key examples given
    Once it is configured properly automatically params will be associated with URL which actually will open UCM page with metadata ( params) being passed.
    Thanks,
    Ashish

  • Cisco IronPort AsyncOS 6.7.6-068 for Management GA Notification

    Cisco is pleased to announce the General Availability (GA) of a new major release of AsyncOS 6.7.6-068 for
    Management to all customers. This release applies to all our Security Management Appliances (M-Series).
    AsyncOS 6.7.6-068 for Management enables Centralized Tracking and Reporting for the new features introduced in AsyncOS 7.0 for Email.
    New Features and Enhancements in AsyncOS 6.7.6-068 for Management
    New Feature: Centralized support for the reporting and tracking changes in the AsyncOS for Email release 7.0:
    RSA Data Loss Prevention
    Marketing Message Detection
    New Feature: Reporting by ESA Groups
    Enhanced: Domain-Based Executive Summary Report now configurable by:
    Domain of Email Server
    Domain of Email Address
    Fixes in AsyncOS 6.7.6-068 for Management
    Fixed: MemoryError after losing Housekeeper thread [Defect ID: 52048]
    Fixed: The Show Details link results in a timeout [Defect ID: 51558]
    Fixed: Safelist/Blocklist should be exportable via CLI [Defect ID: 43360]
    Fixed: LDAP Query strips spaces [Defect ID: 46099]
    Fixed: Tracking database time does not update after system timezone is changed [Defect ID: 49407]
    Fixed: Application error when accessing Online Help from the End User Spam Quarantine page [Defect ID: 52395]
    This release has gone through our beta program, internal soak tests and is also running in production at our FCS customers.
    Please upgrade at your convenience and let us know how you like this new release!
    Cheers,
    Jakob

    Hi,
    We identified an issue in AsyncOS 6.7.6-068 for Management that under certain circumstances can cause loss of historical reporting data when reporting groups are configured. To ensure a high quality release, further testing on our side is required.
    6.7.6-068 is no longer available for upgrade to your M-Series appliances.
    If you already upgraded to 6.7.6-068 we strongly recommend to disable group based reporting to avoid being affected.
    We expect to release a new improved build of 6.7.6 shortly and apologize for any inconvenience or confusion this might have caused.
    If you are required to upgrade to 6.7.6 before a new build is available, please contact Cisco IronPort Customer Support.
    I'll let you know once the new build is available...
    Best Regards,
    Jakob

Maybe you are looking for

  • Pro Ver 6 Batch Processing Error

    When running batch processing on .doc files, at the end of the run the batch processor errors and warnings window shows a "bad parameter" message for each document. But it does not say what the bad parameter is. I can successfully convert the same do

  • Problem while printing in Mac Os

    I have a small application and it has to print a fom.I used java.awt.print.Printable interface .It works fine in win xp.But when the same app is run in Mac os,the print out is not proper(Some of the entries are clipped out and the page loses its form

  • I have a Mac cumputer  with 800 firewire port

    I have a Mac cumputer and I want to transfer video from a full HD camcorder , I want to use HDMI for best quality picture, The problem is ,,,I have  a Firewire 800 port on my mac,No Tunderbolt port.Is there a way to connect a HDMI cable to that port?

  • How can we give the option to edit the cell value of a table to user

    i have a Jtable which shows the entered values of all the expenses daily.Before saving them i want to provide an option to user for editing.How this is possible. I went through the TableCellEditor interface .I think it needs to be implemented some co

  • App. builder - creating a dll more functions

    Hi, here I found, that is possible to create from LabView a dll this more functions. Each added VI, will be one function - http://forums.ni.com/ni/board/message?board.id=170&message.id=19858&query.id=416227 (question no. 3) But I would need that the