Issue with OM relationship structure when using report RHSTRU00

In HR, one Person (P) is attached to only one Central Person (CP). So, when we run the report with date period as of Today, we expect a Tree structure in the output with P-CP relationships displayed. However, we see that the report displays one Person attached to many CPs.
The program fetches the 1 P to 1 CP combination. However, it deletes all Persons who are not Active as of today but does not delete the CP. It then attaches all CPs to the first Active Person it can find.
This is a serious bug since it shows data which is different from what exists in the system. In our systems as would be in any HR system in the world, One person can be attached to only one CP and the program shows that the Person is attached to many CPs.
I opened a OSS message but SAP refused to correct this bug.
Has anybody else ever encountered the same issue and do you have a solution to this?

I checked the report, and it certainly returns incorrect data, I found exactly what you say regarding active/inactive persons.
What is SAP's reason for not looking into this? It would be interesting to hear their argumentation for this not being a bug. 
It may be that SAP expects RHSTRU00 to be called only for active persons? This would require running another report first to get the input for RHSTRU00. This seems like a strange prerequisite for the program, and I do not understand why SAP don't see this as a bug. The error seems rather obvious and reproducable.
I often find that I have to push to get passed first line of support to have SAP see the problem. It is tiring, but I have found this to be the fact far too often. 
PS - we never use the program like this, so we do not face the problem ourselves.
/Kirsten

Similar Messages

  • Issues with Bex query structures and Crystal Reports/Webi

    Hi experts,
    I'm having an issue with Bex Query structures and nulls. I've built a Crystal Report against a Bex query that uses a Bex Query structure. The structure looks like the following
    Budget $
    Budget %
    Actual $
    Actual %
    Budget YTD
    etc
    if I drag the structure into the Crystal Report detail section with a key figure it displays like this
    Budget $     <null>
    Budget %     <null>
    Actual $     300
    Actual %     85
    Budget YTD     250
    the null values are displayed (and this is what is required). However if I filter using a Record selection or group on a profit centre then the nulls along with the associated structure component are not displayed.
    Actual $     300
    Actual %     85
    Budget YTD     250
    Webi is also behaving similarly. Can anyone explain why the above is happening and suggest a solution either on the Bex side of things or on the Crystal Reports side of things? I'm confused as to why nulls are displayed in the first example and not the second.
    Business Objects Edge 3.1 SP2
    SAP Int Kit SP2
    OS: Linux
    BW 701 Level 6
    Crystal Reports 2008 V1
    Thanks
    Keith

    Hi,
    Crystal Reports and Web Intelligence will only show data which is in the cube. You could have an actual 0 or Null entry whithout grouping but by changing the selection / grouping in the report the data does not include such entry anymore.
    ingo

  • Has anyone had issues with poor image quality when using lightroom to process raw images from Canon 7dmk2

    Hi everyone..
    ..I have been having image quality issues when using Lightroom to process raw files from a 7d mk2... They are all soft with poor clarity.....tonight in despair I tried processing them  using  canon's software and they are totally different..."much better"
    anyone else had similar problems....Andy

    I have a 7D2 and have not had what I interpret as poor image quality that has anything to do with the camera.
    Can you post a screenshot of what you’re seeing and what specifically you don’t like?  Maybe there is something you can do differently or at least there may be an explanation for what you’re seeing.
    And if you have a raw image that you wouldn’t mind sharing in a public forum, upload to http://www.dropbox.com/ then post a public share link to it in a reply, here.
    In other words post a screenshot of what you see in LR, another of what you see using DPP, and a link to the raw file you’re processing.

  • Issue with group by expression when using non-regular columns

    Hi all,
    Please help me out to find a solution for this issue. In case i need to group the values where one of the columns is not a regular column.
    How can i fix the issue? I tried the possibility of using the alias name, from clause query but still could not crack this.
    SELECT   td.xml_file.EXTRACT
                ('//ns1:RequestHeader/ns1:GeneralAttributes/ns1:Attribute[ns1:AttrName=''SUBMITTER_ID'']/ns1:AttrValue/text()',
                 'xmlns:ns1="http://emdeon.com/ac/ACSchema"'
                ).getstringval (),
             COUNT (1)
        FROM trx_data td
       WHERE td.trx_agn = 'TR8D4148656848660' AND td.call_type_id = 3
    GROUP BY td.xml_file.EXTRACT
                ('//ns1:RequestHeader/ns1:GeneralAttributes/ns1:Attribute[ns1:AttrName=''SUBMITTER_ID'']/ns1:AttrValue/text()',
                 'xmlns:ns1="http://emdeon.com/ac/ACSchema"'
                ).getstringval ();
    Regards    
    Swaminathan

    May be something like this
    SQL> create table test
      2  (
      3    xml_data xmltype
      4  );
    Table created.
    SQL> insert into test (xml_data)
      2  values
      3  (
      4  '<submitter>
      5  <row>
      6  <submitter_id>1</submitter_id>
      7  <submitter_name>karthick</submitter_name>
      8  </row>
      9  <row>
    10  <submitter_id>2</submitter_id>
    11  <submitter_name>vimal</submitter_name>
    12  </row>
    13  </submitter>');
    1 row created.
    SQL> insert into test (xml_data)
      2  values
      3  (
      4  '<submitter>
      5  <row>
      6  <submitter_id>1</submitter_id>
      7  <submitter_name>karthick</submitter_name>
      8  </row>
      9  <row>
    10  <submitter_id>2</submitter_id>
    11  <submitter_name>vimal</submitter_name>
    12  </row>
    13  </submitter>');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select t1.submitter_id
      2       , t1.submitter_name
      3       , count(*)
      4    from test t
      5       , xmltable
      6         (
      7           '/submitter/row' passing t.xml_data
      8           columns
      9              submitter_id   integer       path 'submitter_id'  ,
    10              submitter_name varchar2(20) path 'submitter_name'
    11         ) t1
    12   group
    13      by t1.submitter_id
    14       , t1.submitter_name;
    SUBMITTER_ID SUBMITTER_NAME         COUNT(*)
               1 karthick                      2
               2 vimal                         2
    SQL>

  • Issue with 2wire dsl router when connecting power pc g4 via ethernet

    Issue with 2wire dsl router when connecting power pc g4 via ethernet. The 2wire will keep resetting. When I connect my macbook pro via ethernet to the 2wire all is ok, but as soon as i connect the power pc. . . .reset. I have emailed 2wire support. They recommended using a different patch cable. Tried that.. .. anyone else having this issue???? Any help would be appreciated. . .

    Search the discussions for issues with 2wire dsl routers. This has come up before in a discussion I've been involved with, but probably not to do with the MDD. I do remember it being a design issue with the router, something that was done to it before dispatch.
    Let us know if you can't find it and we'll have a look.
    If you afford it, bin the 2wire and go buy something decent like a Netgear.

  • My MacBook Pro 13" (2012) is running Windows 7 on Bootcamp and there is an issue with the headset I'm using.

    My MacBook Pro 13" (2012) is running Windows 7 on Bootcamp and there is an issue with the headset I'm using. I use a cheap Logitech Stereo Headset H130, but since there is only on audio plugin on the computer, I purchased a 3.5 mm 4-pin smartphone audio adapter thingy. That allowed me to put both my the sound coming to my headset & the microphone on my headset onto one wire. Everything worked wonderfully when running the Mac OS since they probably have support for that kind of stuff. The problem is though that once I try to use the same method in Windows 7, the OS doesn't recognize my headset microphone at all, but, instead when recording my voice decides to use the built-in mac microphone. Using this adapter still allows me to hear from my headset, but not use the microphone and that becomes a problem. It might be so that Windows 7 doesn't have support\drivers for that... How should I continue from here on out? Any advice?

    From what I have read from others on here you may be out of luck. You would need the appropriate Windows drivers for the Cirrus chip in the Mac and no one has been able to successfully locate them. Apple wouldn't support this since Windows is an optional install.
    Sorry to bring the bad news.

  • Issue with PR conversion to PO using ME59 withqty of similar line items

    Hi All,
    I'm having an issue with PR conversion to PO using ME59
    I have a PR with the following line items with all same details except quantity
    ex 1
    Mat  Qty  Unit Plant   St Loc
    M1   1    EA   P1      S1
    M1   29   EA   P1      S1
    The PR brings in the Unit automatically
    EA is Base Unit Of Measure -Material Master
    BT is Order Unit           -Material Master
    Conversion
    30 EA = 1BT
    When i convert this PR to PO using ME59N then i see 2 lines items
    M1   1   BT
    M2   1   BT
    Its doubling the qty (2 BT = 60 EA)
    ex 2
    Mat  Qty  Unit Plant   St Loc
    M1   1    EA   P1      S1
    M1   2    EA   P1      S1
    M1   27   EA   P1      S1
    The PR brings in the Unit automatically
    EA is Base Unit Of Measure -Material Master
    BT is Order Unit           -Material Master
    Conversion
    30 EA = 1BT
    When i convert this PR to PO using ME59N then i see 2 lines items
    M1   1   BT
    M1   1   BT
    M1   1   BT
    Its 3 times no
    PR Qty = 30 EA
    PO qty = 3  BT = 90 EA
    I guess during conversion to PO
    It sees PR Line item 1 and looks for another line items with similar fields ( in our case it sees line 2 in ex 1 and 2 and 3 in ex 2)
    i adds the qty 1 and 29 in ex1 and converts the total 30 each to 1 BT and when it moves to 2 line it see item1 and again creates 1BT but the line item 2 was already considered and it should be ignored
    Similarly if you see ex2 then it creates 3 limes with 1 BT each
    Let me know how to resolve this issue
    Thanks

    As for std SAP ME59N - make sure there is not rounding value is activated in the Material master as well as info record
    If this is not the case than check any custom code is activated for ME59N
    becuase generally in many compnay when they use ME59n they don't want the same material from diff PR to create the diff line item in the PO so using the custom logic in the user exist they trick the code
    it might be the case for you where you have issue.

  • Am using firefox 5 and am not able of uploading any file as attachmenet using my Yahoo email account , this problem does not happen with hotmail account or when using IE.

    when sending email through yahoo account , i cant upload any attachment with email, a sign of uploading lasts forever without uploading the file.
    this issue do not happen with hotmail account or when using IE to browse Yahoo account.

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Still Having Problem with Battery Overheating with Car Dock/Charger when using Maps/Navigation

    I'm having a problem with the battery overheating when using Google Navigation in the OEM Samsung car dock and car charger.  On a trip last weekend, I started off with a fully charged battery (because posts on other sites have complained that the Charge cannot keep up with the power draw of the Google nav app while using the car charger).  About an hour into my trip, I got a message that the battery was overheating and to unplug the charger which I did.  I then had to contend with the screen going out because it was running on the battery.  I let the phone discharge to about 70% then tried the car charger again.  Within a few minutes, I got the same overheating message.  It was not an overly hot day and the car A/C was set at 68 degrees.  
    This morning (with the battery at about 85%) I tried to use the Navigation without the car dock while charging and got the same results...the phone battery overheated and I had to unplug the charger. The battery temperature reached 116 degrees. (also, the battery level was also dropping while using the Maps or Nav application even though it was hooked up to the car charger).  
    I'm very disappointed with this situation since I was hoping I could replace my old Garmin GPS with the Charge.  But between the phone dimming the screen while running on battery, and having a depleted battery in the phone at the end of the trip, its just not a viable option.  I really like this phone, but I'm running against the "return" clock.  
    Any ideas?
    Could this be a software problem that will be corrected by an update in the future?
    fyi:  other Charge problems in the last 5 days:
    - dropping audio on calls to other Verizon phones.
    - use of camera flash causing the phone to reboot.
    (I do have the 'class 4' 32gb card in my Charge)
    Thanks in advance,
    Rich

    Jerry:
    Yes, the phone is charging while in the car dock.  I confirmed it both under the "about phone-status-battery status" menu and by my battery widget.  By watching the battery widget, I also noticed that the voltage steadily increased over the ride home.  It started at about 3.90 volts and ended at 4.02 volts.  I don't know if that is significant.  This time the battery did not overheat.  The Max temp was 110 degrees, but no notice to disconnect came up.  This might be because the sun was behind me on the drive home rather than beating down on the dash like it was this weeked.
    I've ordered a cheap universal dock from Amazon for about $15.00 which clips onto the a/c vent.  I want to see if this keeps the temperature down.  If this works, I can still return the fancy-schmantzy Samsung OEM car dock. (The car-dock interface wasn't that impressive anyway).
    Please let me know if the volt change means anything.
    And thanks again for your help!
    Rich

  • HT4623 Does anyone have an issue with your iPhone 5 when trying to play music? Mine won't, on the screen you see the player run through songs very quickly but never playing.... Help!

    Does anyone have an issue with your iPhone 5 when trying to play music? Mine won't, on the screen you see the player run through songs very quickly but never playing.... Help!

    Try this > Start a song, tap the screen, under the left side of the scrubberbar that appears, tap the icon to stop shuffle.

  • My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. Any tips?

    My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. I tried restarting it a few times, nothing worked. I looked up many tutorials, and still nothing did the trick. Any tips?

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                  
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Quicktime Player with the magic mouse, when used with a bug -

    On 10.7 Lion, Quicktime Player with the magic mouse, when used with a bug …
    Quicktime Player will not respond, but use the USB mouse with no problem

    Message was edited by: b j t

  • Does Mackie Control work with Final Cut 7 when using USB MIDI?

    I have a Mackie Control Universal Pro connected via USB to my mac and it works GREAT with Logic and all the complimentary Logic Studio software.
    The problem I am having is, when I try to use it with Final Cut, it wont work at all. I have read the post concerning this that was answered by Andy Mees but, I dont use a true MIDI connection, only USB.
    Any thoughts?

    Does Mackie Control work with Final Cut 7 when using USB MIDI?
    No one will know until FCP 7 is released.
    -DH

  • I have a serious issue with static (clicking sounds) when I use Netflix streaming along with any movies I rent via AppleTV, and yes I use a optical audio cord.  Any suggestions?

    Was is most interesting, is that if I watch other content like MLB TV using the sound bar and optical cable, I don't have this issue, it's all very strange.  Any suggestions?

    Perhaps it's obvious to you, but what would I adjust in the midi settings?  There's nothing obvious that speaks to this out of sync issue.
    FYI, I just plugged my JBL creatures into the audio out (same physical jack as the digital out, though of course they use different technologies) and there is no sync problem with the audio played through them.  Clearly it's an issue with the digital out, just wish I could figure out if it's my stereo or something in the computer.  I have no other devices that accept a digital input, so can't swap the stereo out for anything else.

  • Issues with Infoview data refresh on Crystal Reports based on BW BeX query

    Hi all,
    We applied the Business Objects XI3.1 fix pack 3.1 with Integration toolkit fix pack 3.1 in our environment.
    After that we started having trouble with Crystal Reports based on BeX queries that use manual input variables.
    The data refresh would not work in Infoview.
    The data refresh would work using the Crystal Reports designer gui on local machine.
    regards,
    Abhishek

    Hi all,
    This thread is for the benefit of all the BW/BO people who faced issues with BO reports not working after certain fix pack installations.
    After lot of time spent in debugging this and researching and some help from SAP, we found that BASIS had missed a step in the BO patching. This step was relating to applying some BW transports in the BW system related to the new Integration toolkit.
    Please use below notes for the BW transport task of patching BOE Integration toolkit.
    Refer to Note#1472104 which explains about loading the
    transports when we install BO Service Packs or Fix Packs. Also please refer to the Note#1271751 for the advice on transports for BW systems.
    Please go through page 206 (Configuring transports) in the SAP Integration Kit installation guide. You can download this document at below link.
    https://websmp106.sap-ag.de/~sapidb/011000358700000559912010E/xi31_sp3_bip_sap_inst_en.pdf
    Refer to Note#1345919 which explains about the process of loading transports for SAP IK.
    regards,
    Abhishek

Maybe you are looking for

  • How can i use the external characteristics in hierarchy

    Hi Gurus, i need a node text (A), the first Infoobject (B), and the third Infoobject (C), to do this someone told me about in the IO (B) i have to add as external characteristics in hierarchy "C" in "B", i did it and made the hierarchy in manage hier

  • When I try to authorize home sharing in iTunes, I get error message 5506. What is the problem?

    When I try to authorize home sharing in iTunes, I get error message 5506. What is the problem?

  • Cannot Download Purchases

    I recently decided to upgrade my past songs with iTunes Plus. When I go to download them, it gives me the error "Unable to check for available downloads. The network connection timed out. Make sure your network settings are correct and your network c

  • Oracle 8i and WinNt

    Is anybody using 8i on NT platform for serious business and service transactions. Can u guide me the performance of the same vis-a-vis SQL Server 6.5 or above on NT.

  • Unable to update apps or download next segment of app game

    Hello, I am unable to Update All or even separately update any of my apps from the App Store. When I click on Update All, I give it my password then briefly see the blue update circle but then it goes right back to "Update". I've tried signing out of