Repoting Structure

HI,
I am doing Approver Hierchy Versus Organisational structure hierchy.
In HR structure there is ZWF approver table and has approvers in it.
Now i want to find in org structure with names of these approvers who reports to who.
Is there any report to check in HR structure who reports to who
Which position reports to which
which person reports to which person.
there are 9000 positions.
Kind regards,
Shruti

Use SE37 function module RH_STRUC_GET
execute:
I wil give u an exaple to find the reporting:
for example Shruti with employee no 1234, position id 00200000 . u need to find the reporting manager
in that case in the function module
ACT_OTYPE                       S
ACT_OBJID                       00200000
ACT_WEGID                       A002
ACT_INT_FLAG
ACT_PLVAR                       DA
ACT_BEGDA                       03.06.2009
ACT_ENDDA                       03.06.2009
ACT_TDEPTH                          0
ACT_TFLAG                       X
ACT_VFLAG                       X
AUTHORITY_CHECK                 X
TEXT_BUFFER_FILL
BUFFER_MODE
check the RESULT_OBJEC there u will find reporting manager

Similar Messages

  • DtReport structure and Alerts Settings from sender AS2 Reports adapter

    Hi,
    I have imported DtReport for MDN's from SeeBurger AS2 adapter documentation as external definition into PI. However, in the mapping, when I select DtReport as source, I could see only the following structure:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:DtReport xmlns:ns0="http://uri.seeburger.com/dt/master/schema">
       <ns0:clientId/>
       <ns0:correlationId/>
       <ns0:category/>
       <ns0:state/>
       <ns0:finalReport/>
       <ns0:freeText/>
       <ns0:specificData/>
       <ns0:reportAttachment/>
       <ns0:archiving/>
    </ns0:DtReport>
    But when I import the test MDN message that we received it has key and value elements underneath the tag 'specificData'. How do I get these two elements from external definitation?? Anything that I should in External References??
    How does the following 'Alerts Settings' work from sender AS2 Reports adapter:
    Enable alerts
    Negative transmission report alert
    Negative delivery repot alert
    Negative receipt report alert
    Thanks,
    Riya

    Here is the XSD:
    ?xml version="1.0" encoding="ISO-8859-1"?
    xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:att="http://uri.seeburger.com/bisas/message/schema" xmlns:tns="http://uri.seeburger.com/dt/master/schema" xmlns="http://uri.seeburger.com/dt/master/schema" targetNamespace="http://uri.seeburger.com/dt/master/schema" elementFormDefault="qualified" attributeFormDefault="unqualified"
         xsd:import namespace="http://uri.seeburger.com/bisas/message/schema" schemaLocation="attachments.xsd" /
         xsd:include schemaLocation="dtglobaltypes.xsd" /
         xsd:include schemaLocation="dtarchiving.xsd" /
         xsd:element name="DtReport" type="tns:DtReportType" /
         xsd:complexType name="DtReportType"
              xsd:sequence
                   xsd:element name="clientId" default="000" type="tns:stringLength3Type"
                        xsd:annotation
                             xsd:documentation
                             Logical System ID
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="correlationId" type="tns:uuidType" /
                   xsd:element name="category" type="tns:reportCategoryType" /
                   xsd:element name="state" type="tns:reportStateType" /
                   xsd:element name="finalReport" type="xsd:boolean"
                        xsd:annotation
                             xsd:documentation
                             True if this report is the last one for the given correlationId
                        E.g. if this report is a deliveryReport but there is also a remaining ReadReceipt, then finalReport would have the value &apos;false&apos;
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="freeText" type="xsd:string" minOccurs="0" /
                   xsd:element name="specificData" type="tns:keyValueType" minOccurs="0" maxOccurs="unbounded"
                        xsd:annotation
                             xsd:documentation
                             Optional report data specific to the components and protocols
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="reportAttachment" type="att:AttachmentRefType" minOccurs="0"
                        xsd:annotation
                             xsd:documentation
                             Optionally holds the report as attachment in its raw format.
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="archiving" type="tns:archivingType" minOccurs="0" maxOccurs="unbounded" /
              /xsd:sequence
         /xsd:complexType
         xsd:complexType name="responseReportHandlingType"
              xsd:annotation
                   xsd:documentation
                   Information in a DtResponse about the report handling of the sent payload.
                   /xsd:documentation
              /xsd:annotation
              xsd:sequence
                   xsd:element name="reportsExpected" type="xsd:boolean"
                        xsd:annotation
                             xsd:documentation
                             True if at least one report is pending (false if the one and only report is contained in response).
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="expectedReports" type="tns:expectedReportsType" minOccurs="0" maxOccurs="unbounded"
                        xsd:annotation
                             xsd:documentation
                             List of expected reports - also including the one optionally included in the response.
                            If reportsExpected is true then this list must contain at least one entry, else it must be empty.
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="dtReport" type="tns:DtReportType" minOccurs="0"
                        xsd:annotation
                             xsd:documentation
                             Optional report if it was synchronously received.
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
              /xsd:sequence
         /xsd:complexType
         xsd:complexType name="initiationReportHandlingType"
              xsd:annotation
                   xsd:documentation
                   Information in a DtRequestInitiation about the report handling of the received payload.
                   /xsd:documentation
              /xsd:annotation
              xsd:sequence
                   xsd:element name="reportsExpected" type="xsd:boolean"
                        xsd:annotation
                             xsd:documentation
                             True if at least one report was requested.
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:element
                   xsd:element name="preparedReports" type="tns:preparedReportsType" minOccurs="0" maxOccurs="unbounded" /
              /xsd:sequence
         /xsd:complexType
         xsd:complexType name="expectedReportsType"
              xsd:sequence
                   xsd:element name="category" type="tns:reportCategoryType" /
                   xsd:element name="timeoutDate" type="xsd:dateTime" /
                   xsd:element name="deliveryState" type="tns:deliveryStateType" /
              /xsd:sequence
         /xsd:complexType
         xsd:complexType name="preparedReportsType"
              xsd:sequence
                   xsd:element name="category" type="tns:reportCategoryType" /
                   xsd:element name="timeoutDate" type="xsd:dateTime" minOccurs="0" /
                   xsd:element name="reportMessage" type="att:AttachmentRefType" /
              /xsd:sequence
         /xsd:complexType
         xsd:simpleType name="reportCategoryType"
              xsd:restriction base="xsd:NCName"
                   xsd:enumeration value="DeliveryReport"
                        xsd:annotation
                             xsd:documentation
                             Report informing about the state of the delivery on a physical base
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
                   xsd:enumeration value="ReceiptReport"
                        xsd:annotation
                             xsd:documentation
                             Report informing about the state of the receipt on a semantic base
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
                   xsd:enumeration value="TransmissionReport"
                        xsd:annotation
                             xsd:documentation
                             Report informing about the state of the transmission on a physical base
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
              /xsd:restriction
         /xsd:simpleType
         xsd:simpleType name="deliveryStateType"
              xsd:restriction base="xsd:NCName"
                   xsd:enumeration value="DELIVERED"
                        xsd:annotation
                             xsd:documentation
                             Delivery proceeded
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
                   xsd:enumeration value="PENDING"
                        xsd:annotation
                             xsd:documentation
                             Delivery pending
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
              /xsd:restriction
         /xsd:simpleType
         xsd:simpleType name="reportStateType"
              xsd:restriction base="xsd:NCName"
                   xsd:enumeration value="SUCCESS"
                        xsd:annotation
                             xsd:documentation
                             Positive report
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
                   xsd:enumeration value="FAILURE"
                        xsd:annotation
                             xsd:documentation
                             Negative report
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
                   xsd:enumeration value="EXPIRED"
                        xsd:annotation
                             xsd:documentation
                             No report received in time
                             /xsd:documentation
                        /xsd:annotation
                   /xsd:enumeration
              /xsd:restriction
         /xsd:simpleType
    /xsd:schema
    Edited by: Riya Patil @SAP on Feb 4, 2010 9:05 PM
    Edited by: Riya Patil @SAP on Feb 4, 2010 9:05 PM

  • How to use one Account dimension for multiple account structures

    We are implementing a HFM application to replace two general ledger applications, one being Corporate and the other a new subsidiary. We need to maintain both of the chart of accounts and their unique rollup structures. We are facing the difficulty in attempting to combine the two chart of accounts into one HFM Account Dimension because a few of the subsidiary accounts have the same account numbers but they are meant different things. 
    Question:
    How can we set up two distinct account structures in HFM and also have the subsidiary accounts rolled into the Corporate accounts for consolidation reporting? 
    Appreciate your help.

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

  • Message: "The database structure has been modified" every time I log to SAP

    Hello,
    "The database structure has been modified. In order to resume this process, all open windows will be closed". Every time I log to one of my companies in SAP Business One this message appears.
    I haven't installed any new addons and made no changes in database structure (and any other user hasn't done any changes), but this message appears always when I log to company for the first time (when I try to log on another user or log to another company there is no message). Can anyone help me with this problem?
    Best regards
    Ela Świderska

    Hi Ela Świderska,
    You may check this thread first:
    UDFs disappeared
    Thanks,
    Gordon

  • Transfer structure

    Hi All
    i have to create a transfer structure.
    in dso and cube i have 27 fields.
    but in tranfer structure it is showing 50 fields.
    i have to select the 27 fields out of 50 or i have to activate 50 fields in transfer structure.
    Thanks & Regards
    krishna

    Hi,
    Basically when creating the transfer structure you need to map the transfer structure fields with the ODS/Cube fields that are present in the communication structure.
    You just need to Transfer the fields, that you have identified in Data source to the transfer structure and map the relevant fields in the Transfer structure.
    Once the mapping is done. Just activate the Transfer structure.
    Most importatnt would be to decide on the mapping between data source and Communication structure fields.
    Hope it helps!!!
    Regards,

  • Loops in arrays or structures

    Loops in arrays or structures
    I was given a project on html reports and
    They have advised me to use Loops in arrays or structures
    At this point I am a novice at this html reporting system. I
    would like to know how I can use loops in arrays or structures.
    How is it beneficial are
    1. Structures
    2. Arrays
    3. loops in for both
    for my reports.
    Countless thanks in advance

    Structures are great if you understand them, they are
    basically just arrays organized by keywords rather than index
    numbers.
    Arrays are very nice, as you can just run through loops to
    access each element, as they are all indexed by numbers 0-x.
    loops are great to navigate through both. All you have to do
    is set an loop to run through x amount of iterations of the array
    or structure (where x is the length of the array, or number of
    elements in the structure). Loops are great due to the small amount
    of code they require.

  • How to delete the one of cost centers in Splitting Structure(OKEW)?

    Dear All,
    I have a question about Splitting Structure as below? Could I get favor from you? Thanks a lot.
    How to delete the one of cost centers in Splitting Structure(OKEW)?
    Jocha

    Hi Chang
    Welcome to SDN! Its our pleasure to help you here
    Step 1: Select your Cost Center in OKEW which is assigned to the Splitting Str
    Eg: Cost Ctr 1001 is assigned to Splitting Str Z1... Tick the Check box against 1001 under Z1 Splitting Str
    Step 2: Do a Single Click on the text "Non Assigned Cost Centers"
    Step 3: Press Shift +F6 (Or Click on the Assign Button, next to the Pencil icon)
    Br, Ajay M

  • How do I move photos in a Smart Collection and keep folder structure?

    HI there I am on a trial of Lightroom and loving it so far.  One seemingly simple task I would like to try out is moving all my RAW files (which are all mixed up with JPGs and PSDs to a new location and keep the current folder structure.
    Currently I have files strcutured like this: <main disk>\<year>\<month>\<filename>.cr2 and I would like to move these to <different disk>\<year>\<month>\<filename>.cr2
    The Export functions look as if they will put them all in to one big folder?  Any ideas?
    Many thanks in advance.

    There are several approaches to this problem. You could do this via the Folders panel in LR. You can do just about everything in the Folders panel that you can do in Explorer or Finder. Just create folder and drag and drop.
    Another way is to do this outside LR use Explorer (Windows) or FInder (Mac). after you're done then go back into LR and tell LR where to find the moved files. Depending on how many you have this could be a bit tedious.
    Another method is to choose the files you want then Export them as a Catalog. When you do this be sure to include the option to export the negatives. Point the new catalog at you other drive. It will recreate the folder structure during the export. Then remove the images from your present catalog. Don't delete from disk just remove. Now import from catalog and choose the newly exported catalog. This time choose the option to add the files without moving them. Once you are sure everything is back and is fine you can use Explorer or Finder to go into your original file structure and delete the files that were moved to the new drive.  Be careful to only choose the moved files. If you are separating the RAWs out this should be relatively easy.
    I hope that helps!

  • How can I batch move files to the same folder structure in a different location?

    Hi,
    I recently had an issue with my iTunes Library so I used the Organize Library feature to have iTunes organise my library.  What happened was that it put all of my music in a folder called 'Music' on my external hard drive, whereas previously it was not in a folder at all, e.g.
    BEFORE: External Hard Drive / Abba / Greatest Hits / Mama Mia.m4a
    AFTER: External Hard Drive / Music / Abba / Greatest Hits / Mama Mia.m4a
    I don't have any particular issue with the updated folder structure, except that I had copies of the artwork for each album in my album folders, and these weren't moved when the audio files were moved/consolidated/organised.  So I need to find a way of moving all of the artwork to the new folders, e.g.
    External Hard Drive / Abba / Greatest Hits / folder.jpg
    needs to become:
    External Hard Drive / Music / Abba / Greatest Hits / folder.jpg
    I have to do this for 3,000+ albums, and I have multiple artwork files for some albums, so I am hoping that there is a way of doing this using a batch/automated method of some kind, but I haven't been able to turn up anything yet.
    Can someone help with this?
    Thanks,
    Nick

    You can make a smart playlist containing episodes of both series and play from that. Podcasts are linked together by the URL they are served from so merging ongoing series isn't really practical.
    tt2

  • Can you share FP Controls between different Event Structures

    I'm creating a program that will either read real-time data from an VNA on the GPIB bus, or read a saved s2p (Agilent) file and analyze it. The FP consists of 5 graphs, and various controls which handle events like printing, changing filters, or exiting. on the BD I have a case structure controlled by an operator selection pop-up. I tried using the same FP controls in the event structures I have setup in each case, as only one event structure would ever be executing at any given time, but the program doesn't seem to like it ast run-time. I've worked around the issue by creating "duplicate" controls and using the property setting to make them visible/disabled, etc., but the is seriously congesting my BD.
    Anyone know a way to share controls with seperate event structures?

    It sounds like the root problem is the overall structure of your program. I highly recommend that you check out the Queued Message Handler project template in LabVIEW 2012, that will show you how to utilize a single event structure and pass events to a consumer loop. If you program is too large to consider an architecture change at this stage of the game, then there is a workaround for your problem.
    What is most likely happening is that you have the event structures all set to lock the front panel until the event completes. However the case structure that you have wrapped around these event structures is causing all but one of these event structures to be unreachable thus preventing you from handling the event. Again, as I stated above, the "RIGHT WAY" to fix this is to select a better program structure but the "kluge work-around" fix is this: Dynamically register for the value change event on all of the controls you are trying to trap events for. Dynamic events can be deregistered and re-registered at run time. This will allow only the event structure in the active owning case structure to be registered for the events, thus no other event structures will get in your way.
    Disclaimer: This advice is given based on very minimal information and a great deal of speculation and may not be correct. Please include your code if you need further assistance.
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

  • How to Extract Data for a Maintenance View, Structure and Cluster Table

    I want to develop  3 Reports
    1) in First Report
    it consists only two Fields.
    Table name : V_001_B
    Field Name1: BUKRS
    Table name : V_001_B     
    Field Name2: BUTXT
    V_001_B is a Maintenance View
    For this one I don't Find any Datasource
    For this Maintenance View, How to Extract the Data.
    2)
    For the 2nd Report also it consists Two Fields
    Table name : CSKSZ
    Field Name1: KOSTL (cost center)
    Table name : CSKSZ
    Field Name2: KLTXT (Description)
    CSKSZ is a Structure
    For this one I don't Find any Datasource
    For this Structure How to Extract the Data
    3)
    For the 3rd Report
    in this Report all Fields are belonging to a Table BSEG
    BSEG  is a Cluster Table
    For this one also I can't Find any Datasource,
    I find very Few Objects in the Datasource.
    For this One, How to Extract the Data.
    Please provide me step by step procedure.
    Thanks
    Priya

    Hi sachin,
    I don't get your point can you Explain me Briefly.
    I have two Fields for the 1st Report
    BUKRS
    BUTXT
    In the 2nd Report
    KOSTL
    KLTXT
    If I use  0COSTCENTER_TEXT   Data Source
    I will get KOSTL Field only
    what about KLTXT
    Thanks
    Priya

  • Error while creating Structure

    I am getting an error while creating a Structure.
    After filling the required fields in Components tab and Currency/Quantity filed tab, when activated it says "Warnings Occurred during activation"  "Do you want to see the log?"
    when i click "yes", it displays
    TABL ZABC Activated
    Check Table ZABC (SAPUSER .........)
    ENHANCEMENT CATEGORY FOR TABLE MISSING
    ENHANCEMENT CATEGORY FOR INCLUDE OF SUBTYPE MISSING
    TABLE ZABC WAS CHECKED WITH WARNINGS
    Thanks

    hi,
    You are getting these warnings because you have not assigned an enhancement category to your structure .
    Try to assign a enhancement category for the structure .
    1. open the structure in change mode .
    2.  then Extras -> Enhancement Category and choose an enhancement option .
    3. save and activat ethe structure .
    4. Your structure wil be activated now without any warnings .
    Regards ,
    Lokesh

  • 'Structure Changed' Error when running a query

    Hi,
    I created a query with 2 structures. One structure for the time periods and one with Key figures (Calc and Restricted).
    The query ran fine and subsequently I put this into a workbook which had other queries and made a workbook type report.
    I modified the structure with the key figures recently and when I run the query now a popup box appears saying "warning; structure changed" and lists down the query elements that I changed, and subsequently the query does not run (no data is displayed).
    But if I open the same query in design mode and do nothing and run the query again (with the same input parameters), it runs ok.
    Please advise on how I can sort this out.
    Any help would be greatly appreciated.
    Thanks,
    Dominic

    Hi,
    If you want, you can remove the query with 'Remove Query' option in the BEx toolbar and then re-insert the query and then save the changes to the workbook. The next time, you refresh the workbook you won't get any such messages.
    Thanks

  • Error while creating a Structure in ECC 6.0

    Hi,
    When i Try to create a new structure( zstr)  in ECC6.0, when i do syntax check  i get a warning message
    Enhancement category for table missing             
    Enhancement category for include or subtype missing
    I dont understand wht this means. I'm not Enhancing any existing structure or SAP Standard structure. Can any one please help me in solving this issue?
    Thanks,
    Challa

    Go to SE11. Follow the path Extras -> ENhancement Category. Choose the appropriate category and then activate.
    Check the below link for further details.
    [http://help.sap.com/saphelp_nw04/helpdata/en/6e/e3806dd38911d5994400508b6b8b11/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/6e/e3806dd38911d5994400508b6b8b11/content.htm]
    Hope this helps.
    Thanks,
    Balaji

  • Error while accessing a library using content and structure

    I have a library having document and folder inside it. When I open the library using content and structure I get an error with a correlation ID. When checked the the logs with Correlation ID got an error message "View 'All Document' does not exist."
    'All Document' is name of default view on the library.
    When I open the library from view all site content the library is being opened.
    Please help!!!

    Hello Victoria,
    Thanks for  the response.
    I have tried troubleshooting steps given by you. 
    Check if the issue occurs with other users. Use another user to access the library in Content and Structure and then compare the results. --
    I tried with different users but no luck
    Make sure that the user account with issue has permission to view the All Documents view of the library. --
    Yes, user Account have the permission
    Check if the issue occurs with other libraries in the Content and Structure. If not, I recommend to save the library as
    a template including contents and then create a new library based on this template. After that use the new library instead of the old library. --
    No other library have this problem. I cannot save the library as template including the contents as the it has many folders and  files. The current size of library is 786 MB
    Clear cache in the browser or use another browser to see if the issue still occurs. --
    tries but issue persists.
    Best regards,
    Ratnesh

Maybe you are looking for