Structure STRUC of ldb PCH

is there any documentation for structure STRUC of log. database PCH?
Meaning of the fields etc.

Hello Volker
Not able to get any detailed documentation on the structure. But from my experience of using this structure for quite a while now, i am giving you a brief explanation on the important fields,
SEQNR     -   This will be a unique number for each Org. Object
LEVEL      -   This will provide the level of Org. Objid in the tree structure of the organization
OTYPE     -   Object Type Of the Related Object
PDOWN   -    PDOWN stands for Obtect Type Down, which actually hold the sequence number (SEQNR) of the immd. downward Org Object for Botton Down evaluation ath
PNEXT     -    PNEXT stands for Object type Next, if there are multiple Org. Objects in the same level it will hold the sequence (SEQNR) of the next Org. Object which was retrieved based on the evaluation path
PUP-        - PUP stands for Pointer Up which mean it will hold the Sequence number (SEQNR) of the Org. Object parent to the current Org. Object for Top Down Evaluation path
PPREV     - PPREV Stands for Pointer Previous. if there are multiple Org. Objects in the same level it will hold the sequence (SEQNR) of the previous Org. Object which was retrieved based on the evaluation path
May be if you can execute the FM "RH_STRUC_GET" for a Particualr Object ID and Evaluation path, it will return a table of STRUC type which can show more information on the points mentioned before.
Please let me know if you need more information regarding anyother fields.
Regards
Ranganath

Similar Messages

  • Structures LDB PCH

    I need create a selection-screen belong to the LDB PCH, On the selection-screen there are two blocks: Objects and Reporting period. I need a third block named Event selection, so how is the structure for get this?
    My statement is
    TABLES: objec .
    I appreciated much yours suggestion.
    Regards.

    Hi Ajay,
    Go To Reports Attribute -
    > You will see field Selection screen --- enter screen no 901 ..as empty selection screen.
    ~Bhawanidutt

  • Regarding ldb pch (include DBPCHSEL for selection screen)

    hi experts,
    i am developing report for training and event mgmt details for this i m using ldb pch and include DBPCHSEL for standard selection screen what i want that in this include extra parameters & select-options/selection fields for input  are already declared but i dnt want all of these plz help me how to  remove extra selection fields which i dnt want on my customized report i want only one to two selection fields.
    plz help me how to remove these extra fields

    dear amit,
    ven ever u use ldb "pch"  it is not asking for report category means it wnt allow u create a report category.then plz gve another solutions.

  • Changes in Standard RHBUCH00_LSO with LDB PCH

    Hi All,
    Greetings!!
    I have to make changes in RHBUCH00_LSO which uses LDB PCH . The changes are to display Applicanr also with Participant also . The Standard report at selection screen take only one object type (P Participant ) or (AP Applicnat) .
    As it uses LDB making changes in it is difficult .
    I am trying yo use FM LDB_PROCESS to call again LDB for AP .
    Please throw some light on the use of  FM LDB_PROCESS or is some other alternative is available .
    Thank You

    Hi rhaul,
    1. I don't  we can directly do as per ur requirement.
    2. Bcos No-Intervals cannot be modified using Loop at screen.
    3. Another option is to copy the standard Ldb and use it.
    regards,
    amit m.

  • Renaming the Selection Text of LDB PCH

    Hi -
    Can anyone suggest a way to Rename the Standard Selection Screen Variable Name ( Selection Text in a Standard Selection Screen ) of a LDB ( PCH )to a custom one ?
    Eg.  There is a need to change the Object ID ( PCHOBJID - Selection Text ) to " Org. Unit " .
    Thanks,
    Mullai

    Hi,
    You can do that, suppress that field whatever you are getting from the standard LDB and define a selection field in your custom program witht he same name and use your own selection text and check,
    This should work for you.
    Thanks,
    Mahesh.

  • Regarding LDB PCH

    Hi,
    i need to hide all the defualt select options for LDB PCH and add the custom select potions.
    how to hide the default select options completely.
    Thanks in advance.

    Hi Ajay,
    Go To Reports Attribute -
    > You will see field Selection screen --- enter screen no 901 ..as empty selection screen.
    ~Bhawanidutt

  • Status vector & Status overlap field in LDB PCH

    hi all,
    Any one pls explain structure paramters in the selection screen of logical database PCH.ie fileds like status vector, status overlap, technical depth,recursion check etc

    Hi,
    These fields are related to the parameter for structure
    evalution which is added to the standard selection screen. This enables structure evaluations via evaluation paths.
    This LDB is related to Planning and Organization  area
    better a HR guy can explain indepth about these fields.
    related table for these structure is PLOG in Planning and Organization .
    See the data in that table and corelate to these fields.
    reward if useful
    regards,
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • Using of ldb pch in HR

    Hi all,
    Can some body give me sample code of how the logical database PCH can be used. and please tell the several events that are available for PCH.
    thanks,
    Ram.

    Hi rhaul,
    1. I don't  we can directly do as per ur requirement.
    2. Bcos No-Intervals cannot be modified using Loop at screen.
    3. Another option is to copy the standard Ldb and use it.
    regards,
    amit m.

  • Using ldb  PCH in HR

    hi ,
    can somebody give me sample code for using PCH logical database. and the events used in it

    In Human Resources (HR), the following logical databases can be used as a data source for HR InfoSets:
    PNP (PNPCE)
    PAP
    PCH
    By selecting a logical database, you determine the HR data that can be reported on using an InfoSet.
    PCH
    This logical database generally enables you to report on all HR infotypes. However, you are advised not to use this logical database unless you want to report on Personnel Planning data.
    The InfoSet is based on logical database PCH
    Provided that object selection is switched on, InfoSets based on this database enable you to use InfoSet Query to select objects of one object type, such as business events, qualifications, and positions. You can use all of the fields of infotypes allowed for the object in question, and all of the object types and their allowed infotypes that can be related with the selected object type, as selection criteria and for output.
    When you create an InfoSet, you determine the object type that you can select using an InfoSet. The generated InfoSet can only be used to select this particular object type. If you want to create reports for business events, qualifications, or positions, for example, you must create three separate InfoSets. This means the reports can only be executed separately.
    If you do not select an object type when you create the InfoSet, you can only use the InfoSet for InfoSet Query if object selection has been switched off.
    Kanagaraja L

  • Is there any code example for LDB PCH

    I always write report using logical database 'PNP' and 'PNPCE',  which make it very easy to have code for HR master data.
    The 'PCH' is for OM data, is there any method, like using "PNP", can make program for OM easier?
    Many thx, if any help.

    I have tried to write some report using pch logical database and successed.
    在报表自身中,从 GET OBJEC 点,作为规定,数据库驱动程序将文件 PLOG 中的选定的选择恢复为规定的并检查权限。
    指令 TABLES 中结构声明是前提。若除了结构 OBJEC,还定义结构 GDSTR,则将结构评估的参数添加到标准选择屏幕。这可以通过评估路径进行结构评估。
    REPORT  ZPHC_TEST.
    TABLES : objec.
    infotypes: 1000.
    INITIALIZATION.
    START-OF-SELECTION.
    get objec.
    WRITE : p1000-objid.
    end-of-SELECTION.

  • Positions table in ldb PCH

    hi experts,
    Is there any table(only table) where can i take positions IDs related to the given org unit. For example when i give org unit ID system displays me all positions under this org unit.
    Regards
    Garayev

    Hi,
    You can use Ad HoC Query concept (T Code - S_PH0_48000513)
    Path: Easy Access --> Information Systems --> Human Resources --> Reporting Tools --> Ad Hoc Query
    Select 'Field Group' as IT0001 - Organizational Assignment
    Selection as "Org Unit"
    Output as "Position"
    Input your org unit (right side of the screen)
    Click on 'Hit List'
    You can see the existing positions under the given Org Unit
    Revert if you have any further querie..!
    Have a good day..!
    KK

  • PN AND PNP Structure IN LDB PNP

    hi
    i can't find  what definition about PN and PNP structure In LDB PNP.
    how to get these infomation!
    thank you very much!

    thank you very much !
    when i use LDB PNP in report , the PN and PNP structure variable will work in program.
    but i don't find PN and PNP structure definition in LDB PNP (SAPDBPNP).
    i want to konw PN and PNP of  fields how work in SAPDBPNP. and to know what's meaning about PN's filed and PNP's filed.

  • Using PCH LDB

    Hi Experts......
        Here is my requirement...............
       We have a report which retrieves the data basing on Company Code. i.e., when u give Comp. Code and Date in selection screen... it retrieves the Org. Units assigned to that comp. code and then the positions assigned to those Org. units and then the employees who are assigned to those positions.
    Present we are retrieving the data using Select queries.. Can we retrieve the same using LDB PCH?
    Thanking you in advance...
    Regards,
    Sree.

    Hi Seenu,
    There are some infotypes which are shared by some other logical database.
    You need a report like infotype 0024 is shared by PAP  and PNPCE  so as there are some infotypes which are shared by other infotypes as well.
    Infotype 0001 Organizational Assignment will fullfill your purpose
    When you create the Infoset with logical database PNPCE you have the option to select all the personnel administration infotype as well as infotype of the related Objects Thats why you can access the data from HRP tables as well.
    Warm REgards,
    Warm Regards,

  • PCH: Value help for Object ID

    Hi Experts,
    I have a question regarding Logical Database PCH.
    We know LDB PCH is OM based and we have  default "Object ID field " and "Reporting period field " at the selection screen.
    I have kept "Reporting period" as "Key date" 31.12.2010. I  wanted to select an Org unit from the "Org. Structure Search" at the ""Object ID field " value help . But I can see the "Org. Structure"  corresponding to  "Today's date" all the time.
    For eg: Org unit 1111111 was delimited on 01.01.2011.  I wanted to se the Org. structure for 31.12.2010. So I put the key date as 31.12.2010. Since the above org. unit is delimited on 01.01.2011, it was expected to see in the Org. Structure at the "Object ID" value help . But unfortunately, it is not displayed, since the Org. Structure is shown based on Toda's date.
    If anybody comes across such a scenario, please provide your inputs .
    Thanks in advance,

    There is a search component that can be used for this purpose.
    This is one function out of several. I don't have the complete implementation at hand but this will give you the first idea.
    CALL METHOD cl_crm_uiu_prod_tools_search=>eh_onclosepopup_return_product     
       EXPORTING       
          ir_search_popup = search_popup     
       CHANGING       
          cr_context_node = lv_target_node       
          cv_index        = gv_tableindex. 

  • Pay structure consistency across employee, position, job

    Hi
    I want to create an ad-hoc report with employee pay structure (pay type, area, group, level) on IT 0008 and their position pay structure on IT 1005 and job pay structure on IT 1005.
    Any suggestions will be highly appreciated.
    Manish

    I do not think an Ad-Hoc query will work. You can assign only one ldb to a query  and you need data from PA (ldp - pnp) and OM( ldb=pch)
    You will need to write an abap report for this requirement. to the best of my knowledge and belief.
    If you want to create a query, then another way would be to create a PNP based infoset, and add some additional fields in 0001 of your own, and for these additional fields put some abap code of your own to retrieve planned compensation details from position and job.
    Edited by: Harish T K on Jan 18, 2011 4:28 PM

Maybe you are looking for