Query regarding COPY OF FBL5N : No items selected (see long text)

Dear All,
Currently i am executing FBL5N report and it is ok.
Now i have copied FBL5N program to ZFBL5N.
Now the issue is when i am trying to execute ZFBL5N, this messge comes and report not generated in some cases.
"No items selected (see long text) ".
This error has not come for all cases but just for few cases and i have tried to found out the case,
and i found that, whenever we maintain vendor in control data tab of XD02(Change Customer : general data) then only above message has come.
Now i am not getting one thning, Why FBL5N not giving above error because i have copied the program and nothing difference in both code then why ZFBL5N giving error and FBL5N generate report and what should i do for above error.
Please help regarding this matter
Regards,
Shivam.

Dear Nabheet,
I have debugg, code is same for both cases becuase i have just copied now.
Although, i have debugg also and i have seen in coding, when program goes in perform form "read_vendor_items" and in that perform, there is written function, call function 'LDB_PROCESS'
. Now when i going during debugg time,
   call function 'LDB_PROCESS'
    exporting
      ldbname                     = 'KDF'
      expressions                 = it_dyn_texpr[]
    tables
      callback                    = it_callback
      selections                  = it_selscreen
    exceptions
      ldb_selections_error        = 1
      ldb_selections_not_accepted = 2
      free_selections_error       = 3
      callback_no_event           = 4
      callback_no_program         = 5
      callback_no_cbform          = 6
      others                      = 7.
After pass this function moduel in case of ZFBL5N, it_pos table is not filled but in case of FBL5N, it_pos table is filled one record and that record also shown.
But code is same but different only program name.
Now what can you suggest.
Regards,
Shivam.

Similar Messages

  • No items selected (see long text)  Message No: MSITEM033

    Hi Sapiens,
    I am trying the command (FS10N) to display the Balance, bal is displayed afterwards and then when I am just clicking the balance for one of the month I am getting the message as follows :
    "No items selected (see long text)"  Message No: MSITEM033
    No line items meeting your selection criteria could be read. This could be for the following reasons:
    1.) No corresponding items have been posted.
    2.) You are not authorized to display this data.
    3.) The items have already been archived.
    Thank You in Advance
    MS

    Hi Madhu,
    Possible symptoms:
    1.  The system does not generate any line items and/or open items.
    2.  The field SKB1-XLGCLR is filled with '/'.
    3.  You transfer G/L account master data to different company codes
         using transaction FS15 (program RFBISA10).  During the direct
         transfer with the "Update File Immediately" option, the system
         issues error message FH 700:
         Field '': Enter ' ' or 'X'
    4.  When you process the batch input session that was created by the
         program RFBISA00 or RFBISA10, the system issues error message 00 349
         "Field SKB1-XLGCLR does not exist in the screen SAPMF02H 0110".
    please see the solution from the attached note 1323960:
    steps 2-6:
    2.  Generate the program RFBISA02 using the program RFBISAG0:
    3   Generate the program RFBISA11 using the program RFBISAG1:
    4.  Generate the program RFBISA52 using the program RFBISAG1:
    5.  Generate the include using the program
         SAPGL_ACCOUNT_MASTER_GENERATE:
    6.  For symptom 1 or 2 only:
    I hope I could be of assistance.
    Kind regards,
    Fernando

  • Database selection was interrupted (see long text) Error

    Hi
    Please let me know the process to resolve this error on DTP in BI, when i repeat this DTP  it is failing again. and the most of the transferred records are added to the target DSO.
    Error: Database selection was interrupted (see long text)

    Hi:
    Please check if any of the SAP Notes below helps you in solving this issue.
    Note 1285640 - 70SP21: "Database selection was interrupted"
    Note 1518750 - Additional trace messages in the DTP request log
    Note 1519889 - DTP processing: "Database selection was interrupted"
    Regards,
    Francisco Milán.

  • Open Quantity in item selection screen

    I am Stuck in btwn a process. In my Orgn we have ZMO and ZCO Doc types. ZMO is for manf order and ZCO is for Call off order from created with reference to ZMO.1 ZMO= N ZCO
    ZMO - 10 Quantities - Ill have to use the materials , I should create ZCO with ref to the ZMO.
    When I create 1st ZCO for 6 qty and reject all the 6 in the ZCO , then i create 2nd ZCO and i click on the copy with reference and item selection , it is still showing 4 as qty where i can change it to 10 , but i want that to reflect as 10 automatically. Please help
    ZMO- 10
    1st ZCO- 6 VBAP-ABGRU= Yes for all 6
    2nd ZCO- Item selection in copy with reference screen from ZMO is reflecting as 4 where it should reflect as 10.
    Is there any data transfer routine which should be amended ?
    How is the OPEN Quantity calculated in Standard SAP order process

    Hi, Prashanth
    As per my understanding there is no update of quantity in quotation if you reject sales item in sales order.
    only one way is to delete created sales order then quantity of quotation is reset,
    kapil

  • Use of long text in maintenance item

    Hi Experts ,
    What  is use of long text in maintenance item, Which  T code is use for to create long text for maintenance item
    With best regards,
    AVI DDS.

    hi
    if you have maintained the tasklist ,i think it will copy the maintenance item short and long text to the maintenance order or notification created
    regards
    thyagarajan

  • Regarding nor of line items selected in per select query..

    hi,
    i want  to display nor of line items selected in per select query for two individual  queries which are linkesd by for all entries..
    regards..
    chetan

    Hi,
    I dont unserstand the problem you are facing. please paste your SELECT query and then explain the problem. then it will be easy for analysis.
    Basically DESCRIBE TABLE itab LINES n.  this statement will put the number of lines the internal table contains
    //Kothand

  • Query regarding selection screen

    Hi experts,
    I have a requirement that once I get my output on a selection screen, suppose it has just 1 row and 4 columns. If I click on each of these 4 columns, a new transaction/report etc. needs to be called. How can I achieve this functionality?
    Thanks,
    Ajay.

    Hi,
    Say you have an internal table with fields as:
    VBELN (sales order)
    POSNR (sales order line item)
    WERKS (plant)
    MATNR (matnr)
    And you write all these fields on output screen using reporting and when you click on any column field then a particular transaction/report should be called, then follow the below mentioned logic:-
    DATA : BEGIN OF it_final OCCURS 0,
             vbeln TYPE vbap-vbeln,
             posnr TYPE vbap-posnr,
             werks TYPE vbap-werks,
             matnr TYPE vbap-matnr,
           END OF it_final.
    DATA : fldname(25) TYPE c,
           fldvalue(25) TYPE c.
    START-OF-SELECTION.
      "select query into it_final internal table
    AT LINE-SELECTION.
      GET CURSOR FIELD fldname VALUE fldvalue.
      CASE fldname.
        WHEN 'IT_FINAL-VBELN'.
          WRITE : / fldvalue.
          "code to call transaction/report
        WHEN 'IT_FINAL-POSNR'.
          WRITE : / fldvalue.
          "code to call transaction/report
        WHEN 'IT_FINAL-WERKS'.
          WRITE : / fldvalue.
          "code to call transaction/report
        WHEN 'IT_FINAL-MATNR'.
          WRITE : / fldvalue.
          "code to call transaction/report
      ENDCASE.
    END-OF-SELECTION.
      ULINE.
      FORMAT HOTSPOT.
      LOOP AT it_final.
        WRITE : /1 it_final-vbeln, 10 it_final-posnr, 20 it_final-werks, 30 it_final-matnr.
        HIDE : it_final-vbeln, it_final-posnr, it_final-werks, it_final-matnr.
      ENDLOOP.
      ULINE.
    Now to call a transaction user:-
    SET PARAMETER ID '<param_id>' FIELD '<field_value>'.
    CALL TRANSACTION '<t_code>' AND SKIP FIRST SCREEN.
    To call a report use:-
    SUBMIT <report_name> WITH <parameter_name1> = <field_value1>
                         WITH <parameter_name2> = <field_value2>
                         "and so on use parameters
                         AND RETURN.
    <paramater_name> refer to the parameter of the called report <report_name>
    and <field_value> refer to value for the parameter to be passed.
    Hope this helps you.
    Regards,
    Tarun

  • Regarding Line Item Selection and product category

    Hi Experts,
    We are having a requirement in Line Item Selection in Oppurtunity.The requirement is that we need to display only the product categories belonging to that particular company(for eg Product Categories belonging to Company X) by restricting the display of product IDs.Please provide me some pointers on this as this is a high priority requirement.
    Requirement:Line item selection of an opportunity will be at a 'X' category from the product hierarchy level.

    Hi Amar,
      You have to retrieve all you rproduct ids based on your criteria before the execution of the below step in your method.
    result = qs->get_query_result( ).
    Once you have all your product Id's then default your search criteria with your product id's using the below code.
    ls_selection-attr_name = 'PRODUCT_ID'.
          ls_selection-sign = 'I'.
          ls_selection-option = 'EQ'.
          LOOP AT it_product INTO v_productid WHERE comt_product_id CP ls_search_criteria-low.
            CLEAR ls_selection-low.
            ls_selection-low = v_productid.
            CALL METHOD qs->add_selection_param
              EXPORTING
                iv_attr_name = ls_selection-attr_name
                iv_sign      = ls_selection-sign
                iv_option    = ls_selection-option
                iv_low       = ls_selection-low.
            CLEAR: v_productid,wa_result.
          ENDLOOP.
    this code should be included in your event handler before calling get_query_result( ).
    Hope this helps.
    Regards,
    Lakshmi.Y
    Edited by: Lakshmi Soujanya on Jul 11, 2011 11:55 AM

  • Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    Hi guys can someone help with a query regarding the 'podcast app' why do they not have all the episodes that relate to one show available why only half or a selected amount

    THanks...but some days they have all the episodes right back to the very first show...ive downloaded a few but they are only available every now and then which makes no sense...why not have them available the whole time ??

  • F-44 Open Item Selection

    Hello,
    A user goes into transaction F-44 to clear a vendor but when she hits Process Open Items and brings her to the "Clear Vendor Select Open Items' screen she does not have the field Company Code in the Open Items Selections box.  When other users try the field is there but when she does it only brings up the fields Account, Account Type, Special G/L and Pmt. Advice No.  I've checked her user settings in SU01D and they identical to another users.  Thanks

    Hello,
    Check your data in FBL5N for the option "Special GL Transactions". There could be that there is no data in the system with SPECIAL GL TRANSACTIONS.
    In F-32, there is no value like *
    You need to input right Special GL Indicator. "*" will not work here.
    I am sure in both the systems if you put "*" and UNTICK your normal transaction, you will NOT get any items to clear.
    Please DOUBLE CHECK whether you have unticked normal transaction.
    Regards,
    Ravi

  • F-32 : Problem with Open Item selection

    Hi,
    We have a strange problem with open Item selection for customer clearing in t-code F-32
    In My QA system
    if I input spl GL indicator ="*" and uncheck Normal OI tick,
    the system selects all open items,
    (those with spl GL indicator and those without spl GL indicator)
    In My Dev system
    If I input spl GL indicator ="*" and uncheck Normal OI tick
    the system does not select any open items,
    Please let me know which setting controls this behaviour ?
    Regards
    Sachin

    Hello,
    Check your data in FBL5N for the option "Special GL Transactions". There could be that there is no data in the system with SPECIAL GL TRANSACTIONS.
    In F-32, there is no value like *
    You need to input right Special GL Indicator. "*" will not work here.
    I am sure in both the systems if you put "*" and UNTICK your normal transaction, you will NOT get any items to clear.
    Please DOUBLE CHECK whether you have unticked normal transaction.
    Regards,
    Ravi

  • Run Query report showing only PO block item, yet to be received.

    Hi,
    Out GR process involves putting the material in (PO block) first using the movement type 903 and t-coden MB0. Next step is GR in unrestricted use using  M Type 905 and t-code MB01 as well.
    I have to enhance a query report so that only those items should show up which have been completed for 903 (PO clock), but not completed for mtype 905. In other words, run a report to list all outstanding itmes in the PO.
    I could run a report to show mtype 903 only but it shows even those items too which are pur in unrestricted us (m typw 905).
    I thanks in advance for help.
    Jaan

    Hi
    903 and 905 are specific to company not SAP standard. Difficult for forum to comment. Why ur company is not using 103 and 105? Normally in standard SAP accounting entries happenes after 105/905. You need to check your quiry. even 103/903 updates EKBE table. You need to pick from there and calculate open PO based on that. In standard ME2M with selection parameter WE101 will do this. You can configure similar to WE101 in below config with your requirement in case if you wish to use standard report
    spro>MM>purchasing>reporting>maintain purchasing list-->selection parameter
    Regards
    Antony

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

  • How to create an ABAP Query with OR logical expression in the select-where

    Hi,
    In trying to create an ABAP query with parameters. So it will select data where fields are equal to the parameters entered. The default logical expression is SELECT.. WHERE... AND.. However I want to have an OR logical expression instead of AND.. how can I attain this??
    Please help me on this.. Points will be rewarded.
    Thanks a lot.
    Regards,
    Question Man

    Hi Bhupal, Shanthi, and Saipriya,
    Thanks for your replies. But that didn't answer my question.
    Bhupal,
    You cannot just replace AND with OR in an ABAP QUERY. ABAP QUERY is a self generated SAP code. You'll just declare the tables, input parameters and output fields to be displayed and it will create a SAP standard code. If you'll try to change the code and replace the AND with OR in the SAP standard code, the system will require you to enter access key/object key for that particular query.
    Shanthi,
    Yes, that is exactly what need to have. I need to retireve DATA whenever one of the conditions was satisfied.
    Saipriya,
    Like what I have said, this is a standard SAP code so we can't do your suggestion.
    I have already tried to insert a code in the ABAP query (there's a part there wherein you can have extra code) but that didn't work. Can anybody help me on this.
    Thanks a lot.
    Points will be rewarded.
    Regards,
    Question Man

  • Error "FI 606 no commitment items selected" during Goods Receipt

    Hi,
    We use Fund Management and Material Ledger in ECC 6.0.
    Posting goods receipt for material with price control S (Standard price) were successful, but whenever we post goods receipt for material with price control V (Moving average price), the following error comes up:
    No commitment items selected
    Message no. FI606
    System Response
    No commitment items selected
    What might be the problem?
    The account assignment in MIGO view are already filled with fund center and commitment item number automatically
    We already assigned all that can be assigned in FMDERIVE (material to comm item, plant to comm item, gl to comm item, etc)
    We also already check OSS notes: 939545, 148967, 1312483, 164077
    Please help
    Thanks

    Hi,
    Try putting a trace on the FMDERIVE and see what the results are.
    Regards,
    Eli

Maybe you are looking for

  • Is it possible to import data into a Reader Extended PDF created in Livecycle?

    Hi there, I make a lot of Reader Extended forms for my company. When I issue form updates, sometimes staff have to re-copy or re-type records into forms with repeating subforms.  I'd like to be able to jumpstart their process by importing from an old

  • How good is the Stock Cooler

    Hi ppl. As u prob know I am building a PC for my friend. It will be a AMD 64 3200 My question is if I bought the retails then how good is the cooler? Also will it come with a Thermal Pad   If I bought the retail could I scrap off the Pad and used The

  • OracleVM doesn't see all available memory

    After installing OracleVM on DELL 6650 with 8GB of RAM, OracleVM can see only 679MB?? BIOS detected proper 8G of memory. Any ideas?

  • ISE ALARM

    Hi, I keep seeing this alarm for couple of days: (see image below) Can't find what url is this talking about. ISE 1.1.2

  • Moving Premiere Pro CS5.5 to laptop and back to desktop

    Hi, I have Adobe Premiere Pro CS5.5 on my desktop computer and I will be travelling for a month in the new year and will need to edit on the go. Is there a way to deactivate my license/program on my desktop computer and activate it on my laptop tempo