How to delimit Relation b/w Pers# & Position in PP01 in sap HR

Hi Experts,
in PA30, while creating the record for my custom infotype, in my custom infotype i am providing Position.
once save the record i am trying to create the custom(AZ08)relation with Pers# and Position. it is working fine.
For creating Relation i am using FM
CALL FUNCTION 'RH_RELATION_MAINTAIN'
        EXPORTING
          act_fcode           = 'INSE'
          act_plvar           = '01'
          act_otype           = 'S'
          act_objid           = p9006-zzpostn
          act_istat           = '1'
          act_rsign           = 'A'
          act_relat           = 'Z08'
          act_sclas           = 'P'
          act_sobid           = p9006-pernr
          act_begda           = p9006-begda
          act_endda           = p9006-endda
        EXCEPTIONS
          OTHERS              = 2.
      IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
But the prob is if user want to Dilimit the record from PA30, system will dilimit the infotype record , and same time  i want to delimit the Relation also.
can anyone give me the procedure like is there any FM to delimit the Relation.
Thanks in Advance,
Sumathi.

Hi  sudha
use function module   'HR_INFOTYPE_OPERATION'
call function 'HR_INFOTYPE_OPERATION'
exporting
infty =                                         "pass info type
number =                                   "emp id
subtype =                                  " sub type
validityend =                              " end date
validitybegin =                          "begin date
record =                               "pass the record u want to modify or delimit
operation =                         " 'MOD'   or 'DEL'
importing
return =                                 "return parameter
Regards,
Ravi

Similar Messages

  • How to get relative position of layer in larger precomp.

    The Setup:
    Comp 1 is 2000x3000 pixels. Comp 1 contains Layer X that is positioned at 1750,1250. (or whatever)
    I pull Comp 1 into Comp 2 which is 800x600. I scale and move Comp 1 inside Comp 2 by an arbitrary amount.
    How can I determine Layer X's position using Comp 2's coordinate space?

    Hmmmm... That's not working either.
    Inserting this expression into an Effect's point control doesn't put it in the right position.  I tried inserting this expression into another (2D) null's position, but it's in the same incorrect place.
    Original Null A Position (from C4D project import).  This comp is put into Comp ZZ.
    Applying that Expression to Null's position in Comp ZZ puts the new Null B way off in the corner.

  • How to delimit business roles in Org Strucutre

    Hello,
    I have a requirement where in I need to schedule and delimit business roles in the organisation structure(ppoma_crm).
    Business Requirement: Short term assignment of the Sales executive to Sales manager (Duty manager) role.
    The main issue is how to automatically remove the assignment (in tr. ppoma_crm) after the approved period expired?
    A particular scenario is such when a sales executive is assigned a sales manager role in the latter's absence for a limited period of time say 1 week. Another req is to assign such a role say one week ahead of scheduled date (set on 14.2.12 for the role to be effective on 19.2.12 for a period of 1 week) and then automatically delimit it on 26.2.12(1 week after 19.2.12) without manual intervention and the need to check for such cases manually, because there could be multiple assignments.
    Currently, we have business roles assigned to posiitons. I can only delimit the business roles on positions in the Infotype for Business Roles in transaction PP01. Need a way out for my requirement. I need a way to schedule and delimit business roles in the org strucutre.
    Suggestions and possible solutions awaited.
    Regards
    Varun Taneja

    Hello Kannan,
    please check notes
    1013201 - Hardware & Software requirements
    1013139 - Pre-requisites for the BI 7.x frontend
    1013207 - Installation guide
    1013140 - BI Frontend / BW Add-on - General Information & Limitations
    BEx Analyzer works with MS-Excel only.
    BR
    Ondrej

  • How is XI related to SOA

    Hi to all,
    This is Pavan, now a days in job protals, some organisations mentioning SOA knowledge for XI Consultant positions, in job description. 
    What is SOA, and how SOA related to XI, can we learn individually SOA.  If so, help me.

    Hi,
    Service-oriented architecture expresses a perspective of software architecture that defines the use of loosely coupled software services to support the requirements of the business processes and software users. In an SOA environment, resources on a network are made available as independent services that can be accessed without knowledge of their underlying platform implementation. A service-oriented architecture is not tied to a specific technology and may be implemented using a wide range of interoperability standards including RPC, DCOM, ORB or WSDL.
    Please refer these below links
    https://www.sdn.sap.com/irj/sdn/developerareas/esa
    What is ESA (Enterprise Services Architecture) ?
    SOA - http://en.wikipedia.org/wiki/Service-oriented_architecture
    How SOA Releated to XI
    You definitely can go ahead with SAP XI if you want to implement an SOA model in the enterprise.
    SAP XI can expose the interfaces as webservices. As you rightly mentioned all the 3 listed methods of integrations are not based on SOA as they are proprietary adapters and they cannot expose their services to the enternal world, at least in no straight-forward ways
    The advantages and disadvantages of SAP XI which I can list are
    Advantages:
    1. SOA based integration model.
    2. The proxy technology in XI gives the advantage of SOA based integration model in SAP integration scenarios. {which is otherwise is difficult (if not impossible) to achieve}
    3. Greater extensibility and all the other advantages featured in SOA
    4. The integration model of the enterprise will be the SAP recommended way.
    Disadvantages:
    1. Deployment and maintanence of the SAP XI infrastructure
    Link
    Re: licensing of Xi...
    Please reward points if it helps
    Thanks
    Vikranth

  • What is ADM methodology? how it will related to SAP R/3 system?

    hello friends,
    What is ADM methodology? whoes product it is? and how can we use it to SAP R/3 system (for implementation or support).
    What is the main difference between ASAP and ADM methodology.
    Can anyone have an knowledge on ADM methodology? Pls send the information or document to email: [email protected]
    thanks in advance,
    will be rewarded,
    Regards,
    Srinu.K

    Hi Manish,
    thanks for the reply. But i don't think ADM what it stands for.
    As per my knowledge ADM is Application Development and Maintainence (ADM) methodology.
    But, i don't have much knowlege on that and how this will related to SAP R/3 system.
    Can anybody have knowledge on ADM? how can we use for SAP R/3 system?
    pls, do the needful,
    Regards,
    Srinu.K
    Message was edited by:
            sapsrin

  • How to give no of lines per page in alv report

    hi
    could anybody tell me
    how to give no of lines per page in alv report
    i need bottom of page too
    if possible plz send the code too
    it ll be very helpful to me
    thanx
    kals.

    Hi,
    This is possible, using some of the events in the ALV.
    You could use AFTER_LINE_OUTPUT event and call you form after say, a certain line count is reached on the list output.
      MOVE 'AFTER_LINE_OUTPUT' TO gw_event-name.
      MOVE 'AFTER_LINE_OUTPUT' TO gw_event-form.
      APPEND gw_event TO gt_events.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
                it_events                = gt_events[]
    and define the form for each event as follows - this would be a dynamic call by the ALV.
    *&      Form  after_line_output
    *       Form for the After Line Output Event in the internal table
    *      --> rs_lineinfo
    FORM after_line_output USING rs_lineinfo TYPE slis_lineinfo.
      IF sy-linno eq v_linno.          "Defaulted value for line count
        perform write_footer.
        NEW-PAGE.
      ENDIF.
    ENDFORM.                    " after_line_output
    For lines per page:
    rs_lineinfo-tabindex would give you the index of the current line in the list, which you could use to read the t_outtab table, and reduce the line count of items displayed on the earlier page.
    There are a few other events too, like BEFORE_LINE_OUTPUT and END_OF_LIST which you can use as required and print the data.
    Regards,
    Anil.

  • How many itunes accounts are allowed per computer?

    Hi, I'm trying to figure out the best way to handle configuring all 80 of the iPads my business is purchasing.  I know there is a limit of 10 devices per iTunes account.  How many iTunes accounts are permitted per computer? I tried to just create 8 apple ids, which I was able to do online.  But when I try to sign in to those on iTunes, once I get to the part where I verify with a credit card, I can not get past the 3rd one. I have previously signed in with 2 other accounts on my machine, so I'm wondering if there is a limit of 5 accounts per computer.  Can anyone verify?  If that's true, what suggestions do you have for how to get around or best manage this situation?
    I'm not as much of a techie as I should be.. but thanks in advance for your help!!

    Hi allisonwfrom nc,
    The limit you are referring to is for a single personal Apple ID (not for multiple users) that is allowed to be associated with a total of 10 devices (up to 5 computers and the rest on iOS devices). Example you can have 5 computers and 5 iOS devices, 3 computers and 7 iOS devices, but not 6 computers and 4 iOS devices.
    From http://www.apple.com/legal/itunes/us/terms.html#SERVICE
    Association of Associated Devices is subject to the following terms:
    i) You may auto-download iTunes Auto-Delivery Content or download previously-purchased iTunes Eligible Content from an Account on up to 10 Associated Devices, provided no more than 5 are iTunes-authorized computers.
    Again this is for a single user. For multiple users like in schools or businesses you need to use VPP to purchase multiple licenses. http://www.apple.com/business/vpp/
    APP STORE PRODUCT USAGE RULES
    ( i )If you are an individual acting in your personal capacity, you may download and sync an App Store Product for personal, noncommercial use on any iOS Device you own or control.
    ( ii ) If you are a commercial enterprise or educational institution, you may download and sync an App Store Product for use by either (a) a single individual on one or more iOS Devices used by that individual that you own or control or (b) multiple individuals, on a single shared iOS Device you own or control. For example, a single employee may use an App Store Product on both the employee's iPhone and iPad, or multiple students may serially use an App Store Product on a single iPad located at a resource center or library. For the sake of clarity, each iOS Device used serially by multiple users requires a separate license.
    If you are an educational institution or business you will want to enroll in Apple's Volume Purchase Program (VPP) which allows a single Apple ID to purchase multiple licenses of an app.
    There is a free OS X program called Apple Configurator that you can use to distribute the VPP codes to your fleet of iPads. Apple Configurator uses a single Apple ID to install apps on your iPads. Configurator will also allow you to install free apps on multiple iPads using a single Apple ID.
    There are a few things I recommend you do to get started:
    First I would watch the iOS Deployment Model Videos on the left side of this page:
    http://www.apple.com/education/resources/information-technology.html
    Then I recommend you read through these two guides:
    iOS 6 Education Deployment Guide
    http://images.apple.com/education/docs/ios_6_education_deployment_guide.pdf
    Apple Configurator Help Guide
    http://help.apple.com/configurator/mac/1.0/
    This will give you a solid foundation for managing iPads with Apple Configurator. Once you read through these guides you will likely have more specific questions that you can post to these forums.
    Hope this answers your question!
    ~Joe

  • How can I return to the same position in the calling order details form

    I am Calling a form for creating a new item from order details form, so after creating The new item I want to returned the item code to the calling form to same position in The order details form , how can I return to the same position in the order details form
    Waiting for your valuable answer .
    Best regards
    Jamil Alshaibani

    Dear Friends
    My actual problem description as the following
    I have a form for production order screen , and this form contain header and details blocks , so the user in the details will select Type Code , and he will go the next field that is Item Code Field search for specific Item Code if it is not exist he has to call the Item Definition Form by using this script
    CALL_FORM(ITEM_DEFINITION);
    Then when he finished defining the Item , and I assign the item code as the following in the :
    WHEN-BUTTON-PRESSED TRIGGER
    :GLOBAL.ITEM_CODE_VAR := :ITEM_CODE;
    DO_KEY('exit_form');
    But I don't know where to keep this assignment
    :ITEM_CODE := :GLOBAL.ITEM_CODE_VAR;
    inside the caller form in which trigger do I have to use when it return from the caller form it should assign the :GLOBAL.ITEM_CODE_VAR to the :ITEM_CODE and the cursor it should show inside the ITEM_CODE , and as I mention it does not return to the same location of The ITEM_CODE when it return from the calling form
    Waiting for your valuable answer .
    With example please .
    Best Regards
    Jamil Alshaibani

  • How can I get the cursor's position in a opened file and display a menu?

    Hello,
    I want to make a program by which I will be able to display a panel/pops up menu at the corsor's current position, (In any text/doc file or in the desktop, we can display a menu by right click of the mouse.) Now I want my program to do the same task.
    More clearly-
    1. First I would save some words or sentences in a file(aa.txt).
    2. Then I would open another text file/ a word/ excel/ or any other editor( bb.txt / cc.doc / dd.xls / ee.html ).
    3. While editing or writing something in the opened file, if I click the right mouse button/ press a key (ctrl+space), a menu will appear containing the sentences I saved in the file(aa.txt) previously.
    My program will tell me the cursor's position in bb.txt / cc.doc / dd.xls / ee.html that i opened. And display a menu. my problem is not reading / writing in a file.
    My problem is how can I get the cursor's position in a opened file display a menu at that position by a mouse/key action*.
    Would you please help me on this regard.
    Thanks

    DrClap wrote:
    I think the OP wants to start up an application like MS Word and then operate it from a Java program.Doesn't The Monkey's Paw do that? What a second, according to Wikipedia:
    [http://en.wikipedia.org/wiki/The_Monkey%27s_Paw]
    <quote>
    ...the paw of a dead monkey is a talisman that grants its possessor three wishes, but the wishes come with an enormous price.
    The moral of the story is contained in this description of the paw: "It had a spell put on it by an old fakir," said the sergeant-major, "a very holy man. He wanted to show that fate ruled people's lives, and that those who interfered with it did so to their sorrow."
    </quote>
    So I guess that a non-sequitor ... or is it?

  • File to IDOC:how do i relate inbound idoc with generated idoc in the R/3

    hi experts;
    can any body tell me how can i relate the IDOC number genrated in the PI with the generated IDoc number in the SAP R/3 system for file to IDOC scenario?
    in SAP PI for tcade idx5, idoc no is:12002
    but in SAP R/3 in tcode WE05, idoc no is:846915
    how can i know a particular message (in SAP PI) created a particular idoc in the backend SAP R/3 System.
    thanks in advance,
    kumar

    Hi Kumar
    at the time of testing you have to note down a time at what ur file got picked up ok
    then go to we05
      -> give the date on CREATED ON field.
      -> then in BASIC TYPE field select your particular IDOC CREMAS05 or whatever, see the TIME field that you have noted down at the time of testing, if that is matching means that is ur latest IDOC you have tested.
      -> one more thing, tha last IDOC showing in the list means that is your latest IDOC you have tested.
    Hope i have helped you, points plz
    Warm Regards
    Dheeraj Kumar

  • What does the scriptcollector do and how does it related to jsf lifecycle?

    hi,
    i want to know what does the scriptcollector do and how does it related to jsf lifecycle? and also in the scriptcollector if i call this,
    preRender=#{myBean.onPageLoadBegin}
    postRender=#{myBean.onPageLoadEnd}
    how my page will react?

    The hx:scriptCollector is part of the IBM Faces Client Framework and has nothing to do with Sun JSF RI.
    Lot of the hx components require specific Javascript and those hx components should be placed inside a single hx:scriptCollector which on its turn checks the nested hx components and renders the desired Javascript for it at the end of the tag. Check the HTML source for that Javascript.

  • How to use relative paths in Captivate 8 / Cómo usar URL's relativas en Captivate 8

    Hello, I have developed a bunch of courses which will be migrated to a new site and I am having trouble changing the absolute paths into relative URL's to resources such as PDF files inserted into the scorm packages. I cannot find information on how to use relative paths in Captivate. Please help. Thank you.

    I have the same issue with relative links using Captivate 8.  I am trying to load Captivate modules into an LMS using relative links to document files within the LMS.  The links work fine during a site page test so not an issue in the LMS, but from the Captivate module they aren't working....
    Help?

  • If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

    If I add artwork by dragging a jpg to the artwork area after selecting several rows, in some instances a single icon is created in the flipper;  in others one is created for each song. Why? How can I get one image per album every time?

  • I have no idea how I did this on my  ipad but everything on my screen is in negative view. How do I switch it back to positive or for me , normal view?

    I have no idea how I did this on my new ipad 2 but everything on my screen is in negative view. How do I switch it back to positive or for me , normal view?
    Thanks, joney

    Yes, you probably have the tripple-click Home button option off.
    Just visit the Accessibility pane under General settings (as described by King_Penguin above) and choose to assign what you need for your tripple click command, in this case toggling the black & white option.
    You can also tell it to 'ask' you what you want from that command each time.
    Hope this helps.

  • Stock room tables in oracle apps ? and how customer is related with those?

    Hi All
    Can any give the details about stock room tables in oracle apps ? and how customer is related with those tables.
    Thank you

    question is not clear, but is it what you are looking for ?
    Stock Locators in Inventory tableis mtl_item_locations

Maybe you are looking for