Selecting document list by gsber

I want to display document list from BKPF..but there is not GSBER field..it exists in BSEG table.but the table is not indexed table.when i use it,performance will be horrible.
How can i select data according to GSBER?
Best regards..

not possible to create secondary index on BSEG (cluster table).
Anything else you could narrow down the selection with?
posting date, CPU date, document type? -> use the indexes on BKPF then select BSEG with "for all entries"
account number? -> use the index tables BSIS, BSAS etc.
Company code should always be part of the selection.
Last exit would be to create a secondary index on BUKRS and GSBER on the aforementioned index tables.
Thomas

Similar Messages

  • CDESK: How to get a customized content in the document list tab

    I try to get a specific list of document info records (DIR's) in the document list tab of the CDESK - similar to the document search result.
    I use the Addin-BADI and the ~PROCESS_NEW_FUNCTIONS/~ADD_NEW_FUNCTIONS methods to start a costumer specific selection of DIR's.
    For instance I want to select all documents with contain the digits 99.
    Then I want to show the selection result as the content of the document list tab to proceed with further steps like ckeck-out and so on.
    I followed an example which I found in this forum, see thread "CDESK: Start userdefined search program and recieve DIRs".
    My coding is:
    method if_ex_cdesk_tbm_addin~process_new_functions.
        when 'ZFCODE_ARBVOR'.
          data lt_draw type table of draw.
          select * from draw into table lt_draw
            where dokar = 'TKD'
              and doknr = '99'.
          sort lt_draw stable by dokar doknr doktl dokvr ascending.
          delete adjacent duplicates from lt_draw comparing dokar doknr doktl dokvr.
          PERFORM refresh_sap_list IN PROGRAM saplcdesk TABLES lt_draw USING 'X'.
    But nothing happens with the document list when executing this customer function.
    I assume it is not possible to update the document list out of a BADI in that way.
    Does anyone has some hints?
    Kind regards,
    Matthias Fischer

    Hi Khaled,
    There is an standard RFC RFC_READ_TABLE which can read any table in R/3. But the data returned will be unformatted hence you need to parse it. This FM has few limitations aswell.
    RFC_READ_TABLE is an RFC that allows users to read a table remotely. This is important particularly to Java developers using JCO to communicate with an ABAP back-end. Unfortunately, RFC_READ_TABLE has size limitations; it also incorrectly reads binary data. Also no authorization checking takes place.
    Also refer the link below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/portal-content/simplified queries of sap tables from java
    hope this helps..
    Regards
    Anand
    Message was edited by: Anand Torgal

  • WBS element in Material Document List Report

    Hi Guru,
         I have a problem about WBS element which is not show up any data in Material Document List (MB51) movement type 281 and 281 Q event I add WBS in the document.  Anyone know how can i config or do anything to let the system show up, please let me know.
         Thanks in advance.

    Hi,
    Go to SPRO > MM > Inventory Management and Physical Inventory > Reporting > Define Field Selection for Material Document List > Here for Program Name "RM07DOCS", Table "MSEG" add field "MAT_PSPNR" (Valuated Sales Order Stock WBS Element) and activate "Output" indicator.
    And Then check in MB51

  • Error Occur when trying to select Item List

    Hi Experts,
    Machine gets Hang when trying to select Item List  in  row level PO,SO ect as well as in item master Data when Pressing Star ( * ) .
    and when trying to close this window then error occur as close the program and problem occur on server itself
    Test Database is working fine.
    worked around
    1.Restarted  the machine
    2.Restarted services
    using SBO 9.0 PL 7
    OS-Window 7 Professional
    Please Find the Two Error Attachments
    Please help me
    Thanks & Regards
    Navnath

    Hi
    Check the below thread
    SAPB1 Application Hang and Not responding when i serch item in any document
    With Regards
    Balaji Sampath

  • Extend search in cad-desktop view document list

    Hi,
    is it possible to extend the search in the cad desktop's view DOCUMENT LIST?
    when i click the button SEARCH i get to some kind of CV04N-Search. Is it possible to implement a new Tab? i want to search by a change service order and select all documents which are attached to the order's materials.
    thanks
    Sven

    is there no chance to do this?
    another approach would be to insert a new "search"-button to the menu in this view. but i found no way to clear the document list and insert new lines.
    any help would be nice.
    thanks
    Sven

  • FB03 Document List Error Dump

    Hi Expert's
    we have more data for Fiscal year 2013 like 55k thousand of Reversal Document Number. we want to see the all 55 thousand Document List thru FB03, but system getting Dump Abap Error.
    Kindly help me
    Thx
    Pranav

    Hi Lakshmi,
    I have done same thing but program has been cancel,
    wht i did first step in 1. FB03 given Company Code xxxx and given Fiscal year 2013 then selection criteria i ve select from Excel file FI Document Number more then 56 thousand and execute in Back Ground. then i follow , yr step..
    Kindly correct if i did wrong..
    yr quick action will be highly appreciated.
    Note see the error  below while i did Job name and user id. and execute getting error
    Thx
    Pranav..

  • Commands - selecting document body/region

    DW CS3 - Background is that I have a bunch of .htm files for
    which I want to add a template. I did the following:
    1) Commands > Start Recording.
    2) Modify > Templates > Add Template to Page.
    3) I selected the template from the list and clicked Select.
    4) In the Inconsistant Region Names, I selected Document
    Body, then in the dropdown for where to move the content, I chose
    the correct I selected the correct region and clicked OK.
    5) File > Save.
    6) Commands > Stop Recording.
    The problem comes when I play it back on the next .htm file.
    The recording goes ok until #4 where it stops. And I have to do the
    rest, from selecting the Document Body on to the end.
    Question - What makes it stop and how do I get it to select
    the Document Body etc? I found the way to save the recording
    permanently, ie name it, so that I can edit it by hand if needed as
    I suspect.
    Here is the pertinent part of the code that is there at
    present (where it stops and won't go on to select the Document
    Body):
    <TITLE>AddChandlerTemplate</TITLE>
    <!--
    // This command was recorded by Dreamweaver MX
    function runCommand()
    // Apply Template: /Templates/bookchandler.dwt
    dw.getDocumentDOM().applyTemplate('/Templates/bookchandler.dwt');
    // -->
    So, since I don't know javascript, what would the missing
    commands be and where do I put it? The part where it stops has a
    window title bar called Inconsistent Region Names. Under Editable
    Regions, it "outlines" down to Document Body and says it's
    unresolved and in the "Move content to new region" dropdown, I
    choose StartHere which is the main editable region in the template
    (StartHere being what I called the editable region). I've tried
    clicking the User for All button but that doesn't seem to have an
    affect.
    Would some kind soul take pity and tell me what code should
    get edited into the Command, and exactly where to put it?
    I've got about 500 of these to do and don't relish doing the
    balance of the macro by hand.
    Thanks.

    This whole plan is a bad one. Applying a template to a page
    with existing
    content is going to be trouble. The best way to do it is to
    spawn a new
    child page, copy/paste from the existing one, and save the
    new one over the
    old one.
    > Question - What makes it stop and how do I get it to
    select the Document
    > Body
    > etc? I found the way to save the recording permanently,
    ie name it, so
    > that I
    > can edit it by hand if needed as I suspect.
    A mouse action stops the recording. It cannot record mouse
    stuff.
    > I've got about 500 of these to do
    Using templates on 500 files is madness, you know? But
    alternatives are
    going to require manual intervention as well....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kd6kfa" <[email protected]> wrote in
    message
    news:[email protected]...
    > DW CS3 - Background is that I have a bunch of .htm files
    for which I want
    > to
    > add a template. I did the following:
    > 1) Commands > Start Recording.
    > 2) Modify > Templates > Add Template to Page.
    > 3) I selected the template from the list and clicked
    Select.
    > 4) In the Inconsistant Region Names, I selected Document
    Body, then in the
    > dropdown for where to move the content, I chose the
    correct I selected the
    > correct region and clicked OK.
    > 5) File > Save.
    > 6) Commands > Stop Recording.
    >
    > The problem comes when I play it back on the next .htm
    file. The recording
    > goes ok until #4 where it stops. And I have to do the
    rest, from selecting
    > the
    > Document Body on to the end.
    >
    > Question - What makes it stop and how do I get it to
    select the Document
    > Body
    > etc? I found the way to save the recording permanently,
    ie name it, so
    > that I
    > can edit it by hand if needed as I suspect.
    >
    > Here is the pertinent part of the code that is there at
    present (where it
    > stops and won't go on to select the Document Body):
    >
    > <TITLE>AddChandlerTemplate</TITLE>
    > <!--
    > // This command was recorded by Dreamweaver MX
    > function runCommand()
    > {
    > // Apply Template: /Templates/bookchandler.dwt
    >
    >
    dw.getDocumentDOM().applyTemplate('/Templates/bookchandler.dwt');
    > }
    > // -->
    >
    > So, since I don't know javascript, what would the
    missing commands be and
    > where do I put it? The part where it stops has a window
    title bar called
    > Inconsistent Region Names. Under Editable Regions, it
    "outlines" down to
    > Document Body and says it's unresolved and in the "Move
    content to new
    > region"
    > dropdown, I choose StartHere which is the main editable
    region in the
    > template
    > (StartHere being what I called the editable region).
    I've tried clicking
    > the
    > User for All button but that doesn't seem to have an
    affect.
    >
    > Would some kind soul take pity and tell me what code
    should get edited
    > into
    > the Command, and exactly where to put it?
    >
    >
    > I've got about 500 of these to do and don't relish doing
    the balance of
    > the
    > macro by hand.
    >
    > Thanks.
    >

  • Select item list

    is their a way to do a add from a select item list.
    IE: created a view of the items i wanted to select off. based on this view i want to select it from the select item list and then add these records to another table.
    table 1: item id, item description, item points used (i wrote a view for this)
    table 2: redeem item id, redeem points used
    Thanks.

    Hi
    Check the below thread
    SAPB1 Application Hang and Not responding when i serch item in any document
    With Regards
    Balaji Sampath

  • Capturing a selected document for email

    Hi
    I have a dynamic page listing a number of documents which can
    be downloaded (all PDFs). I wish to email the site owner to inform
    him that a document has been downloaded. I can capture the user
    details, but don't seem to be able to capture the PDF title to
    include on the email.
    The URL for the document select looks something like
    http://www.sitename.com/pdfname.pdf
    Can anyone tell me how to include the selected document in an
    email from this page?
    Many thanks
    Ronnie

    You want to email it FROM your iPad?

  • Parking documents list

    Dear Experts,
    We have given the authorisation to  user X to park the invoice through MIR7.  Anothe user Y will approve it and posts the same in MIRO.  Problem here is if the user Y opens the MIRO screen and clicks on show worklist button , system is showing list of parking documents which are created by User Y only.  But here our requirement is User Y has to see all the parking documents in MIRO screen, from that screen he selects the parking document and posts it.  Please help me.
    Rajeswari

    Dear Mr.Anil Kumar,
    Thanks for your reply.
    We are doing the same.  But  My problem is when I click on show worklist system is showing the parking documents created by the same user.  Not other users parking documents list.  Here We want if user Y wants to see the User X created parking documents in MIRO screen what is the way?
    Our requirement is User X will create parking document in his user ID.  User Y will release them in user Y 's user ID.  But here User Y can able to see the list of parking documents created in UserY user ID only.  If we go to user X id and see the MIRO screen it is showing (show work list) parking documents created by the User X only.
    I think u got my point.
    rajeswari

  • SSRS report - A single selection dropdown list converted to text box

    Hello everyone,
    We created a single selection dropdown parameter (City parameter) on a report. The data in this parameter is populated using MDX query. Also, it is filtered based on selection of another single selection dropdown list (Country parameter) of a report.
    The problem is when there is no cities for the selected country the dropdown list is gets converted to free type text box and user can insert city data in it. Why SSRS is not keeping it as empty dropdown list with no data?
    Any help would be much appreciated.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

    Hello Charlie,
    We developed a fresh report only with two parameters but still the dropdown control gets converted to text box in our case. We have two single selection parameters, Location and Customers. Based on selected Location the customer
    dropdown gets populated.
    Location Parameter Query
    WITH MEMBER [Measures].[ParameterCaption] AS [Location].[Location Name].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Location].[Location Name].CURRENTMEMBER.UNIQUENAME MEMBER
    [Measures].[ParameterLevel] AS [Location].[Location Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Location].[Location Name].ALLMEMBERS ON ROWS FROM [Model]
    Customer Query
    WITH MEMBER [Measures].[ParameterCaption] AS
    [Customer].[Customer Name].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS
    [Customer].[Customer Name].CURRENTMEMBER.UNIQUENAME
    MEMBER [Measures].[ParameterLevel] AS [Customer].[Customer Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel],[Measures].[Amt]} ON COLUMNS,
    nonempty([Customer].[Customer Name].ALLMEMBERS,[Measures].[Amt]) ON ROWS FROM ( SELECT ( STRTOSET(@LocationName, CONSTRAINED) ) ON COLUMNS FROM [Model])
    Regarding parameter settings on General tab for both the above parameters we did not select any of the following values, all these checkboxes are empty:
    Allow Blank Value ("") , Allow null value, Allow multiple values.
    I think it has something related to [Measures].[Amt] that we used in customer parameter. We are now trying to take other two parameters where we would be not using the [Measures].[Amt] to filter the data. Will update you soon.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

  • Any way to HIDE the Pages "Backup" filenames in iCloud document listing?

    The "Backup" files are annoying to see in iCloud.
    Any way to HIDE the Pages "Backup" filenames in the iCloud document listing at the Open dialog?

    No, there isn't what you are looking for. Maybe someone else have a work around.
    Download the Pages User Guide by going to the Help menu in Pages. there you see what you can do.

  • I Just received the update to iTunes, when I I look at the screen I do not see the normal icons.  When I select movies I do not get the new downloads unless i select the list in the sub file. How do I get backto the old method of seeing and using iTunes??

    I Just received the update to iTunes, when I I look at the screen I do not see the normal icons.  When I select movies I do not get the new downloads unless I select the list in the sub file. How do I get back to the old method of seeing and using iTunes??

    I can tell you that this is some of the absolutely worst customer service I have ever dealt with. I found out from a store employee that when they are really busy with calls, they have third party companies taking overflow calls. One of those companies is Xerox. What can a Xerox call center rep possibly be able to authorize on a Verizon account?  I'm Sure there is a ton of misinformation out there due to this. They don't note the accounts properly or so everyone can see them. I have been transferred before and have asked if they work for Verizon or a third party also and was refused an answer so, apparently they aren't required to disclose that information. I spent a long time in the store on my last visit and it's not just customers that get the runaround. It happens to the store employees as well and it's beyond frustrating.

  • TS3376 How do I find the menue where I can select the list of previous phones I have had and my new one ? at the moment it is still set to an old one so everytime I try to set it up it tells me it it's the wrong one - gggrrrrr help please

    How do I find the menue where I can select the list of previous phones I have had and my new one ? at the moment it is still set to an old one so everytime I try to set it up it tells me it it's the wrong one - gggrrrrr help please

    iPods (except for iPod touch) are not linked to any iTunes "account."  They are associated with your iTunes library. The account in iTunes is your Apple ID, and that is used to buy and download content from the iTunes Store.  It is not required to use an iPod.
    The 1st (and 2nd) gen shuffle can only be used with one iTunes library at a time.  When you connect it, iTunes should prompt you to start using it with your iTunes library, and warn that the shuffle's existing content will be erased.  Have iTunes erase the shuffle, and it will be associated with your iTunes library going forward.  You can then add content to your shuffle.
    The need for the previous owner's Apple ID and password should only come up if you are trying to transfer existing content from the shuffle to your iTunes library, AND the previous owner had content purchased from the iTunes Store.  Just cancel out of that step, if iTunes asks.

  • I am having an issue where whenever I am at the document list and do edit, to copy or delete a document the iPad locks up. Happens for both pages and numbers. Also happens on my iPhone, but only once in a while. Help.

    I am having an issue with both Pages and Numbers on my iPad. Whenever I am at the document list page and use "edit" to make a copy of a document or delete it, the iPad locks up. Happens almost every time. Also happens on my iPhone but only once in a while. Thought of completely redoing the iPad, but if it happens on the phone as well, won't help. ???

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

Maybe you are looking for

  • Can you use a Macbook Pro power connector on a Mac Air?

    Can you use a Macbook Pro power supply on a Mac Air?

  • Using getProperty in my Java code.

    I am reading the attached XML file into my Java classes. <Config> <Properties>      <entry key="rmi.remotecontrol.port">30</entry> </Properties> <AListener>           <Subscriber></Subscriber>           <Database>                <URL>jdbc:oracle:thin

  • How to use Javascript to validate values....

    Hello : I have the following piece of code in my jsp <script> function doSubmit() if (!validate()) return; document.create_request.action="ibu_conf_sr.jsp; document.create_request.submit(); function validate() with (document.create_request) { if (doc

  • Using a text field as well as a display as text field on a form

    I have a text field that a user will enter in an employee id and from there it will populate a display as text field with their first and last name. I am trying to accomplish this using a javascript process but can not get the name to display. This d

  • Install error, failed to initialize

    Can not install Flash Player.  When I run the installer from the link on the main page I get an error that states "failed to initialize".  I have tried downloading and installing the 'offline' installer and it seems to run, but the program is not act