Items are not displayed --- REUSE_ALV_HIERSEQ_LIST_DISPLAY

Hi experts,
i'm stuck in this weird problem.
Items (it_items) are not displayed in table. I've cheked with debugger and it_items contains lines.
Thanks in advance.
REPORT  z_hier.
TYPE-POOLS: slis.
DATA: fieldcatalog TYPE slis_t_fieldcat_alv.
DATA: it_header LIKE STANDARD TABLE OF zvend_header WITH HEADER LINE,
      it_items LIKE STANDARD TABLE OF zvend_items WITH HEADER LINE,
      g_tabname_header TYPE slis_tabname,
      g_tabname_item   TYPE slis_tabname,
      gs_keyinfo TYPE slis_keyinfo_alv.
PARAMETERS: lifnr LIKE lfa1-lifnr.
INITIALIZATION.
  CLEAR gs_keyinfo.
  gs_keyinfo-header01 = 'LIFNR'.
  gs_keyinfo-item01   = 'IDNLF'.
  g_tabname_header = 'it_header'.
  g_tabname_item   = 'it_items'.
START-OF-SELECTION.
  PERFORM retrieve_data.
END-OF-SELECTION.
  PERFORM build_fieldcatalog.
  PERFORM display_list.
FORM build_fieldcatalog.
  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
  EXPORTING
*   I_PROGRAM_NAME               =
    i_internal_tabname           = g_tabname_header
    i_structure_name             = 'ZVEND_HEADER'
    i_client_never_display       = 'X'
*   I_INCLNAME                   =
*   I_BYPASSING_BUFFER           =
*   I_BUFFER_ACTIVE              =
    CHANGING
      ct_fieldcat                  = fieldcatalog
  EXCEPTIONS
     inconsistent_interface       = 1
     program_error                = 2
     OTHERS                       = 3
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
  EXPORTING
*   I_PROGRAM_NAME               =
    i_internal_tabname           = g_tabname_item
    i_structure_name             = 'ZVEND_ITEMS'
    i_client_never_display       = 'X'
*   I_INCLNAME                   =
*   I_BYPASSING_BUFFER           =
*   I_BUFFER_ACTIVE              =
    CHANGING
      ct_fieldcat                  = fieldcatalog
  EXCEPTIONS
     inconsistent_interface       = 1
     program_error                = 2
     OTHERS                       = 3
  IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
ENDFORM.                    "build_fieldcatalog

Hi Dan M.,
Please follow this...
CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
    EXPORTING
     i_callback_program             = w_repid
  I_CALLBACK_PF_STATUS_SET       = ' '
  I_CALLBACK_USER_COMMAND        = ' '
     is_layout                      =  wa_layout
     it_fieldcat                    =  i_fieldcat
  IT_EXCLUDING                   =
  IT_SPECIAL_GROUPS              =
   IT_SORT                        = I_SORT
  IT_FILTER                      =
  IS_SEL_HIDE                    =
  I_SCREEN_START_COLUMN          = 0
  I_SCREEN_START_LINE            = 0
  I_SCREEN_END_COLUMN            = 0
  I_SCREEN_END_LINE              = 0
  I_DEFAULT                      = 'X'
  I_SAVE                         = ' '
  IS_VARIANT                     =
     it_events                      =  i_event
  IT_EVENT_EXIT                  =
      i_tabname_header               =  'i_ekpo'  <----
Pass here header table name
      i_tabname_item                 =  'i_eket'    <----
pass here item table name
  I_STRUCTURE_NAME_HEADER        =
  I_STRUCTURE_NAME_ITEM          =
      is_keyinfo                     =  wa_keyinfo
  IS_PRINT                       =
  IS_REPREP_ID                   =
  I_BYPASSING_BUFFER             =
  I_BUFFER_ACTIVE                =
IMPORTING
  E_EXIT_CAUSED_BY_CALLER        =
  ES_EXIT_CAUSED_BY_USER         =
    TABLES
      t_outtab_header                =  i_ekpo   -<<----
Pass here header internal table
      t_outtab_item                  =  i_eket     <<----
Pass here item internl table
EXCEPTIONS
  PROGRAM_ERROR                  = 1
  OTHERS                         = 2
for wa_keyinfo:
You need to use common fields between header & item.
for ex:
wa_keyinfo-header01 = 'EBELN'.
  wa_keyinfo-item01 = 'EBELN'.
  wa_keyinfo-header02 = 'EBELP'.
  wa_keyinfo-item02 = 'EBELP'.
Hope this can solve your problems.
Regards,
Tutun

Similar Messages

  • Document library items are not displaying in sorted order in sharepoint 2013

    Hi,
    I have a document library , I am storing document sets on it.
    28326 items are there in the library.
    I have configured sort on Name columns. Initially items are displaying in sorted order like (A,B,C,D,E...)
    Now Items are not displaying in a sorted order it is displaying like (A, B,C,D,E,A,C...) like this.
    Please help me on this sorting issue.
    Thanks,
    Samir

    Are the documents displaying in your image inside the document sets?  If so then your sets (folders) are displaying in alphabetical order and the documents inside the sets are displaying in alphabetical order.  This is what i would expect.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • CIN: Items are not displayed while updating the RG1 Register using T Code:

    Hi Experts,
    Items are not displayed while updating the RG1 Register using T Code: J1I5.
    System is not showing any error message.
    Can any one explain to update the RG1 Register?
    Thanks
    Chandra

    Hi,
    dont go the table again and again . the table is updated at intial stage only for stock update but not when SAP is running.
    In day to day bussiness the flow is as follows:
    Production - MB31 - to Unres stock
    Sales - VL02n - PGI - to customer - i.e out of unres stock
    Every day u can run TC J1i5 once in a day as decided and update the register so all transactions which have happend in that day gets updated i.e both input and output.
    and this will happen every day.
    hence dont use table as it is only for intial data upload i.e just before golive.
    Hope i am clear.
    krishna

  • Quotation Items are not displayed on SRM Web

    Hi experts!
    I did a program to create a quotation based on a Bid invitation.
    My program creates the document correctly, but, when i try to show the quotation on the browser, the quotation items are not displayed.
    If I open this same quotation on the SRM Gui (TCODE = BBP_PD), the quotation items are there.
    Anybody in here already had this problem?
    Thanks in advance.
    Danilo Cardoso

    Hi.
    I got to fix my program!
    My code is like that below:
          ls_quot_item_e-src_guid        = bid_items-guid.
          ls_quot_item_e-src_object_type = 'BUS2200001'.
    The business object BUS2200001 is the BO of Items of Bid Invitation, now, my reference is complete.
    It works fine now.
    Thanks for you help.
    Regards.
    Danilo

  • GUI status items are not displayed

    Hi all,
    Some parts of gui status are not displayed but some of them are displayed.
    What is the problem?
    Thanks.
    deniz.

    Hi snehi chouhan,
    I have created a program and two gui statuses for this.
    One of them is set at first display of report but not all items.
    Thanks.

  • FB05 All open items are not displayed

    Hi,
    We are trying to clear invoices on customer XXXX but it does not show all invoices in transaction FB05.
    We used all Special GL indicators and with normal items tab seperately as well as simultaneously but not all items are displayed What could be the problem.?
    regards,
    Makrand

    Hi
    You  can   first  analyze  the   open items in  FD10N  and  check  if  any  uncleard entries are present .   I   think that  even if  there is  a payment  block,  the  process item list  should  show  all  the  open items    as  seen in  FD10N.
    Thanks
    kamala

  • Profit center line items are not displaying in KE5Z

    HI Eperts,
    we are executing tcode KE5Z. System is not displaying any line items. because we have missed out in configuration updation of line items and on line transfer check boxes activation in 1KEF.
    please advise how we have to retreive whole data posted up to now under this controlling area..
    Regards
    vekat....

    Hi Venkat,
    Please check the following link.
    [http://help.sap.com/saphelp_45b/helpdata/en/eb/1370e343c411d1896f0000e8322d00/frameset.htm]
    Also check the tcodes 1KE8 (Transfer FI Actual Data), 1KEC (Transfer MM Actual Data) and 1KE9 (Transfer SD Billing Documents)
    The path for these tcode is as under:
    Controlling --> Profit Center Accounting --> Tools --> Prepare Production Startup --> Data Transfer.
    Please check in your test system first.
    Regards,
    Sameer

  • TDS line items are not Display in FB60

    Hi Experts,
    when in simulate a document in  T code- FB60. the TDS amount is calculated properly . DR , Cr is ok but the Line item of the TDS is not displayed.  when i post the document and open in FB03 all line items are dispalyed with TDS Line items also.. Proper Tax code of payment and invoice is attached.
    why not shown in FB60 when simulating a document??

    Hi
    If in FB60 you want to simulate tax items also, click on simulate from menu, you will be able to see the required details. If you click on simulate icon, it will not be visible.
    Regards
    Sanil Bhandari
    <a href="http://www.vcq.biz/">nature wallpapers</a>, <a href="http://www.utorrent.name/">utorrent</a>f in FB60

  • Multi level BOM explosion in CS11/12/13 Cost of items are not displayed

    Hi,
      I want to display cost of the components in CS11 / CS12 / CS13 T.codes Std SAP will not display the cost of components. for this they have given note 177006 and asked to change some manual correction. In the post processing of the note they have asked put "your_display_profl" This is making me confusing I wanted know whether I want to create a new display pofile using CLVL t.code or can I make the correction as said by SAP "your_display_profl". Could some body guide me in this regard.
    Regards
    Ramana

    >
    Venkata Ramana wrote:
    > Hi,
    >
    >   I want to display cost of the components in CS11 / CS12 / CS13 T.codes Std SAP will not display the cost of components. for this they have given note 177006 and asked to change some manual correction. In the post processing of the note they have asked put "your_display_profl" This is making me confusing I wanted know whether I want to create a new display pofile using CLVL t.code or can I make the correction as said by SAP "your_display_profl". Could some body guide me in this regard.
    >
    > Regards
    >
    > Ramana
    Ramana,
    Which version of SAP you are using, if its below 4.6c, then
    You need to have custom Display and Print Profile defined through CLVL transaction and used in the modification proposed.
    If your version is 4.6c onwards then,
    If you want to use the variable list then you need to have the You need to have custom Display and Print Profile defined through CLVL transaction and used in the modification proposed with IF.
    If you want to use the ABAP ALV based output, then you should not implement the IF... ENDIF query of the suggested modification concerning the user-defined list profile; instead you should set the local L_MBWLS parameter to 'X'
    I hope you need to work with your ABAP person to clearly understand this correction Instruction and Implement as required.
    Regards,
    Prasobh

  • After upgrade to 4.0, the controls on mymsn page do not work and several of my content items are not displayed.

    The stock quotes, fox sports and movie times content fields do not display and the controls do not work on any of content boxes. The customize and add content tabs do nothing. This all worked with 3.6 but not with 4.0.

    A column in the search results was changed to a Simple Checkbox when we upgraded to 4.0 (it has always been a checkbox in the older APEX versions). When I put it back to Standard Report Column I no longer get the page not found error.
    Is there some additional/different setting I need to do in order to use the simple checkbox option in a search results set?
    ETA: I see now that Checkboxes are not intended to work in standard report regions so I'll change them to LOVs or something and my problem should be solved.
    Edited by: mimi_jones on Jul 18, 2011 6:16 AM

  • Items are not displaying in internal catalog after Linux and COA change

    Navigate to iProcurement Responsibility
    1.Select "ITAM" catalog and enter % to serach ITAM field and click on "Go" button.
    2.And it is returing "No results found. " messgae.
    Recently Moved from HP-UX to Linux x86-64. also changed the COA segments
    Can you please help

    Bernd: the reason I asked about views is that you don't have any error messages. This might indicate that (a) you have no items in the view, or (b) there's something wrong with view-role-user assignment.
    To check for (a), please go to the published procurement catalog, and go to Views tab. Check that your View is Active. Click on your View ID link to display view details. You should see a list of characteristics assigned to your view in Assign Characteristics sub-tab (the list should not be blank!). Go to Assign Items sub-tab. Navigate in your schema to find items that are supposed to be assigned to your view. You should see "Yes" in the "Assigned" column for those products. If you don't, then you simply don't have any items in your view.
    Another thing I'd like you to check: when the user calls your procurement catalog for search, do you see the name of the catalog displayed just below the drop-down "Select Categories Hierarchically"?
    Cheers,
    Serguei

  • Open items are not displaying in FBL3N

    This is with regard to "FBL3N" report. When we have executed this the result is as mentioned below by item wise:-
    1) Open Items :- Report is showing all items (including open & closed)
    2) Closed Items :- Showing no items
    3) All Items :- Showing all items (including open & closed)
    I am attaching the screen shots for your reference.
    It is working fine for "FBL1N" & "FBL5N".
    Hence request you to provide a solution in such a way that if we execute open items in FBL3N, report should show open items alone and similarly for closed & all items.
    double-post

    so,what i need to do? i tried to change  but it is showing the below error
    Message text
        Open item management is not defined for reconciliation accounts
        You cannot change the open item management setting; (see long text)
        The data contains error, you cannot save
    You cannot change the open item management setting; (see long text)
        Message no. FH087
    Diagnosis
        This account does not have a balance of zero.
    System Response
        You cannot switch the open item management specification on or off with
        this transaction.
    Procedure
        If you want to switch this function on retroactively for a certain
        account, you should create a new account with the correct setting and
        use this to make a transfer posting of existing items.
        If you want to switch off the open item management function
    retroactively for an account, you must first clear all the postings
    currently on this account. You cannot make any changes to the account
    management method until this is done.
    for this what i need to do?

  • Items are not displaying in HtmlSelectOneListbox

    Hi All,
    Added following code in JavaBean method, and JavaBean is having property for controlPanel type HtmlPanelGrid with getter and setters.
    List children = controlPanel.getChildren();
    HtmlSelectOneListbox listbox = (HtmlSelectOneListbox)application.createComponent(HtmlSelectOneListbox.COMPONENT_TYPE);
    SelectItem[] nameItems = new SelectItem[2];
    nameItems[0] = new SelectItem("sharath", "Sharath");
    nameItems[1] = new SelectItem("bharath", "Bharath");
    listbox.setValue(nameItems);
    children.add(listbox);While display on the screen it is showing list box without any values(blank), can any one let me know what I'm doing wrong.
    Thanks,
    Sharath.

    Another way to do is:
              List children = controlPanel.getChildren();
              HtmlSelectOneListbox listbox = (HtmlSelectOneListbox)application.createComponent(HtmlSelectOneListbox.COMPONENT_TYPE);
              List arr = new ArrayList();
              arr.add(new SelectItem("sharath", "Sharath"));
              arr.add(new SelectItem("bharath", "Bharath"));
              UISelectItems items = new UISelectItems();
              items.setValue(arr);
              listbox.setValue(items);
              children.add(listbox);

  • Sheduling Agreement item are not appearing in MIGo

    Hi,
    Good receipt (MIGO) for Sheduling  Agreement some items are not display(not appear in item detail screen in MIGO)
    Delivery shedule is maintain and SA is released
    where to check to slove this problem.
    shakir

    Hi,
    Very help full tip ,now it is showing item with zero quantity
    but not the missing item.
    Hope to get some tip ...to slove.
    shakir

  • USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    USF on iTunes U collections such as Sustainability and iteach Initiative are not displaying new items even days after they are uploaded to the collections. The items show in the Preview of the collections but not Live view. not displaying

    Greetings;
    This seems to an ongoing issue (see related discussion link).  We've been experiencing the same update lag since last Friday.  The new additions to the Collection appear and are accessible in both the iPad and iPhone applications, but even though they additions appear in "Quick View", the material doesn't appear in the Collection itself.  Apple is aware of the issue and is investigating.  All the best...
    Syd Rodocker
    Tennessee State Department of Education
    https://discussions.apple.com/message/15461971#15461971

Maybe you are looking for

  • How do you measure performance of an item renderer?

    I'm creating an ItemRenderer in Flex 4.6 and I want to know how to measure total time to create, view and render an item renderer and how long it takes to view and render that item renderer when it's being reused. I just watched the video, Performanc

  • Issue with Variable screen

    Hi, When I execute the webtemplate with cetain selection values, the out put looks good. When I go back and change the values in selection, the output is still showing the previous results. The variable screen is not refreshing in webtemplate. Please

  • Trackpad Difficulty and Request

    So far, I love my new MacBook and I've especially enjoyed showing off the 4-finger swipe on the trackpad. I've had some trouble showing off the pinch open and close move though. The trackpad doesn't really seem very responsive to that action. It's no

  • Upgrades consistently failing...

    Every upgrade from Adobe is failing to run. I need some support. What I'm dealing with seems so insain I spent the last few days looking for some kind of malware problem. I've scanned my system with multiple tools and can't find anything. Acrobat, Ph

  • Time Capsule - bought in San Diego USA. MacBook Pro bought in Jakarta, Indonesia. Why won't my Time Capsule set up? All I get is the flashing amber light.

    I bought a Time Capsule in San Diego, California. I bought my MacBook Pro in Jakarta, indonesia where I live. I have Wi Fi in the house which I use for mail etc with my Mac. However, my Time Capsule will not set up, all I get is the amber flashing li