SAP HR Reporting  - LDB

Hi all,
I just wanted to check what is the best practise(based on personal expereince) of what to use when ti comes to HR reporting?
1) Do we use logicial database
2) USe regular ABAP to perform HR reproting
I think logical database retrieves all the data of an employee when processing (READ PERNR) and hence decreases of the performance. Any ideas and thoughts here?
regards

LDB
1.easy-to-use selection screens.
2.we can modify the pre-generated selection screen to our needs using reportning category .
3. Have  check functions to check whether user input is complete and correct
4. Reasonable data selections.
5. It contains central authorization checks for data base accesses.
Enhancements such as improved performance immediately apply to all report programs that use the logical database.
Less coding s required to retrieve data compared to normal internel tables.
Where all tables are highly inter related so LDBs can optimize the performance there.
I think LDB is fine to use  but  mainly it depends on your requirement!!!

Similar Messages

  • What is Report category in SAP-HR Reports ?

    Hi SAP-HR Experts .
    Dear Friends tell me about
    What is Report category in SAP-HR Reports ?
    How to create it ?
    Can we set authorizations for a Repots , if Yes the how can we set it .?
    Please elaborate your replies with examples .
    Best Regards to ALL .
    Rajneesh .

    Report Category are used in reports with an LDB, usually PNP. Basically it's the configuration for the selection screen when the report is called. Among the choices you have which fields should appear on the first page, if sorting is allowed, etc, all sort of configuration.
    How to see.
    You can take one example, for example RPCALP0 (portuguese version, just substitute P0 with the version you use). Go to transaction SE38 and exhibit the report. Then yoy must select GOTO-->ATTRIBUTES and on the bottom tray there is a button that reads "HR report category". Just click that and on the next popup click Report Category again. So you have an example there of report category __M00001.
    To create it's the same way, when you EDIT a report and click on report category the next popup has a create button.
    The second question about authorization, it's quite simple, you can either use standard objects of authorization (like P_ORG for example), or your own Z objects. The sintax in ABAP is :
        AUTHORITY-CHECK OBJECT 'Z_AREA_SUB'
                 ID 'PERSA' FIELD w_werks
                 ID 'BTRTL' FIELD w_btrtl.
        if sy-subrc <> 0.
          CONTINUE.
        endif.
    This is an example for a Z object to read authorization for WERKS and BTRTL of an employee.

  • Change existence report LDB PNP to PNPCE

    Hi HR experts !!!
    We want to convert all the existence reports which are using <b>PNP</b> to <b>PNPCE</b>? Do you guys have idea how much time it’ll take? As we have around 1000 reports.
    I need your input guys
    Cheers
    Usman

    Usman,
        I am also on HR project . We’re also discussing the same thing !! but it looks like it need another project to change the LDB to PNPCE as reason being  lots of reports are written using PNP logic in mind.
    But PNPCE Behaves different . Well I must say its another project to change 1000 reports
    FYI...
    It is better to go in for PNPCE even if you do not have Concurrent Employment to take advantage of the new lDB. The one thing PNPCE does do is when the GET executes only the infotype records retrieved for the interval requested will be retrieved. Whereas PNP by default, will retrieve all infotype records for a given PERNR.
    SAP recommends to use PNPCE for all new development. But all the features are not available as of now. The Time Management functions for concurrent employment have not been released for all customers. They are activated for selected pilot customers only. Can get some info in SAP Note : 518520 , 516489..
    OSS Note # 561645 ( LDB PNPCE: compatibility with PNP )
    Symptom
    In some respects, logical database PNPCE responds differently from logical database PNP. This may cause errors in applications that do not know this difference.
    Other terms
    PNP, PNPCE, payroll period, PNPTIMR9, PNPTIMRA, error message, information message
    Reason and Prerequisites
    There are the following differences between logical databases PNP and PNPCE:
    Unlike PNP, logical database PNPCE does not have two radio buttons you can use to set the payroll period (parameters PNPTIMR9 and PNPTIMRA). Instead, the payroll period is set via parameter PNPTIMED (displayed as a dropdown box on the selection screen). This difference must be taken into account when you call a PNPCE report from another program. Otherwise, in incorrect system response occurs in the PNPCE report called. Problems may also occur if you convert an existing PNP report to PNPCE and want to use an old (PNP) variant.
    If you enter an invalid payroll arear or an invalid payroll period, PNP issues an error message whereas PNPCE only issues an information message. This causes problems if you run a PNPCE report in the background because in this case the program runs into an endless loop instead of terminating.
    Solution
    Implement the attached corrections or import the corresponding support package.
    This changes PNPCE in such a way that it responds like PNP
    Moreover, also look at OSS
    PNPCE: Performance improvement  ( OSS note # 687004)
    Symptom
    You use a report that is based on logical database PNPCE. Either the performance of the report is poor, or the program terminates due to a memory overflow.
    Other terms
    Performance, PNPCE, 0000, 0001, buffer, memory space, memory space consumption, partitioning, FILL_0000_0001_BUFFER, T77S0, LDB, PCEPS, PNP mode
    Reason and Prerequisites
    The PNPCE can be used in a PNP-compatible mode. The mode is 'PNP-compatible' if the report does not program on events GET PERSON and GET GROUP and does not use the 'AS PERSON TABLE' extension for the INFOTYPES statements (for more details refer to the documentation of logical database PNPCE in Transaction SE36).
    In this mode the performance is worse, as if logical database PNP is used. After the implementation of the correction from this note, the performance is significantly improved.
    Another problem is that all personnel numbers that meet the entered selection criteria are internally selected during the execution of the report. Then the system imports all data records of infotypes 0000 and 0001 for all these personnel numbers because they are needed for the internal processing for different reasons. If the amount of personnel numbers or the amount of data records per personnel number is very large, memory problems can occur. The attached correction solves the memory problems.
    Solution
    Implement the correction according to the correction instructions or import the corresponding Support Package. If you implement the correction manually, you first have to implement Note 705870.
    A part of the correction causes the internal processing of the persons/personnel numbers in blocks. If logical database PNPCE runs in PNP mode, the block-by-block processing is executed based on personnel numbers. Otherwise (in CE mode) it is executed based on persons. In PNP mode, logical database PNPCE behaves exactly like logical database PNP concerning the block processing. The settings are also made along the lines of logical database PNP. For a more detailed description refer to Note 705870.
    Standard setting of the block size
    In CE mode the block size is set to 10,000 persons by default. That is, as long as the number of selected persons does not exceed this value, no block processing is executed at all. A memory space analyses showed that this does not cause problems with the memory space in a system with an average number of infotype 0000 and infotype 0001 data records. However, if the amount of data records (= splits) is very large in your system, you have to reduce the maximum block size manually.
    Manual setting of the block size
    There are two different options to set the block size manually: a) report-specific by means of a switch which you have to set in the source code of the report, and b) cross-system by means of a switch in switch table T77S0.
    The report-specific switch is called PNP_MAX_PARTITION_SIZE. It has priority (if switch T77S0 is activated) and must be set in the source code of the report at event START-OF-SELECTION at the latest.
    Example: Set the maximum block size (number of persons that can be processed together) to 250:
    START-OF-SELECTION.
      PNP_MAX_PARTITION_SIZE = 250.
    The switch is recommended for customer-specific reports requiring a lot of memory and therefore need to minimize the additional memory space of logical database PNPCE. It is not suited for SAP standard reports because the report would have to be modified in that case.
    The cross-system switch is maintained in table T77S0. It affects all reports that are based on logical database PNPCE and do not use the report-specific switch PNP_MAX_PARTITION_SIZE.
    The switch belongs to the LDB group and is called PCEPS. The switch is maintained in Transaction SM30 (enter table 'T77S0' and choose 'Maintain'). The switch is delivered (for Release 4.70 in a Support Package) with initial value (0). An initial value causes the switch to be ignored and the standard setting to be used instead. If you want to set the switch, set it to a numeric value. This value specifies the maximum number of persons that are processed together in a block.
    Example:
    LDB  PCEPS  250
    For more information on the procedure of a system upgrade refer to Note 317722
    Thanks
    Saquib
    Message was edited by: Saquib Khan

  • Excel Download of a Web SAP BW Report asks userid and password.please help

    Dear BW folks,
    Issue: When I run a specific SAP BW Report from Web and download the same into excel & csv.
    When I open the excel file downloaded, it asks me user name and password to enter. csv file downloaded doesn't ask.
    The report has 0cust_sales hierarchy and SBU hierarchy.
    Is there any thing to do with these hierarchies that the excel download is asking user name and password?
    Please help me out!!!!! This report needs to be downloaded into excel sent to my manager.....
    Regards
    Pavan

    Hi Pavan
    It is possible,please refer the below link
    Report execution without prompting user id
    Providing un-secured access to a web report.
    Also, for the time being, you can run the query and save a workbook and sent across
    These will resolve the issue
    Thanks
    Pavan Agarwal

  • SAP BI reports on mobile devices

    Hi experts
    We need have some business intelligence (SAP BI) reports and metrics on our mobile devices (BlackBerry, Iphone, Ipad). For example: The mobile'users should enter a product ID and the report show the metrics relate with it availables in SAP BI.
    We have BusinessObject products and we know about BOBJ tools to design our solution to mobile devices.
    Can we use BO Mobile and BO Explorer simultaneously to show the reports on Blackberry and Mac Devices?
    With BOBJ tools can we do a interactive report (to enter product key) ?
    Thanks for your help.
    Osmy

    Hi Osmy,
    With the latest BI4.0, you will be able to use BI Reports on Blackberry (and nokia) devices (this was also available in XI3.x releases) . There is no iphone support yet - which maybe coming shortly in later releases.
    As for Explorer, i* apps are already available - but not for blackberry as far as i know
    You may already be able to run interactive (prompted) reports on blackberry. Below is a link on design best practices for reports on mobile
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_mobile_bi_rep_design_en.pdf
    hope this helps,
    Shiva

  • SAP QUERY report for vendor line items

    Hi
    I have created a SAP QUERY report for vendor line items with fields vendor no.,vendor name,amount,company code and period.But there is one line item i donot know from wher system is getting it picked with is not in that vedor account,when i compare with fbl1n.I checked the document number too...the same doc number is twice in my query report.One with correct amount and another with wrong one.How do i chk.Where did i go wrong in creating query.I used logical database KDF.
    Please advise.

    i chked...how do we get the amount displayed in query...it just displays amount no debit credit symbol... i have selected BSEG-DMBTR field but no -/+ sign,how is it done in query,please suggest.

  • Sap standard report for delivery document block.

    Hi,
    We want to block delivery document for further processing that picking and PGI.
    For that we are looking for sap standard report if available so we could provide it to client.
    so we need
    SAP standard report for blocked delivery document.

    Hi,
    As far as my understanding there is no such report but you can try with report MATERIAL WHERE USED LIST
    Please find t-code for this as due to system unavailable i am not mentioning t-code for same
    kapil

  • SAP standard Report-PO, delivery Note, Bill of lading,Header txt,GR/GI slip

    Dear Firends,
    Kindly tell me the SAP standard Report which give the details of
    Po number, delivery Note, Bill of lading, Header text and GR/GI slip no.
    Thanks in advance.
    Regards,
    william

    Hi,
    You can get all these fields in MB51 report by selecting the relavant fields in the selection variant. If any of the required fields are not available than you can add those in img -going tothe Inv Mgt-Reporting - Define field selection for material document list.
    Dhruba

  • Does SAP have report display the history of dunning

    Dear Expert,
    Would like to seek for your help,Does SAP have report display the history of dunning for AR module and what are the T-code and report?
    Please help.
    Regards,
    KH

    Hi
    Dunning status is updated in customer master,you can get the required data from Table LFB5
    hope this will help to some extent
    Thanks
    Kameshwar Rao

  • SAP Crystal Reports data source connection problem using sap business one

    Hi,
    I m facing a problem regarding: SAP Crystal Reports data source connection problem using sap business one
    I am trying to create a Crystal report but when I try to configure a new connection it does not work.
    I select Sap Business One data source and try to complete the information required to connection but it does not list my companies databases, what is the problem?
    Our Current SAP related software details are as follows:
    OS: Windows Server 2008
    SAP B1 Version: SAP B1 9 (902001) Patch 9
    SAP Crystal Report Version: 14.0.4.738 RTM
    Database: MS SQL Server 2008 R2
    I have also added some screenshots of the issues.
    Please have a look and let me know if you have any questions or any further clarifications.
    I m eagerly waiting for a quick and positive reply.

    Hi,
    There is problem with SAP Business One date source.
    I had faced same problem, I used OLEDB Data-source, and it worked fine for me.
    So, try to use OLEDB.
    Regards,
    Amrut Sabnis.

  • Unable to change language for SAP BW Report Iview

    Dear all
    We are currently rolling out BW Web Templates can be displayed in both EN and MS languages. The language can be changed via the URL that we display, e.g.
    For English Language:
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=EN&cmd=ldoc&template_id=ZTEST
    For Malay Language :
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=7&cmd=ldoc&template_id=ZTEST
    We have published these templates into Ent. Portal 6 using SAP BW Report Iview, but unfortunately we cannot view the report in the Malay language (SAP-LANGUAGE=7), even though we have inserted the command SAP-LANGUAGE=7 in the SAP BW Report Iview query string. All the reports, although defaulted to SAP-LANGUAGE=7 displays in English. We also tried to set the language settings for the Iview, but there are no language 7 or MS in the Iview. It can only be defaulted to the Portal’s language, which is English.
    Note that the reports can be viewed in the different languages if we using the URL separately outside of Portal, and also within BW Bex Analyzer itself. Only the Portal doesn’t allow us to view the reports in MS language.
    Can someone help us on this matter? All helps really appreciated. Thanks a lot.

    Hi Chris,
    That's a bit odd indeed. If I understand your question correctly, you do get the BW reports in the correct language (either English or Malay) using the url's in your post but not when using them within a standard BW report iView?
    The language setting for the iView has, unfortunately, nothing to do with the language for the content itself but can you tell me what the requested URL is for both Reports?
    The BW Report iView is based on the Application Integration Component that generates the URL based on the paramaters you provide in the BW report iView.The following template is being used: <iView[PORTAl_URL]>?System=<System[url_Encode]>&Report=<Report>&DynamicParameter=<DynamicParameter[url_Encode]>. I could be that the generation of the URL fails due to the 7 (don't know why, just a gut feeling because it's the only thing that's different between those urls). You could try to use create an iView based on the Application Integrator instead (some more control over the URL template) but first you need to check whether the URL generated by the iView is correct.
    Cheers!
    Frodo
    P.S: Award points if you find this useful

  • Issue with SAP BW Report Iview

    Hi,
    The issue stands with the context menu(right click menu)
    I have created a BI Query and generated a BW Report with the Web Designer Wizard.
    When I run the generated URL it is working fine, with the context menu also working perfectly.
    However when I use that report in SAP BW Report Iview, the report gets opened perfectly but the context menu is taking me to a new page with those options.
    As of now i do not know of any setting for context menu specially.
    If anyone can help me or if anyone has encountered this error before, pl. let me know the solution.

    Atul -- i am running into simillar issue. Please let me know if you found a solution for this.
    Hi all -
    When i create a BW Report iView 7.x in EP 6.0, the second level context menu doesn't appear for the template. Please let me know if this can be fixed.
    Thanks
    PR

  • Difference: SAP BW Report iview - Query iView - URL iView

    Hi,
    I want to show BW reports on the portal. Can anybody suggest me the different ways of doing it ? And also let me know about checklist of steps that need to be performed.
    Can anybody tell me the difference between showing BW reports through URL iviews, showing reports through Query iView and showing reports through SAP BW Report iView ?
    Which one can i use for showing BW reports taking into consideration the implementation of SSO between the two? I tried the URL iView (using the Web URL of reports generated by BW) but it asks for Username/password. Is that the problem with SSO. How can i check if SSO parameters have been set or not. I have imported the verify.der to BW System and added that to ACL. Is there anything else which is required?
    Thanks in advance.
    Rgds,
    MA

    Hi Manoj,
    I feel BW report iview will solve your problem. You can create a query sting in BW query designer and give the same in BW query  string text area while creating BW report iview.
    In the case of an url iview you are just giving a URL link of the BW report (this will ask for username/password).
    But, in the case of a BW report iview you can view the required query as an iview (user mapping can be successfully done in this case) You should give fully qualified domain name in Was server option while creating the system.
    While using the logon ticket Login id of both the system (ie BW and Portal) should be the same.
    Refer the link for SSO using logon ticket)
    User Mapping-based Single Sign On
    Regards,
    Vinod

  • Creating SAP BW Report iview in Portal to access BW System

    Hello Everybody ,
    Iam creating an iview for publishin BW Reports in Enterprise Portal with the iview name SAP BW Report iview ,it asks for <b>BEx Web Application Query String</b> and <b>Application Parameters</b> and we are stuck over that.Do we need to create some standard templates for it and then connect them to reports .What should we enter under these parameters.Kindly revert back.
    When we launch the SAPBWWebAppDesigner for template designing,an error message is displayed as mentioned below.Kindly please check that and the reason for its display.Do we need to make certain configurations for the Webapplication server for BW ,if any one has a document /guide available for that,kindly please revert back.
    Error:
    "You are logged on to an application server that does not support HTTP.Some of the Web Application Designer functions are therefore not available.Do you want to logon to a different application server?"
    We are also not able to connect to the Web Application Server of BW directly by putting the url of the WAS into our browser.Are any extra configurations needed for that on the BW side for WEBAS.
    You can send me attachents on my Email id which is [email protected] back soon,
    Thanks,
    Somya

    Hello,
    I was asking abt the following parameters to be entered in BW for Portal inorder to create RFC ,Rfc for BW in Portal is already created.   
                                                         Program ID
    PortalDirectory                                                                               
    RFCDestination                                                                                URL Prefix for Portal                                                       
    Prefix of RM for BWMetadata
    Export Path                   
    Export File Name                                                      
    Path in Portal
    Name in Portal Content                                                                               
    System Alias                                                                               
    Logon Ticket Client                                                                               
    Portal SID                                                                       
    Import Path  
    Import File Name

  • Need help to display geo-characteristics on a map in SAP BW report

    Hello all,
    Currently I am struggling to display plants on a map of Germany in a SAP BW report, using dynamic geo-characteristics in SAP BW. We do not have the ESRI software ArcView (my superior does not want to buy it), so I have to be successful without it.
    The actual situation now is as follows: For the map of Germany I use shape g_stat00.shp. In g_stat00.dbf in column SAPBWKEY there are the values DE/01, DE/02 … DE/16. SAP-help tells me that 0POSTCD_GIS is used as attribute for the dynamic geo-characteristic plant. In the master data table of 0POSTCD_GIS the following data is present: ZIP-code, geographical longitude and latitude. To correctly display the map of Germany in a SAP BW report I include the characteristic 0COUNTRY in the rows of my query. Well, I see this map in my report.
    But the following problems remain – and I have no clue how to proceed:
    - I do not see the individual states of Germany on the map, just the federal republic in total. What must I do to see the individual states?
    - How can the plants of our company be displayed on the map? As soon as I include 0PLANT  together with 0COUNTRY in my query I do not see the map any more!
    SAP helpt tells me in the context of interactions with maps that the following preliminaries must be fulfilled: “ In the HTML code of the web template the following lines of code must be adapted to individual system requirements:
    Example:
    <param name=’IMAGEMAP_PATTERN’ value=’FILTER_VAL’>
    <param name=’INFLUENCED_DP_1’ value=’Revenue Cockpit’>“.
    What do these parameters mean??? What values are required here?
    Thanks a lot for any helpful comments!
    Anna

    is completed.

Maybe you are looking for

  • ITunes libraries are stored on a hard drive the PC doesn't recognize!

    HELP! Our four iTunes libraries are "backed up" on an external hard drive that our PC (Dell desktop running Windows XP) no longer recognizes. Santa provided iPod Touches for kids but we're all afraid to hook them up to the PC because we don't what wi

  • JMS Message Bridge with MQ, only BytesMessage available ?

    I have successfully set up bridging between MQ and JMS, and have an MDB that receives messages via the bridge when a message producer puts messages on the MQ-queue. Ideally, I would like to receive MapMessages and not BytesMessages which seems to be

  • Cycle count for serialized material

    Guys, When we do cycle count for serialized items, it pop up to enter serial # when updating the count. Is there any BADI/User exist to skip this step in counting for serialized materials. We dont want to enter serial#, since volume is hugh and seria

  • View (Global & Local) on a query

    Hi, I got a  query with 60 Free chars(drill down) Insted of creating a multiple queries of the same content ,My requirment is to  create views (6) on a same query (easy in support point of view) How can i create a view on a query What is difference b

  • Can PDFGenerator convert a fillable PDF file to an editable HTML form?

    Will it convert validation as well? Thanks, Omar