Empty Tables for Function FKK_DOCUMENT_READ

Hi Experts,
I'm trying to recover data from this fm, but when i'm debugging the function does not return any result in the table section. I already try all the ways i know declaring the tables in my code, As a TYPE STANDARD TABLE WITH HEADER LINE and With BEGIN and OCCURS, also LIKE STANTARD TABLE, and without results, although although the fm returns data for the importing section. Any Idea?
Thanks in advance.

Hi,
   Check if the fields "XROP"  "XROPK" in "I_FKKDOCC" are empty. If these do not have any values the tables are
   not filled. Also check for the corresponding Table entries.
Regards,
Srini.

Similar Messages

  • Tables for Functional location/equipment   in Sales Area

    Hi ,This is sivakumar  ...
    h2.
    I wanna  know  Tables for Functional  Location/equipment in Sales area   under the Customer Service erena.

    I know the sales order number, header and item ..
    I need other parameters to use this table....

  • Table for Function Module

    Hi Gurus,
                  I need the table for WHERE-USED-LIST of function modules.....
    Answer will be rewarded full points...
    Thx in advance.....

    Hope this code helps you.....
    Function module where-used on programs:
      SELECT * FROM cross APPENDING TABLE mycross
               WHERE type = 'F'
               AND   name = <fm_name>.
    Function module where-used on enhancements:
      SELECT * "SINGLE enhname
      FROM enhobj
      INTO TABLE l_i_enhobj
      WHERE  obj_type ='FUNC'
      AND    obj_name EQ <fm_name>.
    Function module where-used on Webdynpros:
      SELECT * FROM cross APPENDING TABLE mycross
             WHERE type = 'F'
             AND   name = <fm_name>.
             AND (  include LIKE '/1BCWDY/S_____________________'
             OR include LIKE '/1BCWDY/B_____________________' ).
        l_inclname = mycross-include.
        CALL FUNCTION 'WDY_WB_GET_CTRLNAME_BY_INCLUDE'
          EXPORTING
            p_inclname   = l_inclname
          IMPORTING
            p_controller = l_controller
          EXCEPTIONS
            OTHERS       = 1.
    Function module where-used on Methods/Classes:
      SELECT * FROM cross
      APPENDING TABLE mycross
      WHERE type = 'F'
      AND   name = <fm_name> AND
      ( include LIKE '______________________________C%' OR
      include LIKE '______________________________I%' ).
    To get the Class name (seokey-clsname), use the FM
          CALL FUNCTION 'SEO_METHOD_GET_NAME_BY_INCLUDE'
            EXPORTING
              progname = mycross-include
            IMPORTING
              mtdkey   = seokey.

  • Table for Function modules - Changed date & Changed by.

    Hi Experts,
    Help me to get Function module changed date & changed by.
    For programs we can get the mentained information in TABLE : TADIR.

    Function Modules change history can be retrieved from table TRDIR.
    Function Module stores a program Include in table TRDIR.
    The details of the Function Module can be found in Attributes-->general data tab in the Function Module.
    You need to pass the Include which correponds the FM.
    Hence you can find the Log changes.
    Hope this helps.
    Regards
    Vinayak

  • Default values in tables for function module

    Hi,
    We've created a function module and it is their requirement to have a default value for the tables in the FM? How do we do this? Cause if it is just an import parameter there is a column for default values, but for tables there is none. How do we code this?
    Thanks.

    Hi,
    In the start of the function module you can check the table and set your default values.
    FUNCTION ...
    "Check whether the table is initial
    "Do not override the value passed by the user
    IF itab[] IS INITIAL.
    itab-field = 'DEFAULT'. "Set your default value
    APPEND itab.
    ENDIF.
    - - - Your functionality
    Regards
    Wenceslaus.

  • Table for function code of System Commands

    Hi All,
    I would like to know the name of the table which stores function codes (fcode) for System Commands (which that are used after abap syntax 'user-command' ).
    Like table T100 is for messages and ICON is for icons, similarly, the table name for fcodes of User-commands like double click etc.
    Regards,
    Rumi
    Edited by: rumi kamal on Jan 21, 2008 9:59 AM

    Hi,
    plz check RSMPTEXTS
    Regards,
    Omkar.

  • Create empty Table for input

    I want to create a table with 10 colums. The colums should be empty so the user can input some values.
    ArrayList emptyTable = new ArrayList();
         for (int i = 0; i < 10; i++) {
         // Create empty Entries
         elem = wdContext.nodeXXX().createXXXElement();
              elem.setFirstName("");
              wdContext.nodeXXX().addElemen(elem);
    Does someone know a better way?

    Hi,
        According to your code -
        Context
                 nodeXXX
                              FirstName
    Ten elements created for the node .
    So , i think they are rows ............not columns
    FirstName = ""
    FirstName=""
    When you refer to a column ,,,, there must be different attributes...like
    Context
                 nodeXXX
                              FirstName
                              SecondName
                              LastName
                              Address
                              Phone number...
    Code wise , when you have decided fixed number of columns ...for loop is essential.
    Your code is OK . but take care of what u r doing ,,,whether rows or columns???
    xxxxxxxxxxxxxxxxx
    Let me know , further if u have any doubts.
    Thanks ,
    Srini
    Edited by: Armin Reichert on Apr 26, 2008 6:57 PM

  • DB table for function module extractor

    I would really appreciate any comment or suggestion about this topic: Function module based extraction. I opened this thread on the BC & Extractors forum, but unfortunately none has given me any feedback yet.
    Thanks & Regards, Davide

    So none see any advantage with storing the extracted data in a materialized DB table, before transmitting the records to BW. Can I infer it's probably not a good idea wasting time with an additional massive write operation?
    Cheers, Davide

  • Table for Function Exit Description

    Hi,
    Would appreciate if someone could give me the table where the function exit description is stored.
    To make things clear, Lets say we have a functon Exit named EXIT_...........
    In which table is the description of this function exit maintained.
    Thanks in advance.
    Mick

    Hi Mick,
    The function module descriptions are stored in the table TFDIRT.
    So try to check in this table.
    Sruthi

  • Table for maintenance plant for equipment & functional location

    Hi,
    I am trying to identify a table that will give me maintenance plant for a particular equipment & functional location.
    Can you help me identify this.
    Regards,
    Vijay

    Hi
    ITOB is Table for Functional Location which will give Maintenance Plant & for Equipment which will give Maintenance Plant
    Regards,
    Rakesh
    Edited by: RAKESH ASHOK MANE on Jul 29, 2010 4:32 PM

  • Syntax check for tables and function modules

    Hi,
    I am writing a program that perform syntax check on object such as executable programs , function modules and tables.
    Syntax check works fine for programs, but not for tables.
    How can I perform syntax check on my tables or structures?
    I get my data from the table TADIR. But I don't get my function modules from there. What is the table for this.
    Thanks 4 ur replies.
    Parvez

    hi
    good
    generally in sap while creating a table or structure we get the error and we solved them,but like reports during runtime it is not possible to check the syntax of a table or structure.
    thanks
    mrutyun^

  • Populating Empty Fields for Existing Internal Table Using For All Entries

    I have an internal table called itab_extract that populates without any issues in SELECT A and SELECT B below. Trying to avoid looping, I am using select DB table 'for all entries' in itab_extract. I want the empty fields in itab_extract to populate from the values in the database. However, about 200,000 entries are being appended to the table, and, the values that existed for the already populated fields in itab_extract are gone, and the new fields are populated.
    I've played with the syntax and cannot seem to get it to work. My next option is a time consuming loop.
    How should the for all entries syntax look to accomplish filling the empty fields in the itab?   Thank-You
    *read ekko
        select ebeln lifnr aedat bsart from ekko                                                     *SELECT A*
               into  CORRESPONDING FIELDS OF TABLE me->itab_extract
               where aedat in r_aedat.
        select ebeln lifnr aedat BSART from ekko                                                  *SELECT B*
               appending CORRESPONDING FIELDS OF TABLE me->itab_extract
               where aedat in S_DATE2 AND
                     BSART IN S_BSART.
          select ebelp werks matnr                                                                           *SELECT C*
            into CORRESPONDING FIELDS OF TABLE itab_extract
            from ekpo
            FOR ALL ENTRIES IN itab_extract
            where ebeln = itab_extract-ebeln.

    Hi Tom,
               This SQL statement will be time consuming, Do not use a loop.
    There are two options.
    1. Select EKKO and EKPO details based on standard SAP view. (You can type EKKO in se11 view to find the correct view).
        also use one range table populate r_aedat and s_date2 in the same. So you where condition will have r_newrange and   
        s_bsart. Also do not use into corresponding fields, it is not a good idea. It will increase your performance. Maintain the proper 
        sequence (Based on database structure of EKKO and EKPO)
    2. If you are keen to use for all entries, then first select ekko then after your sy-subrc check get the data from EKPO.
    Should be like this.
    select ebeln bsart aedat lifnr from ekko into table gt_ekko where aedat in r_newrange and bsart in s_bsart.
    if sy-subrc eq 0.
    sort gt_ekko by ebeln ascending.
    select ebeln ebelp werks matnr  into table gt_ekpo for all entries in gt_ekko where ebeln eq gt_ekko-ebeln.
    endif.
    Hope it helps,
    Best Regards,
    Tapodipta Khan.

  • Query for Empty Tables.

    Hi All,
    Can someone tell me a Query to find out "EMPTY TABLES i.e. Tables having no Rows" in Oracle 8i ?
    I tried on Google, but results are not satisfactory, may be due to 8i version.
    Please guide me.
    Regards.

    982164 wrote:
    Hi Hoek,
    Actually we upgraded our database to 11g.
    We imported our data from 8i to 11gr2 by the utility IMP successfully.
    It imported our data 100% i.e. when we import 8i dmp data into 11g, there is never problem.
    Problem is arises now when we further use IMP/EXP utility in 11g.So everything in Oracle 8 is working the way you expect. The fact that you also have an Oracle 8 database has nothing to do with this problem. Is that what you're saying?
    When we run EXP utlity in 11g, it doesn't export empty tables.If the problem is entirely in Oracle 11, then you should be able to use something like XMLQUERY to find the 0-row tables, if you really need to. (I think you don't.)
    EXP can export tables with 0 rows. I just tried it in Oracle 11, and part of the feedback I got was:
    . . exporting table                       ZIPCODES          0 rows exported
    . . exporting table                  ZONEORDER_TBL          5 rows exported
    . . exporting table                       ZONE_TBL          6 rows exported
    . . exporting table                            ZOO          2 rows exported
    . . exporting table                    Z_HIERARCHY          3 rows exported
    . . exporting table                         Z_TEST          3 rows exported
    . . exporting table                        Z_TEST4          0 rows exportedIf it's not exporting 0-row tables for you, find out why, and fix that problem. Post your exp control file.
    Someone told me to insert atleast 1 row in the empty tables, then they will be exported.And then, after importing them, TRUNCATE those tables? That's a lot of work.
    That's why I m searching of the Empty Tables.
    Am I going right way ?I don't think so.
    Find and fix the problem with exp.
    If you can't get exp to work, then look into data pump.

  • Partner Function table for vendors in R/3.

    Hi,
    Can any one please let me know what is the
    Partner Function table for vendors in R/3.
    Thanks.

    Hi,
    Check the table WYT3
    Thanks,
    Naren

  • Any docs regarding Table/View,Function Module for Generic Extraction

    Hello All
    I need to do Generic Extraction,for that if anyone has docs., I need docs on how to create table,view,Function module and infoset query ,on that pl forward to my id
    [email protected]
    Many Thanks
    balaji

    hi Amit
    Thanks for your docs,but this docs i have already,do u have any thing different one,if so please forward?
    Facing a Problem
    Iam trying to create view(database view)for <b>vbak</b> and <b>vbap</b> and given in Tables in <b>Table/Join Conditions</b> tab and clicked in <b>Relationship</b> and the relantionship has been generated automatically,now when i tried to activate this view its saying like "<b>No tables and/or fields are defined for view xxxxx</b>(xxxx-> name of a view)
    what will be the problem?pl let me know how to create a view?
    And also I need to know the diffference between database view,Manintenance view,Projection view and help view?
    Pl let me know on this?
    Many Thanks
    balaji

Maybe you are looking for

  • How can I move both files and ratings to another computer?

    On my desktop, I didn't let iTunes manage my music as my desktop is old and the c drive has limited space. I have backed up the music and I have also saved the iTunes Library.itl and iTunes Music Library.xml files in the hope of being able to transfe

  • Pricing Error in Sub Contracting Material

    Dear Experts, We are executing monthly costing run on plant level. There are some sub contracting materials system issues a message that '' No Price found'' while there is standard price maintained in materials master. what could be possible reason..

  • Report Export to csv doesn't correct translate additional characters in 3.0

    Hi all, i'am using apex 3.0 and the report export build in function does not export the correct german umlaut ( "ü" is translate to "ü"). My characterset are NLS_CHARACTERSET: WE8ISO8859P1 DAD CHARACTERSET: UTF-8

  • Iphone 5 troubles with charging after update

    I have been using my iphone 5 for quite a while now.  Never had a single problem charging it.  I could plug it in anywhere, and it would charge.  I did the last update to 6.1.2 and it quite charging.  The computer that I always updated it to and char

  • Using wildcards

    I'm a little confused on how to use wildcards to find certain things in a sql query. I need to pull omit certain tables from my query, and I understand how to do it by doing a 'Ma*', but am not certain how to find preceeding characters. For instance,