No records were selected - S_P00_07000134

Hi,
I got "No records were selected" when I execute t code  S_P00_07000134 to view witholding tax report.
This is the first time, I am running the t code for my user.
Please advice whether I am missing any configuration which doesn't allow to execute report.
Please advice

Dear all,
first of all the report runs if You posted some documents with the WIthholding tax.
When You run the report You will insert the Output group.
Please be informed that the report will extract the documents on the base of the following customizing:
IMG --> Financial Accounting --> Financial Accounting Global Settings --> Extended Withholding Tax -->Reporting -->Generic Withholding Tax Reporting --> Define Output Groups
choose Your output group double click -->
You can choose among:
Cleared vendor invoices, Credit memos, open Down payments
all vendor documents
all customer documents
and so on.....
Please check which documents with the Withholding tax data You need to extract.
save and run again the generic report.
Now It should work fine.
I hope this helps.
Mauri

Similar Messages

  • No records were selected message when I execute the KE30

    Dear All,
    I have created a CO-PA Profitability Report by Report Painter and when I execute the KE30 ,system is giving a message as "No records were selected ".
    I have checked  the actual line item report (KE24),all the values are flowing and showing under value fields tab.Even in KE30 ,I could see the report layout ,but values are not appearing.
    Please help me to find where it went wrong.
    Regards
    Subbu

    Hi Subbu
    1. Check your record type..Billing data has record type as F... see your form in KE35 and check it
    2. Execute your report with selection parameters like Comp Code and the Period... Once the data is displayed, you can further refine the selection criteria
    3. Also check in KE35 -
    a. The Plan/Actual indicator.. You should select "Actual values" in it
    b. the currency type - Select as applicable to you
    Regards
    Ajay M

  • Some 1099 vendors get "No records were selected" RFIDYYWT RFW1099M

    Hello People,
      I have a problem with 1099 output with programs like RFIDYYWT and RFW1099M as I have done all the customizing settings for 1099 vendors in vendor master like setting up WH tax code and filling up tax number field xx-xxxxxxx in order to execute and print 1099 MISC form through RFIDYYWT program but to my surprise I was able to get output with posted invoices for some vendors but for some other vendors it says " No records were selected" eventhough there are posted invoices against them....I am confused ..any idea why this is happening?
    Regards,
    Bob

    Hi Bob,
    Even though your configuration seems to be correct, also check as to whether you have correctly assigned the WH codes etc in the vendor masters.  Also check whether such WH codes and types are correctly populating at the document line item level. 
    Hope this helps.
    Vikas.

  • AR13 - No Records were Selected in 4.7

    Hi All,
    I have on issue in 4.7.
    When I am executing the T.Code.AR13 and give the parameters as given below.
    Here are the selection parameters:
    1.Company code.
    2. Selected Assets check box
    3. Plan version 0
    4. selected radio button use values as of FY start (under Treatment of capitalizations in current fiscal year)
    5. Cost centers (Selected some cost centers)
    6. Depreciation area (01)
    7. fiscal year (2008)
    8. period 1 to 12
    9. Plan versio (0)
    10. Activity-type-indep. planning (check box)
    11. include Assets (check box)
    12. Planning on cost center
    13 Test run
    Now we are into ECC, 4.7 is no more a production system for us now.
    2009 we are in ECC.
    All the authorization are in place but when I execute this I am getting a message stating that 'No Records were Selected"
    Thanks and Regards,
    Venkatesh.M

    Hi Subbu
    1. Check your record type..Billing data has record type as F... see your form in KE35 and check it
    2. Execute your report with selection parameters like Comp Code and the Period... Once the data is displayed, you can further refine the selection criteria
    3. Also check in KE35 -
    a. The Plan/Actual indicator.. You should select "Actual values" in it
    b. the currency type - Select as applicable to you
    Regards
    Ajay M

  • Witholding tax report show "no record were selected". tcode S_P00_97000134

    Hello everyone.
    i need some help.
    i found some document that have witholding tax in document such as 5105620781 year 2011.
    in transaction code S_P00_97000134 that use for print witholding tax report and witholding tax certificate.
    when i run this transaction code for print witholding tax certificate or witholing tax report.
    system show "no recored were selected"
    i attached excel file to show you what document that cannot print witholding tax, and what document that can print witholding tax.(there are 2 tab in excel )
    please clarify why some document cannot print witholding tax certificate.
    below link ,you can see my example. (it's excel file)
    http://www.mediafire.com/?rokkgg3vtn1aw81
    Edited by: dittaporn nanasilp on Mar 22, 2011 6:34 AM

    Dear all,
    first of all the report runs if You posted some documents with the WIthholding tax.
    When You run the report You will insert the Output group.
    Please be informed that the report will extract the documents on the base of the following customizing:
    IMG --> Financial Accounting --> Financial Accounting Global Settings --> Extended Withholding Tax -->Reporting -->Generic Withholding Tax Reporting --> Define Output Groups
    choose Your output group double click -->
    You can choose among:
    Cleared vendor invoices, Credit memos, open Down payments
    all vendor documents
    all customer documents
    and so on.....
    Please check which documents with the Withholding tax data You need to extract.
    save and run again the generic report.
    Now It should work fine.
    I hope this helps.
    Mauri

  • Report Painter: Possible to show Report with Zero (not No records were sel)

    Report Painter: Possible to show Report with Zero (not No records were selected)
    Dear Guru,
      is there any way to make Report Painter to show Report with Zero / 0 when there were no record were found. (No records were selected).
    Regards,
    Howard

    hummm, I dont think so
    THats not possible, as far as I know
    Regards
    Ajay M

  • JDBC-RFC no errors at XI BOX still records were not update at Target system

    hi
    am doing jdbc to rfc scenario
    tested rfc at target  R/3 and its working fine,but records were not being updated in jdbc-rfc scenario.
    i can see the audit log as success but no record is inserted at the target system
    think problem is at FM.
    please look at my FM code.
    FUNCTION zscp_fm_inb_task_act_eff_updat .
    ""Local Interface:
    *"  TABLES
    *"      IT_TASK_DATA STRUCTURE  ZSCP_S_TASK_EFFORT
      DATA : v_taskguid TYPE bapi_ts_guid-task_guid,
             is_task TYPE bapi_ts_task,
             is_task_upd TYPE  bapi_ts_task_upd,
             is_return TYPE TABLE OF bapiret2 WITH HEADER LINE.
    *DATA : BEGIN OF it_data OCCURS 0,
            project TYPE zspr_project_id,
            task_id TYPE cgpl_entity-external_id,
            act_work TYPE dpr_tv_act_work,
            guid TYPE dpr_task-guid,
          END OF it_data.
      DATA : BEGIN OF it_task_eff OCCURS 0,
               project TYPE zspr_project_id,
               guid TYPE dpr_task-guid,
               act_work TYPE dpr_tv_act_work,
             END OF it_task_eff.
      DATA : BEGIN OF it_report OCCURS 0,
               msgtype(1),
               project TYPE zspr_project_id,
               task_id(24),
               msg(250),
             END OF it_report.
      DATA : l_taskguid TYPE dpr_task-guid.
      DATA : v_begintmstamp(20) TYPE c,
             v_endtmstamp(20) TYPE c.
    *ranges : r_taskguid for l_taskguid.
      DATA : v_tabix TYPE sy-tabix.
      DATA : it_dpr_task TYPE STANDARD TABLE OF dpr_task,
             wa_dpr_task TYPE dpr_task.
    *data : l_taskguid type BAPI_TS_GUID-TASK_GUID.
      DATA : flg_no_flg TYPE c.
      DATA : l_task(24),
             flg_error TYPE c.
      DATA : l_taskdetail TYPE bapi_ts_task_detail,
             l_retdetail TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
      DATA : v_count TYPE i.
      DATA curr_date TYPE sy-datum.
      DATA curr_time TYPE sy-uzeit.
      CONCATENATE sy-datum sy-uzeit INTO v_begintmstamp.
    DELETE it_data WHERE act_work < 0.
      DELETE it_task_data WHERE act_work_effort < 0.
      IF it_task_data IS NOT INITIAL.
    LOOP AT it_task_data.
       v_tabix = sy-tabix.
       CALL FUNCTION 'CONVERSION_EXIT_DPRCE_INPUT'
         EXPORTING
           input  = it_task_data-task_id
         IMPORTING
           output = it_task_eff-guid.
       it_task_eff-guid = it_task_data-task_id.
       it_task_eff-project = it_task_data-project_id.
       it_task_eff-act_work = it_task_data-act_work_effort * 60 * 60.
       MODIFY it_data INDEX v_tabix.
       APPEND it_task_eff.
       CLEAR: it_task_eff, it_task_data.
    ENDLOOP.
        LOOP AT it_task_data.
          it_task_data-act_work_effort = it_task_data-act_work_effort * 60 * 60.
          MODIFY it_task_data.
          CLEAR it_task_data.
        ENDLOOP.
        SELECT *
            FROM dpr_task
            INTO TABLE it_dpr_task
            FOR ALL ENTRIES IN it_task_data
            WHERE guid = it_task_data-guid.
    *Begin Commented by Aparna/25/01/2007 so that all the tasks are updated irrespective the planned efforts are filled or not.
           and
                work_effort > 0.
    *End
    IF sy-subrc <> 0.
       MESSAGE e000 WITH 'No data selected to update'.
    ENDIF.
        IF sy-subrc = 0.
          curr_date = sy-datum.
          curr_time = sy-uzeit.
          LOOP AT it_dpr_task INTO wa_dpr_task.
            CLEAR it_task_eff.
            READ TABLE it_task_data WITH KEY guid = wa_dpr_task-guid.
            IF sy-subrc = 0.
              wa_dpr_task-act_work_effort = it_task_data-act_work_effort.
              wa_dpr_task-act_work_unit = 'S'.
              wa_dpr_task-zzupdated_date = curr_date.
              wa_dpr_task-zzupdated_time = curr_time.
              CLEAR wa_dpr_task-flg_man_rem_work.
              MODIFY it_dpr_task FROM wa_dpr_task TRANSPORTING act_work_effort act_work_unit flg_man_rem_work zzupdated_date zzupdated_time.
            ENDIF.
            CLEAR wa_dpr_task.
          ENDLOOP.
          DESCRIBE TABLE it_dpr_task LINES v_count.
        ENDIF.
      ENDIF.
      IF it_dpr_task IS NOT INITIAL.
    *{17Sep2007 Refresh all tasks before updating the efforts
        UPDATE dpr_task SET act_work_effort = 0
        WHERE version_number EQ space.
    *}17Sep2007 Refresh all tasks before updating the efforts
        UPDATE dpr_task FROM TABLE it_dpr_task.
      ENDIF.
    ENDFUNCTION.

    Not exactly an ABAPer but I dont see a commit work in the FM. Maybe this is an issue
    Regards
    Bhavesh

  • Message- Print No pages from the document were selected to be printed

    I have had this application for some time, simply never used it.  Last night I tried converting a PDF file to word, unsuccessfully, I might add.
    Today, whilst printing a page, my printing settings appear to have been reset because when I selected Print selected page, the following message appeared:
    Print
         No pages from the document were selected to be printed message
    How do I reconfigure my settings to preview rather than defaulting to PDF?  Kindly advise.  Cheers.

    I have only been able to print by exporting from iphoto. I have a new HP printer and there is software that supports photo printing ("HP photo smart") and I have been able to do it this way. On some occasions I have been able to use the iphoto>print>then preview before actually printing. There is a print option on the preview pane and that has worked on occasion...unsure why it doesn't work always. Please pass on any other hints, or let me know if this works for you!!
    G4 Power book 867Mhz   Mac OS X (10.3.9)  

  • GRC AC 10 - risk analysis : No rules were selected

    Hi,
    In GRC AC 10, when I do a risk analysis (user level for example).
    For each userid the result shown in the column action is "No rules were selected "
    any idea ?
    Thanks
    Aurélien.

    Hi Vikas,
    Further to your comment above, I would like to point you to my thread here and specifically ask you about the following statement:...
    3. Open your GRC functions and make sure you have correct back end system updated for them. Check the status of all your GRC functions and make sure they all are active.
    I opened up the Functions from NWBC and realized that all the systems for each function were as follows:
    1. SAP Basis
    2. SAP CRM
    3. SAP ECCS
    4. SAP HR
    5. SAP R3 NON HR Basis Logical Group
    6. SAP R3
    7. Logical Group
    AND ALSO
    8. The DESCRIPTION of my RFC Connector ?!
    Now my question is as follows:
    1. Where in the Pre/Post/GRC300 documents does it say that one must configure each function with the backend system as you state above....should the configurations Connector/Connector/etc etc already mapped the functions to the backend system ?
    2. Also Why is the description of my RFC Connector available as a drop down menu from " System" tab on the function edit mode - see attached screenshot.
    Your advice would be appreciated.
    Best regards,
    Paul

  • GRC AC 10.1 - Risk Analysis: No rules were selected

    Hi All,
    I'm currently configuring the ARA module in GRC AC 10.1, and an facing this issue. When I run my User Analysis, its throwing an error message "No rules were selected'.
    As per your suggestions from discussions, i double checked all the below activities
    Activate the BC sets
    Run Sync Jobs
    Run Batch Risk Analysis
    After all this I found that the functions are not mapped to the logical groups(Back-end Systems) I have defined. Can you please let me know how to make sure you have correct back end system(logical Group) updated for the functions in the setup? Doesn't the configurations Connector/Connector Groups etc already mapped the functions to the back-end system? It would be a hell of work to do all the system mapping on function level manually.

    Hi Narsimha
    You need to map your connectors to the logical systems that are used in the function definitions
    Look at your integration framework Setup in the IMG.
    Governance, Risk and Compliance > Common Component Settings > Integration Framework > Maintain Connectors and Connection Types
    Also, for 10.1 there was an issue with logical systems. It may be that your configuration is correct: Re: GRC 10.0 SP14 - Poblems when generating rules for logical systems
    Regards
    Colleen

  • Message No processing because no items were selected

    Hi,
    We are using AFS SCC 6.0 system.
    I am trying to allocate a SO, it is open, and there are no delivery/billing blocks.
    The /afs/mdo4 report shows stock in T tab for this SO.
    But when i try to allocate i get the message : No processing because no items were selected
    Message no. /AFS/MGNT052
    And stock is not shown, therefore i cant allocate.
    In the past, we have allocated for the same customer / material combination.
    Appreciate any ones ideas on the above message that we receive when trying to allocate - No processing because no items were selected
    Message no. /AFS/MGNT052
    Thanks in advance

    d

  • Adobe reader 11.0.2 "no pages were selected"

    I am unable to print from Adobe reader 11.0.2. It always ststes "no pages were selected"

    Both of these problems are also in the Adobe Acrobat Reader DC 2015.007.20033. The first problem on the Windows 7 computer can be resolved by deleting the CRL Cache (before signing) in the following location: C:\Users\<user>\AppData\Roaming\Adobe\Acrobat\DC\Security\CRLCache.

  • Document could not be printed, No pages selected | But they were selected

    Although the pages were selected the following error messages were received.  I verified the HP Officejet 6700 Premium drivers and Acrobat Reader were updated.

    Windows 7 Home Premium

  • Adobe Reader XI - No pages were selected to print

    Trying to print PDF's in Adobe Reader XI when trying to print the error message "No pages were selected to print" appears. Trying to print from a network printer, the printer itself is a Dell 2135cn MFP PCL6. I'm working on a cloud server and a colleague of mine seems to have no problem with the issue with printing PDF's to this printer.
    Took a look into the issue and attempted to save the file to the desktop, print the file as an image and checked all the properties were correct these all seemed to show no effect on the situation. Used CutePDF to build a new PDF and tried that as well which didn't work.  Printed a test page to the printer to see if it printed which it did. Seems I'm only able to print from other programs just not PDF.

    HI ,
    Kindly follow the below mentioned steps:-
    On the Print window select your printer.
    Click on advanced tab
    select Print as an image
    Click Ok.
    Try to Print

  • Error in iPhoto 6: "no pages from the document were selected to be printed"

    Getting this error: "no pages from the document were selected to be printed" after -- you guessed it -- selecting a photo and trying to print (from iPhoto 6).
    Everything was working fine (I had successfully printed several photos) and then I tried to get the printer to communicate through a Bluetooth dongle plugged into the printer, and now the printing won't work, although I'm plugged into the printer via USB. Printer is an Epson PictureMate PM200.
    I've tried deleting the iPhoto preferences file, but that didn't seem to help.
    Thanks!

    Okay, so I ran the disk utility, repairing disk permission as well as deleting the iPhoto permissions file, and I have successfully printed - yippee =).
    Thanks, Old Toad.

Maybe you are looking for

  • Error message when trying to log on to Desk Top Manager

    I tried to log on to my Desktop manager last night and keep getting this same message. The WIndows Installer keeps coming up and it is looking for the file "Blackberry 7130e.msi".  The Blackberry that I had previous to the Curve was a 7130, but I hav

  • Delete Requests (Except Compressed ones) in Cube in Process Chain's Routine

    Hi all,     We load an InfoCube on weekdays and we compress the Month-End load request. My request is to keep the latest SEVEN requests and DELETE all other requests EXCEPT the Compressed requests.  I should not delete the COMPRESSED Requests. I want

  • CS5 photoshop color shift problem

    When I open or copy any image into photoshop, for some reason it changes the colors.  For example if I have an image that has blue text, when I open it in photoshop the text becomes purple.  Has anyone heard of this problem before?

  • Threads getting "stuck" at a readLine()

    basically, i'm just finishing up a LAN messenger program and there's one last detail i can't fix up... since the program should be able to send and receive packets (messages) concurrently, i have one thread sending packets and another receiving them.

  • Copy Formatted Searches From Sales Order To AR Invoice

    I have a series of formatted searches attched to the Sales Order.  Is there a way to copy these to another document program like the AR Invoice without having to manually assigning them to each individual field. Thanks, Tom Arnold - ECS