Applicant data

Hi All,
I have created a appointment letter using So10 and i can take print out by using PB50 tc. In that i inserted some dynamic fields by using insert program symbols.
up to this its working. But in my req. i have to print some fields from IT0502.
But it is not avaliable in print program(SAPMPAP3) .
How can i use the fields from IT0502.
If anyone know plz Reply me.
Thanx in advance.
Regards,
Ashwin

Hi Hari,
I need information regarding your issue.
1. In configuration, Hiring- Personnel Action has been done by you or others ?
2. You have given as applicant data not transferred to PA. that means u r able to maintain all applicant actions and data perfectly ?
give details for this. So that i can give the correct answer where the prb is coming.
Regards,
Samaritan

Similar Messages

  • No Applicable data in Jump Report

    Hi All,
    I am having some issue with jump report.We are able to see the data in multiprovider of both main and jump one..when we check in report for Asia region i am able to see data in main report but when we go to jump report i am getting No Applicable data Found.Other than Asia ,jump report is showing data for other regions.Query is based on multiprovider.Ther is no conditions also.please help me out.
    Cheers,
    Bhavani

    That variable is having this call function query.
    WHEN c_zvbesfss.
          CALL FUNCTION 'ZBWSP_GET_INFOPROV_YYSTEERQ'
            EXPORTING
              i_bwsp_infoprov        = i_s_cob_pro-infoprov
      I_BWSP_QUERY           =
              i_bwsp_iobjnm          = '0COMP_CODE'
            TABLES
              i_bwsp_var_range       = i_t_var_range
      T_YYSTEERQ             =
              e_t_range              = e_t_range.
    and call function is
    DATA: r_bwsp_inobj      TYPE RANGE OF rsiobjnm,
            l_bwsp_inobj      TYPE rsiobjnm,
            w_bwsp_inobj      LIKE LINE OF r_bwsp_inobj,
            w_bwsp_var_range  TYPE rrrangeexit, "variable structure
            w_yysteerq        TYPE yysteerq,    "Steering Table
            l_s_range         TYPE rrrangesid.  "Range expanded around SID
      CONSTANTS: zsppc_c_zero TYPE char1  VALUE '0'.    "for zero
    Processing the i_t_var_range table and filling up the range r_bwsp_comp_code
      LOOP AT i_bwsp_var_range INTO w_bwsp_var_range WHERE iobjnm = i_bwsp_iobjnm.
        w_bwsp_inobj-sign   = w_bwsp_var_range-sign.
        w_bwsp_inobj-option = w_bwsp_var_range-opt.
        w_bwsp_inobj-low    = w_bwsp_var_range-low.
        w_bwsp_inobj-high   = w_bwsp_var_range-high.
        APPEND w_bwsp_inobj TO r_bwsp_inobj.
      ENDLOOP.
        l_bwsp_inobj = i_bwsp_iobjnm.
        SHIFT l_bwsp_inobj LEFT DELETING LEADING zsppc_c_zero.
    If the above range is filled then
      IF NOT r_bwsp_inobj IS INITIAL.
    Fill the t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj
        AND char_val IN r_bwsp_inobj.
      ELSE.
    Otherwise fill t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj.
      ENDIF.
    Check the sy-subrc and if OK, then update the e_t_range table
    by processing t_yysteerq internal table
      IF sy-subrc = 0.
        SORT t_yysteerq.
        DELETE ADJACENT DUPLICATES FROM t_yysteerq.
        LOOP AT t_yysteerq INTO w_yysteerq.
          l_s_range-low = w_yysteerq-cube.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
        ENDLOOP.
    Delete e_t_range if any duplicates are updated.........
        SORT e_t_range BY low.
        DELETE ADJACENT DUPLICATES FROM e_t_range COMPARING low.
      ENDIF.
    ENDFUNCTION.
    I took abapers help but nothing found

  • Bex report issue - no applicable data found when we drill down on free char

    Hi All,
    We are facing some strange issue  with one of the report.
    when user run the report for a week  (02/02/2009  - 02/08/2009) and then drill down on particular char  its working fine (first time).after that when he is trying to change and execute the report for other week on the same instence ( 02/09/2008 - 02/15/2009) by clicking on refresh and passing new values to the variable  its showing up correctly at the time of drill down on free char its showing as *no applicable data found.*
    when he logoff the system completey and run the report for the week( 02/09/2008 - 02/15/2009) values it is showing up with values even tough he drill down on free char.
    issue basically when he was trying to drill on free char by chaging different date values  in the same instance by clicking on refreh and by entering diffrent values  its showing up as not applicable data found.
    but when he enters the values for different weeks  each time by closing the system and relogin report is working fine and showing up data eventough he drill down on free char.
    Please help me out!

    Dear
    Please check if any condition or exception you have created for that query.
    Or still problem exists check SP level.
    Regds,
    Sachin J

  • No Applicable data in the report

    HI -
    I got no applicable data in the result area,..
    So i searched for the previous posts...
    In that speacified ,.. if we remove the previous  Erroneous requests made in the infopack / DTP  ,..the problem solved....
    No i would like to know where can i do this step...
    This is very urgent ..
    Regards,
    Viswha.

    Hi Viswanath,
    I also encountered the same problem in BI 7.0, which doesn't happen in BW 3.5. I could finally work it out. Here are the steps:
    - Right click on the InfoCube > choose "Manage".
    - In the "Requests" tab, click the traffic light button in the "Request Status" column, set it to "Status OK".
    - The "Request for Reporting Available" column will show the "Request is available for reporting" icon automatically.
    - Try to execute your query again.
    Hope this helps.
    Regards,
    arie

  • Hiding table items in web report when "no applicable data found"

    Hi,
    i want to hide a complete web item from a web report using web table interface
    when i have the situation "no applicable data found".
    I cannot use javascript due to requirements in my solution.
    can i set some attributes in the START method in the class?
    i can see there is an attribute N_NO_DATA which tells if no data is found.
    Can i use this in the other methods to hide the complete table including table heading?
    Best regards,
    Jarle

    Hello,
    datas are available in the Cube, they are displayed when there is no filter or when only one single value is selected in the filter.
    The problem happens when two or more values are selected in the filter.
    Example :
    The field selected is Profit Center.
    Without filter the I can see :
    PC1
    PC2
    PC3
    etc...
    If I select in filter the value PC1, I can see :
    PC1
    If I select in filter the value PC2, I can see :
    PC2
    But If I select in filter the values PC1 and PC2, I can see :
    No Applicable Data Found.
    BR,
    Pedro.

  • Need to show No applicable data in the report.

    Hi All,
    We ave a key figure in the selection screen. And user will enter the value. based on the input, the report has to display less than or equal to the entered value as a result in the output of the report.
    Input NIV as 67,169.48 then below results -
    If user gives input NIV as 16,544.14 , the below output is showing.
    But we need to show zero as result or no applicable data in the report. Is it possible to achieve through FORMULA.Please help on this
    Thanks.

    Hi Jalina,
    Yasemin already asked few questions.
    but this is what we may do:-
    to create a formula variable and use it for user input. use this formula variable in a formula , if your NIV kf<= formula variable, then NIV KF, else, 0.
    then make a condition on this KF, not equal to zero to suppress this record.
    regards,
    Sakthi.

  • No Applicable Data Found

    Hello All
    I am having a strange problem in BI 7.0 when running a query in BEx I receive, as expected, a report filled with data. My problem occurs when I save this query as an Excel worksheet open the file and refresh it, with exactly same filters as the original query, I then recieve the message No Applicable Data Found! 
    I hope someone can help explain this?
    Thanks
    Phillip

    Hi Padmanabha,
    Check whether the records are in "A" --Active mode or "M" -modified..
    In some cases Changes to Master data Texts can be seen immediately..but attributes can't been seen unless and until the mode is "A"..
    Hope this might be of some use to you.. 
    Regards,
    Manga
    Message was edited by: Manga
    Message was edited by: Manga

  • "No Applicable data in Infoset"

    Hi All,
    Please could anyone help me in solving the issue for Infoset where I have four ODS's and three Info-Objects. But when I report on it no applicable data is found inspite all the data targets are loaded with the data. Previously there were only two ODS's and three Info-Objects (Master Data) and reports were showing the data but after addition of two ODS's no reports are showing data.
    Any help much appreciated,
    Thanks and Regards,
    Drisya.

    Hi Drisya,
       dont worry abt this.. the reason is  when you create  a infoset means.. that will display  in reporting is only common datas ..(which are matching.. )
    that means.... for example.. my First ODS contain.. customer no, order number... and some other data fields...  and my Second ODS contain.. Sales rep number and Order number.. and some other data fields..  and my Third ODS contain...Area Code and Sales Rep number.. and some other data fileds...
    ODS 1 Conatin these type of data ...........
    C01    OR01   5000
    C01    OR02   1000
    C02    OR03   4000
    C03    OR04   8000
    ODS 2 Conatin these type of data ...........
    SR01  OR01   5000
    SR02  OR02   1000
    SR03  OR09   7000
    SR08  OR06   6000
    ODS 3 Conatin these type of data ...........
    A1   SR01    1/2/2006
    A2   SR04    2/3/2007
    A3   SR03    3/3/2005
    A4   SR05    4/4/2006
    in this situation...if you create a Infoset means.. you will get  only... the common datas.. that means...(first ods contan... several Customer numbers. and Order numbers... but second ods contain the commaon Ordernumbers are  only Two= OR01, OR02)
    And again send ods to Third ods only one item is common  that means...(only SR01 is only common because it will consider from
    First ods ->Second ods->Third ods
    so, finally your answer is
    C01  OR01  A1  SR01  5000  1/2/2006
    SO,   plz check your  all ODS's  datas.....  and dont forget to assign points...
    Thanks ====== Assign Points  in SDN
    @jay

  • Show "No Applicable Data Found" for Report 0SD_C01_Q22

    Hi Gurus,
    I just activated BI Content Report, 0SD_C01_Q22 and it's relevant InfoSource,  DataSource and so on. The data from R3 were loaded into the infoCube successfully.
    However, it shows "No Applicable Data Found" when I executed the query.
    I have tried to create a new query based on the same InfoCube but has NO limitation parameter. However the result was the same.
    Can anyone consult out?
    Cheers

    Hi my friends,
    I have tested it with a really simple report that has no selection condition. But the result is the same.
    Also, I have checked the data in infoprovider with LISTCUBE but the data are definitely available.
    By the way, I test it with an account hazing profiles as SAP_ALL and S_A.SYSTEM. The super user account should have enough authorization.
    So my friends, anymore ideas? Pls help out....
    Cheers.

  • Upload Applicant Data thru BDC

    Hi,
    Can I upload Applicant Data Through BDC.
    Samriddhi

    BDC is the program it behave what the way you write.
    You have to write code as per your need.
    For that you have to record in which way it will do action in genral process
    Please ask your abaper to do recording once again
    Regards

  • Message "No applicable data found" after executing the report

    Hi all,
    I have 60 records in a cube which is extracted from a function module. I am able to see the data in the cube but when I execute the report I am getting the message u201CNo applicable data foundu201D. Why is that so?
    Can any one please explain me what to do to bring data when the report is executed?
    When I execute the query there is only one field selection criteria 0P_FPVANT and this is mandatory. When I checked the data in the cube I didn't find any field 0P_FPVANT but I found a field Fiscal Period Variant with the technical name, 0FISPER
    I executed the query in RSRT and there also I am getting the same message, "No applicable data found".
    Please advise what do I need to do inorder to get data when the report is executed?
    Thank you.
    Regards,
    Pavan.

    I think so.
    Ok let me take the other report 0FIAR_C02_Q1003. For this report the selection criteria is
    Company code,
    Customer and
    Period/Fiscal Year
    Of these only company code is mandatory. In the data in the cube I see that for co. code BP01 data is available. So I executed the report with co. code as BP01 but no data.
    Then I gave co. code BP01 and Period /Fiscal year as 2008, 2008.03, still I see no data.
    I tried with values in all the fields that are available in cube
    co. code - BP01
    Customer - PCS-C10
    Period/Fiscal Year - 2008011
    Now with respect to Period/Fiscal Year selection field in report, in cube there are 4 columns
    Fiscal Year Period,
    Posting Period,
    Fiscal Year Variant and
    Fiscal Year
    I've tried all of them but when I enter values in all the fields still I am getting the same error, "no applicable data found".
    Please advise.
    Thank you.
    Pavan.

  • No applicable data found.. Erro in standard cubes.

    Hi,
    I am getting an error during the utilization of standard cubes in BI 7.01.
    After the data load is complete, when i tried to execute the standard cube "Warehouse Workload History - Deliveres" , or
    any other standard cubes, NO DATA CAN BE FOUND.
    When using Bex Query Designer on Web, the message is : NO DATA CAN BE DISPLAYED. This could be due the current selection of variable or filter values.
    When using Analizer in excel, the message is : NO APPLICABLE DATA FOUND
    But if we create the same query from beginning, not using the standard cube, with the same fields and indexes and records,
    the values are displayed.
    We also try to save as the same standard report with another name and doesn`t work.
    My system is SAP EHP1 for SAP NETWEAVER 7.0 in SO Linux and Oracle Database.
    SAP_ABA , SAP_BASIS, PI_BASIS, SAP_BW is 701 level 07.
    BI_CONT is 705 level 01.
    please any advices

    Check whether the standard report is created on the Info-provider on which the data is loaded .You can see the same in the query properties next to the check query button in query designer as you are able to see data , by creating another query on the inforprovider .

  • Transported query from DEV to QAS no applicable data

    Hi all, any idea why queries transported from a DEV system to a QAS system will not execute?  I am getting no applicable data even though the data is in the cube. I am not having much luck with new queries either.  Please advise.  Anna Marie

    Hi Anna,
    Looks really strange...
    Are you sure data is reportable on your InfoCubes on QAS? (do you see the table icon on the right of all request ids?).
    Are you sure query is not filtering too much data? Please, check this by displaying filtered values with 'Display text elements -> All' on BEx Toolbar.
    Regards,
    David.

  • Report Report Interface: No applicable data found

    Hi.
    I m using the Report Report Interface and getting:
    No applicable data found
    while calling in GoTo the second Report.
    While removeing  the filters threre is data .
    What conditions needs to be met that there is data displayed?
    Thank You
    Martin

    Hi,
    Please execute the second report separtely with the same filter with which you are getting 'No applicable data found'.
    Please check whether executing second report gives you any data with same filter or not.
    If it doesn't give , then it means there is no data available to be displayed for that particular filter combination in cube.
    In that case you will have to filter the data which is available in cube or need to load the data as required.
    Regards,
    Amit

  • Get postion from vacancy when transfer applicant data

    Dear all,
    Pls tell me how to get postion from vacancy when transfer applicant data? At the Initial data entry, i chose the advertisement that determine vacancy. But when transfer data, i have to choose the position again.
    Best reagrds,
    Quanglv

    Hi,
    IN PB40 enter additional data you assign applicant to position or vacancy, and when u will transfer data to pa position will come automatically...
    Regards,
    Kapil

Maybe you are looking for

  • Clearing of documents through F-03/F-44

    Hi, I did a clearing in one of my GL through F-03 TCode. As a result of clearing execution, system posted a new document debiting and crediting the same GL as a clearing document. Now, before clearing my trial balance was looking like in T Code F.8:-

  • ODI Variables

    Hi, I have created a refresh variable in a package. And used the same variable as parameter in the ODI interface. When I run the refresh query from Oracle/ODI, I get different values values. Why does this happen? Variable Type - Refresh Datatype - Al

  • HT1386 why won't my ipad charge from my computer - my iphone does! and where has my facetime and contacts icons gone?

    Why won't my ipad charge from my computer when my iphone does? also where have my facetime and contacts icons gone?

  • Network User Login Hangs at 'loginwindow' Occasionally

    The client is a macbook pro (2012) with 10.8.5, the server is a mac mini also running 10.8.5 (w/ OSX Server). Network user logins usually work fine.  About 10% of the time, however, the loginwindow displays a spinning beachball endlessly after the na

  • Just setup new Draytek vigor 2750N...... + resetti...

    HI all i mentioned on another thread http://community.bt.com/t5/BT-Infinity/New-draytek-sync/td-p/517941/page/2 that i was getting a  Draytek vigor 2750N. I got it from ebay for about £100. As it was used off ebay i took some advise and factory reset