All PA & OM Infotypes in one IDOC

Hi All,
Could anyone please let me know if there is any standard idoc which can cater to all the PA & OM infotypes. I searched for some some of the HRMD* idoc types which supports either PA or OM infotypes , but not completely.
Any help is really appreciated.
Many thanks
shyam

Hi BabuSrinath,
1. SELECT FROM HRP1001  WHERE RSIGN = A RELAT = 002 OTYPE = 'S' OBJID = position_of_employee SCLAS = 'S': SOBID = manager position
2. SELECT FROM HRP1001  WHERE RSIGN = A RELAT = 008 OTYPE = 'S' OBJID = sobid of prev step SCLAS = 'P'.
SOBID of the second SELECT is personnel number of the manager
3. SELECT FROM PA0000 WHERE PERNR = pernoofmanager.
ENAME of 3rd step is manager's name.
Regards,
Dilek
Edited by: Dilek Ersoz on Oct 17, 2008 8:06 AM
Edited by: Dilek Ersoz on Oct 17, 2008 8:07 AM
Edited by: Dilek Ersoz on Oct 17, 2008 8:08 AM

Similar Messages

  • Report to display all the status records of an Idoc

    Hi,
      I need to find out all the status records for an idoc and display them as a report. Is there any existing SAP Report that does that. I checked in table edids and all the status records of the idoc are not stored in the status text which is empty althogh there are 12 counters for the idoc.
    regards
    Aveek

    Hey Aveek;
       Try this, which will get the most recent one.  You would just need to change it to loop at the edids records to get at them all...
          TABLES: *edidc, *edids, *t100.
          DATA: wf_string type string.
          CLEAR *edids.
          SELECT SINGLE *
             INTO *edids
             FROM edids
             WHERE docnum = *edidc-docnum
               AND status = '51'.
          SELECT SINGLE text
             INTO *t100-text
             FROM t100
             WHERE sprsl = 'EN'
               AND arbgb = *edids-stamid
               AND msgnr = *edids-stamno.
             CLEAR wf_string.
          MOVE *edids-stapa1 TO wf_string.
          REPLACE '&' WITH wf_string INTO *t100-text.
          IF sy-subrc EQ 0.
            CLEAR wf_string.
            MOVE *edids-stapa2 TO wf_string.
            REPLACE '&' WITH wf_string INTO *t100-text.
            IF sy-subrc EQ 0.
              CLEAR wf_string.
              MOVE *edids-stapa3 TO wf_string.
              REPLACE '&' WITH wf_string INTO *t100-text.
              IF sy-subrc EQ 0.
                CLEAR wf_string.
                MOVE *edids-stapa4 TO wf_string.
                REPLACE '&' WITH wf_string INTO *t100-text.
              ENDIF.
            ENDIF.
          ENDIF.
          A little sloppy (OK, alot!), but it gets the job done...
    Cheers,
    John

  • One IDOC to multiple messages

    Hi Experts,
    I am working on IDOC to File Scenario
    I have to send three messages using one idoc.
    Could any one let me know whether is it possible to send with out using BPM or any suggest any other way.
    Thanks in Advance.
    Regards,
    Vijay

    Hi
    If u want to send the three message at the receiver side then u have to make the occurence for the target is 0..unbounded. and use the 1:n mapping in the message mapping.
    To make the 1:N mapping in the message mapping go to the messages tab and put the occurence for the target message as 0..unbounded. when u do this it will creath the multiple message at the receiver side.
    Remember u also have to make the same changes in the interface mapping also.
    To give differnt names to all the file u can use the Addtime Stamp option in the file adfapter so it will create the file with the name as time stamp.
    If u still face the problem please reply me back.
    Thanks
    Rinku

  • Combine into one IDOC

    Dear FI Idoc Gurus,
    Iu2019m using basic type PEXR2002 , this idoc is generated when I  do a payment run via F110. The idoc generation as far as I know is standard , with some enhancement done via user exit - EXIT_SAPLIEDP_902.
    Currently for each payment document generated one IDOC is created . The Business document / payment document is per vendor. Hence each vendor I get one IDOC .
    Client is asking if  I can combine payments of various vendors into one IDOC ? is this possible?  Is it possible through heavy customization?
    Please assist thank you.
    Best Wishes

    Hi,
      I guess its very difficult to combine the different vendor IDOC into single IDOC and require the customized development.
    Instead you can collect the different vendor IDOC based on the specific parameter. so that all the IDOC will get collected and send as a single message or single file. for this you can use the IDOC collect functionality.

  • Requirment of two records in One Idoc

    Dear Expert
    Requirement is such that like:
    Currently there is one condition Record in system as :
    Site    Vendor   Article    Tax     Valid From     Valid To   Tax Code
    111     100000  2000000  5%     01.01.2011   31.12.999    V0
    Now User Inserting A new record As ;
    111     100000  2000000  10%   11.11.2011   31.12.9999  V0
    In this case if  we triggered data through BD21 , Two Idoc are generating form SAP for Both Change Records
    But Client requirement is such that both change records should flow in One Idoc.
    How it can be done , what are those setting in SAP.
    Thanks & Regards,
    Surendra

    Hi Oliver
    Thanks for your reply.
    Actually we want multiple segment of  *E1KOMH* in one Idoc.
    As this is already happening in our Quality client but in production is coming differently.
    We utmost check all the setting related with idoc(Both client have same setting)
    Can u suggest something more to resolve this as change in BADI , User Exits is the last option.
    Regards,
    Surendra

  • Need to transfer Custom infotype data using IDOCs

    Hi,
    My requirement is to transfer custom OM infotype changes using IDOCs.
    But its not creating any change pointers for that infotype.
    The message used is a copy of standard message OM_HRMD_A.
    Can any one please help me out in this issue.
    Thanks,
    Sarika

    You'll need to erase the drive by booting up holding command-option-r keys into your Recovery Volume.
    Use Disk Utility to erase the disk and then Internet Recovery. That will take a while.
    http://support.apple.com/kb/HT4718

  • How many maximum records can be stored in One IDoc

    Hi experts!!
                       Please let me know what is the maximum capacity of an IDoc. i.e.,
    How many maximum records can be stored in an IDoc?
    ex: abc,9807,bangalore
          xyz,8976,mysore....... here two records are thr...if u have one lack records like this can we store all the records in one IDoc,....
    Thanks in advance,
    Sunil K Shetty

    Hi Sunil,
    Idoc structure is
    1. Control record,
    2. Data rord,
    3. Status record.
    1.Control record: contain only who is sender,who is receaver, /which type of data,Idoc number.
       IT store the all control records in one table: EDIDC
    2.Data Record: it contains the data records.(multiple records)
      It stores the data records sre stored in one table: EDIDD
    3.Status records: It show the stutus of the record. (It is multiple)
       The status records are stored in one table: EDIDS
    Rewords some points.
    Rgds,
    P.Naganjana Reddy

  • Include custom infotype 9101 in IDOC

    We have configured infotype 9101 and want to include it in an IDOC (HRMD_A07) to be passed to Novell identity management.  The appropriate entries have been made in T777D but identity management does not recognize it.  I have been told it is not in the correct format however it is very similar to infotype 1013 and it looks to me to be formatted the same.
    I am new to IDOCs and would appreciate any suggestions.
    Thank you in advance!
    Pat

    You have to run RPUMS40CCI for all your Custom Infotypes to generatte the missing includes.
    ~Suresh

  • Split one IDoc into two IDocs ?

    hello all,
    I wanna split one IDoc into two IDocs in XI?
    how can implement it?
    plx give some suggestions.
    thx in advance
    best regards
    Yaning
    Message was edited by:
            Yaning Liu

    Yaning,
    Please find the below blog for changing the ocurrences of IDOC
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
    Best regards,
    raj.

  • Ipod consolidated all of my playlists into one

    While updating Ipod consolidated all of my playlists into one. And I thought if I got rid of the super playlist it would have to go back to the regular system. The library and all the other playlists are still intact but now it says, "Ipod cannot update becasue there are no songs in the playlist." But there are songs there and there are songs in the library as well. What's wrong? What happened? What did I do wrong?
    Ipod-Nano   Windows 2000   2GB

    Open iTunes prefs -> iPod.
    it should be set to Auto update only selected playlists.
    Select the playlists you want to go onto the iPod.

  • I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? Create a personal cloud?

    I want to use my Time Capsule as a central 'hub/hard-drive' in order to keep all my working files in one place. I then plan to use my laptops/desktops as peripheral devices for editing and creation of these files. Is it possible? To create a personal cloud?
    Can someone advise as to whether i can do the following:
                                Future Internet connection -------------------TIME CAPSULE (containing all files) -------------- Backed up on the WD 2T Hard-drive I have
                                      (not connected yet)                                         I                                                          (*connected to timecapsule physically)
                                                                                                            I
                    I                                         I                                                I                                                              I                                                I
          Macbook Pro                             iMac                                       HP (PC)                                             OLD Macbook Pro                         iPhone
    (used for remote working)       (Used for home working)     (used for heavy CAD and rendering)    (not being used for anything at the moment)        (& iPods)
    I am looking to have all my files in one place as i am hopelessly disorganised. I know the online clouds are a good solution (used Dropbox at work and uni for 3 years) however i am wanting to create my own 'dropbox/icloud' at home. So whenever i get back home with my laptop, any work i have been working on whilst out that day is updated to the timecapsule, and then ultimately as i turn on the other devices, they update to those newer versions of the files. Please tell me that the 3TB time capsule i have can do this, otherwise it feels rather overpriced as a wireless storage device?
    Another note (to those in the know) If i am to be working on large files (REVIT/SOLIDWORKS/KEYSHOT/CREO/AUTOCAD) - is the timecapsule connection good enough to support editing and updating these files?
    I know i may be asking a question that many have before, but as a bit of a technical novice I wanted a clear-cut answer to my specific circumstances. Your help is greatly appreciated.
    (*can i use this WD hard-drive that is connected to the Time Capsule as a back up? so that the time machine back-ups/any back ups are also backed up onto this one? can the WD be a backup for the TC?)
    Kind Regards
    Joe

    The diagram was supposed to look more like this......
    Internet ---------TIME CAPSULE(containing all files) --------WD 2T Harddrive
                                                I
         I                           I                          I                            I                                   I
    Macbook Pro         iMac                 HP (PC)            OLD Macbook Pro           iPhone
    Sorry!
    Regards
    Joe

  • Close all the open Application in one-shot ?

    Is there are any way to close all the open application in one shot in ipad rather than double-click the home button and close the apps one by one.

    In principle, I agree with you...
    But it appears that reality is not perfect. I observed on iPhone 3 that memory could be pretty clogged from time to time and I needed to restart it to free up memory and get it back to original speed again. It all depends on which apps you are running. Some appears to eat more memory than others. On iPhone 4, it appears to be less of a problem and I have seen that later iOS releases also makes this less of a problem. I only have a first generation iPad, but I have seen that later iOS releases have improved memory handling significantly there as well. However, it appears to be a good idea to reboot the device after a week or two just to flush the memory. I can't prove this theory scientifically, but I do see a difference in memory usage when doing this.
    The reason I actually tried "Process Killer" was a tip that it addressed the problems many of us encountered with the first iOS 5 release: frequent crashes and slow performance. After the pretty quickly released iOS 5 update, that wes pretty much solved, but occasionally killing processes actually helped me at that point, It made both my devices more stable.
    The original question was about battery performance, there I don't think that the amount of processes running is the key. A much better way of getting more out of your battery is shutting off location services in apps where they are not really needed. I would guess that turning off push notofications for as many apps as possible helps as well.
    Also, turn off the Personal Hotspot on iPhone when it's not needed!

  • I have put all the education apps in one file on my iPad is there a way to lock that file when I open it so that my niece can not leave that file

    I have put all the education apps in one file and would like to be able to lock it when it is opened to keep my niece from going other places, does anyone know if this can be done and if so how?

    Maybe you can let her play on your computer where it may be easier to restrict what she can do, provided there's an OS X equivalent. Of course supervision is probably the safest solution until she is old enough to understand she shouldn't do anything that's not permitted. But then she'd probably be old enough not to need to learn her ABSs.

  • How to update multiple Sales Orders with one IDOC using IDOC_INPUT_ORDCHG

    Hi Gurus,
    Here's my scenario:
    Consider there are 2 Sales Orders for same Purchase Order -
    Open Quantity
    Sales Order 1
    Article A1
    1
    Sales Order 2
    Article A2
    1
    Say if I want to change Open Quantity of both SO 1 & SO2 by dispatching 1 Quantity each for Article A1 and A2 via ORDCHG, observed that in Include LVEDBF0N, XVBAK-VBELN is checked for only 1 Sales Order.
    Whether it is possible to update multiple SOs with one IDOC using IDOC_INPUT_ORDCHG?

    Hi,
    Check out this link, this deals with the problem you are facing.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/802f0ed1-a17a-2c10-7db4-d515a5b047ed
    Regards,
    Runal

  • My wife and I have separate Ids but all our music is in one library. How will this work with iCloud?

    My wife and I have separate Ids but all our music is in one library. How will this work with iCloud? i'm trying to download past purchases from her id, but itunes is saying that I can't because the computer is associated with my apple id. Can I associate the computer with both ids for the purpose of identifying all of our music with both or just one of our ids? Is there a good way to do this? I'm sure we're not the only people with this problem...
    Using 2 iphone 3gs, ipad, mac mini, appletv, itunes for windows, macbook, and imac.

    iTunes- How to share music between different user accounts on a single computer
    You cannot merge two separate libraries across user accounts. Photos does not have the function of merging different Photos.library files. If you have Aperture then you can merge the two before migrating over to Photos.

Maybe you are looking for

  • Switching from PC to Mac- question

    I'm wanting to switch to mac from pc- I have the web design package for windows installed on my windows laptop. Will my second installation be able to go on the mac and ran in windows- (or will I need to purchase the mac version of photoshop ect...)

  • I cannot block popups. Content popus are blocked (without exception and they still constantly appear. I've tried everything I know how to try.

    It all started with my default browser being constantly changed to the Ask browser and popups appearing. I tried everything to stop the default browser from changing to Ask and was finally successful by deleting the Ask Toolbar. Still, the popups con

  • Multiple joins Problem in Physical Layer.

    I have two tables Departments and Employees in the physical layer of admin tool. When i am trying to create foreign keys at physical diagram its giving error. Scenario: Departments                     ===========                Department_id (PK)    

  • Ink is always running out

    The first two I said okay that can happen, but now this is the 3rd ink I have had to refill the printer.  It just won't print even it is low.  I rarely print and the printer is always out of ink!  I heard it evaporates, but that just is crazy!  I hav

  • Safari 2.0.1 caused network errors

    After updating to the latest version of Safari yesterday, my Mac can no longer access the internet at all - it worked fine up to the point where I downloaded and installed the latest version, but after I restarted no sites load at all from anywhere,