Regarding Includes GET_INCLUDES

hi guys,
Whats the difference between using RS_GET_ALL_INCLUDES and GET_INCLUDES.
I tested for my Report Program giving input to GET_INCLUDES FM its giving me
one include DB_SSEL.
But I did not get anything using RS_GET_ALL_INCLUDES FM for same above input.
Why? which is correct one.
Thanks
Ambichan,

Hi,
Try using the FM GET_INCLUDETAB.
This will get all the includes for the given report.
Thanks,
Naren

Similar Messages

  • Regarding include in structure definition

    Is there any performance wise difference in using
    Begin of <struct>,
    include ztab ,
    End of <struct>.
    and
    Begin of <struct>,
    field1 type ztab-field1,
    field2 type ztab-field2,
    End of <struct>.
    when ztab contains field1 and field2.

    Hi sinu,
    1. Absolutely no - there is no performance difference.
    2. After declaraing in these two different ways,
       the object/variable essentially is the SAME - no difference.
    regards,
    amit m.

  • Regarding Include which is generated during function module

    hi ,
    IN quality   there is include  LCFBTT12 which is  standard include generated during creation of function module  "CF_BT_CO_FHM_READ_FROM_DB".
    but in production we are not able to find  this include  ,whereas there is  function module  .
    but now in program where it is used is giving error  that include report not found LCFBTT12  .
    i want to know how this include is deleted  from system  .
    is there any option  to know this  ?.
    regards
    Deepak.

    Hi all,
    I know this is an old thread, but just wanted to add we had this issue as well, with the LCFBTT12 include during the SPUMG "additional preparation steps." We are running 4.7 and SAP_BASIS level 620, Level 68.
    We did not have this problem in any of our testing systems, so it only happened during production, and caused alot of short dumps. This thread was alot of help in quickly identifying the problem.
    One other note that was relevant to this issue: 1457258
    SAP support was able to resolve the issue, and here were their instructions. (Moderators feel free to remove this if it is not appropriate to post message information here):
    Include "LCFBTT12" belongs to old generated test frame for a function
    module in function group CFBT. This old generated test report is not
    used anymore and can be deleted.
    Please run report RS_TESTREPORT_DELETE_ONLINE and after that report
    RS_TEST_REPORT_GENERATE_JOB as described in note 931824. This should
    solve the problem.

  • Regarding include long (standard) text in Smartforms for Purchasing RFQ...

    Hi,
    I have trans code me42 (RFQ).....
    For EBELN = 6000000026 i have 2 line items say having 2 material numbers and their quant, units and delivery date etc....
    Ok Now I select first line item and then i go to item -
    > Texts------>text overview
    I get item text and Material PO text. And then I double clik on any one of the text it goes to text editor and then i Go to----> Header.
    I get the text id-- A01
    textname-- 600000002600010
    text object-- EKPO
    language-- EN
    Now I have all the information other than item text and material Po text.
    I just kno it is sumthing related to include text but I dont kno how to display it in layout....
    What is the procedure step by step?
    First tell how to declare it in smartforms and then in calling program from wer i m goin to display.
    Please tell me step by step both in smartforms and calling program.
    Also For one line item 'text name' is 600000002600010, text ID is A01A03 and For other line item it is 600000002600020  and text ID is A01 A03.

    Just write the code within smartform by using program lines..
    pass ur rfq number and item number to form routine.
    in the form routine call read_text Function module ,this fm will get the text ..

  • X230: Questions regarding included 32GB msata SSD

    Spoiler (Highlight to read)
    Hi... I've got a couple of questions regarding the X230 offered in Singapore, which comes with a msata ssd:
    "Up to 5x Boost 32GB Micro Solid State Drive Outperforms 5400rpm Drive "
    I AM assuming this is a msata ssd?
    http://shopap.lenovo.com/SEUILibrary/controller/e/sgweb/LenovoPortal/en_SG/special-offers.workflowho...
    1) Given the limited size of this msata SSD (32GB), can I assume that only the operating system (Win 7) is installed here by default?
    What about the folders under "My Documents", "My Pictures" and etc. Are they also installed into the SSD by default? I tend to leave all my work documents in that file, and it fills up pretty fast.
    2) I assume that the recovery partition is still located in the 320GB SATA HDD(7200rpm)?
    3) When I do a recovery from the Lenovo rescue/recovery programme (from the recovery partition), will Win 7 install correctly into the SSD, and not the HDD.
    4) If I do a factory recovery using the recovery DVDs (which I will create as soon as I receive the x230), will everything be installed correctly? Windows 7 to SSD and recovery partition to HDD?
    Thank you for your time!

    the expressways software would make the 32 gigs mSATA a drive cache for the main HDD. Nothing is really installed on the mEATS, only files that are frequently used or predicted to be used frequently will be replicated on the mSATA.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • Regarding Including custom parameters in SQ02

    Hi,
    SAP Gurus,
    My requirement is as follows,
    I need to add a custom select parameter in SQ02, I have done it by adding in selections tab in SQ02.
    However I am not able to connect this parameter in data fetching,
    Please suggest,
    Thanks & Regards,
    Pavan

    Hi,
    Please suggest,
    Thanks and regards,
    pavan.

  • Include and selection screen

    Hi Experts ,
         i have a problem regarding include and selection screen.
    i have an include program , in which i have  defined my selection screen. and this include has been called in many program .
      but problem is that i have to maintain selection text and text element for every program .
    is there any way ....that i have a single selection text and text element for every program ...in which that include called .
    Thanks and Regards
    Priyank Dixit

    Hi again,
    1. I tried the same thing - include bdcrecx1
       and it only provides radiobuttons, parameters and checkboxes.
       The labels/text elements are totally empty.
    PS: Only after we GOTO--->Text Elements
         and again activate them, (by ticking the 'dictionary checkbox or entering some appropriate text);
    do they appear properly in the selection screen.
    regards,
    amit m.

  • How include html file ?

    Hi to everybody.
    regarding including html file
    I write by myself html file and I want include this file in javadoc documentation
    could give me the easiest way to do that
    many many thanks
    Fausto

    Create a directory in the source tree named "doc-files" in the package directory of the class, then put file.html in that directory. Then create a link to that file from the class. When you run javadoc, the file will be copied to the -d directory and the link will work.
    Look at the example here:
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#unprocessed
    -Doug

  • Mini-DVI to Video

    Hi,
    I've read that the Mini-DVI to Video Adapter is "not compatible with the 2.0GHz Intel Core 2 Duo white MacBook introduced in January 2009". I purchased my white shell Macbook less than half a year ago. Does it fall into this category? I suspect it does...
    Here are my specs:
    Model Name: MacBook
    Model Identifier: MacBook7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    I'm hoping to use my Mini-DVI to connect to a projector, but am fearful it won't work. Any help in this regard, including alternatives, would be much appreciated!
    Source: http://store.apple.com/ca/product/M9319G/A

    Unfortunately you will have to jump through a few hoops to get this done. In the future realize a VGA, DVI, or HDMI projector would be better.
    Here's how
    http://www.ehow.com/how5335075watch-using-mac-mini-displayport.html
    Note, the resolution is likely no better than a standard TV, which is worse than the lowest Macbook 1024 x 768 resolution.

  • No data in outputfield

    Hi at all,
    i have a subscreen with 3 fields userid, name1, name2 and try to output name1 and name2 for userid but no data in those fields.I select userid then return and then my fields musst be field.Does anyone an idea?
    My coding:
    data: wa_ztable like ztable.
    select single * from ztable into wa_table
      where ztable_userid = wa_ztable_userid.
    Regards

    ***INCLUDE ZXCN1I02 .
    *&      Module  user_fields_input  INPUT
          text
    MODULE user_fields_input INPUT.
    data: wa_ztable like ztable.
      select single * from ztable into wa_ztable
      where ztable_userid = wa_ztable-userid.
      IF sy-subrc EQ 0.
    wa_ztable_name1 = wa_ztable-name1.
      ELSE.
      MESSAGE e003( ) WITH .
      ENDIF.
    ENDMODULE.                 " user_fields_input  INPUT

  • One of the windows becomes frozen in fullscreen

    Hello. I would like to get some feedback from AIR team regarding this bug:
    We have a custom assembled computer running under WindowsXP. It runs AIR app with 6 windows, 5 of them running in fullscreen mode on 5 touchscreens (3 videocards, I believe ). The problem is that one of the screens (randomly) becomes frozen at some point. I mean the AIR window on that screen. As soon as you leave fullscreen mode it becomes alive again (being re-rendered and continue working normally).
    I've made two sort of tests to ensure that this is not monitor issue:
    1. I quit fullscreen mode on another window of that app (on another screen, the one was working properly) and moved (with use of keyboard) it on top of frozen one — the moved window updates(renders) properly (on top of frozen one) — so the monitor is ok.
    2. Performed a series of touch interactions (full date and coordinates logged into txt file) — it shows that monitor works correctly, e.g. recieving mouse events and, what's most important, AIR app also recieves them. The only weird thing is that mouse coordinates were not an integer value for the frozen one (stage scale mode is set to NO_SCALE of course).
    AIR runtime version was 2.6.0.19120. The hardware acceleration is disabled since it was leading to various troubles before.
    I've upgraded to AIR 3.0.0.4080, but haven't got feedback yet (if it runs properly or freezes).

    It happened with AIR3.0 as well. So I tried to specify stage.fullScreenSourceRect — will see if this affects somehow.. Yet it's still not very clear about AIR and hardware acceleration. For example, for Flash Player (browser plugins and standalone) you can set global settings. But does it affect AIR? Anyway, I turned that off months before. And setting fullScreenSourceRect triggers GPU explicitly, right?
    Regarding including project.. It's big and hardware-specific (designed to run on 5-touchscreens). And the most annoying — the problem does not appears under certain circumstances. Happens randomly, after days of running, on different monitors.
    Could you point to the previous bug please? This new bugtracker is a mess =(

  • Downpayment Tax

    The issue with downpayments is still not resolved as regards including partial tax. If my order is for 1000 and tax is 100. I want to create a dowmpayment for 500 with tax for 50 as I have to collect the tax with the downpayment. The downpayment is 50% plus tax not 60% to include tax. The tax has to be posted seperatley. When teh amount of 50% is added in the document then the tax should be calculated on that amount and shown as tax.
    Am I correct that this still cannot be done in 8.8 or am I missing a setting?

    Hi
    Select the Tax Liable option from Form setting in A/R DownPayment Invoice.
    Select NO option on Tax Liable ..............then check reffelection.
    Thanks
    Kamlesh Naware

  • Standard text in scripts

    Once we create standard text using SO10 transaction, how to use it in the script, I mean, where should we write??

    Hi,
    You will have to use a INCLUDE statement for the same.
    /: INCLUDE 'Z..' OBJECT TEXT PARAMETER...
    Take a look at this thread ...
    Re: Query Regarding INCLUDE statement in SAP Script
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • Urgent help in performance

    hi experts:
    Here is my last code how here I can avoid from select  <b>single</b> and from end <b>select</b> for the first select when i cehck it in se30 it take 20 sec total.
    Regards
    INCLUDE yhr_ex_hours_emp_data.
    INCLUDE yhr_ex_hours_emp_sel.
    START-OF-SELECTION.
    GET peras.
      PERFORM get_new_data.
    END-OF-SELECTION.
      INCLUDE yhr_ex_hours_emp_get_data.
      PERFORM create_field_cat.
    form get_new_data .
      wa_person_tab-pernr = pernr-pernr.
      rp_provide_from_last t_0001 ' '  sy-datum sy-datum.       "pa0001
    pn-begda pn-endda.
      wa_person_tab-stell = t_0001-stell.
      wa_person_tab-werks = t_0001-werks.
      wa_person_tab-persg = t_0001-persg.
      wa_person_tab-persk = t_0001-persk.
    wa_person_tab-orgeh = t_0001-orgeh.
      rp_provide_from_last t_0002 ' ' sy-datum sy-datum.        "pa0002
      wa_person_tab-lastname = t_0002-nachn.
      wa_person_tab-firstname = t_0002-vorna.
      wa_person_tab-perid = t_0002-perid.
    LOOP AT t_0315 into wa_t0315.
      rp_provide_from_last t_0315 ' ' sy-datum sy-datum.        "pa0315
      wa_person_tab-lifnr = t_0315-lifnr.
      wa_person_tab-kostl = t_0315-kostl.
      wa_person_tab-yytariff_code = t_0315-yytariff_code.
      wa_person_tab-yytariff_total = t_0315-yytariff_total.
      wa_person_tab-yywaers = t_0315-yywaers.
      APPEND wa_person_tab TO person_tab.
      CLEAR wa_person_tab.
    DELETE person_tab WHERE ( persg <> '6' AND persg <> '7' AND persg <> '8' ).
    MOVE person_tab[] TO person_tab2[].
    IF person_tab[] IS NOT INITIAL.
       SELECT pernr stdaz begda plans  " Employee Numbers & Hours
       FROM pa2010
       INTO (wa_person_tab-pernr, wa_person_tab-hours,
             wa_person_tab-begda, wa_person_tab-orgeh)
       FOR ALL ENTRIES IN person_tab
       WHERE pernr = person_tab-pernr
       AND lgart = '9EXT'                        "  Wage Type (salary)
       AND begda GE pn-begda
       AND begda LE pn-endda.
         IF sy-subrc = 0.
           APPEND wa_person_tab TO person_tab.
           CLEAR wa_person_tab.
         ENDIF.
    <b>   ENDSELECT.</b>
    ELSE.
       MESSAGE i023.
       EXIT.
    ENDIF.
    *__________________Copy Constant of Table To other Row____________
    LOOP AT person_tab INTO wa_person_tab.
       READ TABLE person_tab2 INTO wa_person_tab2
        WITH KEY pernr = wa_person_tab-pernr.
       IF sy-subrc = 0.
         MOVE: wa_person_tab2-stell TO wa_person_tab-stell,
               wa_person_tab2-persg TO wa_person_tab-persg,
               wa_person_tab2-lastname TO wa_person_tab-lastname,
               wa_person_tab2-werks TO wa_person_tab-werks,
               wa_person_tab2-persk TO wa_person_tab-persk,
               wa_person_tab2-firstname TO wa_person_tab-firstname,
               wa_person_tab2-perid TO wa_person_tab-perid,
               wa_person_tab2-lifnr TO wa_person_tab-lifnr,
               wa_person_tab2-kostl TO wa_person_tab-kostl,
               wa_person_tab2-yytariff_code TO wa_person_tab-yytariff_code,
               wa_person_tab2-yytariff_total TO wa_person_tab-yytariff_total,
               wa_person_tab2-yywaers  TO wa_person_tab-yywaers,
               wa_person_tab2-kostl TO wa_person_tab-kostl.
         MODIFY person_tab FROM wa_person_tab
          TRANSPORTING stell persg lastname werks persk firstname perid lifnr
                       kostl yytariff_code yytariff_total yywaers kostl.
       ENDIF.
    ENDLOOP.
    DELETE person_tab WHERE hours = 0.
    IF pnppernr IS INITIAL.
       LOOP AT person_tab INTO wa_person_tab.
         AT END OF pernr.
           SUM.
           MOVE: wa_person_tab-stdaz TO wa_hour_tab_total-stdaz,
                 wa_person_tab-pernr TO wa_hour_tab_total-pernr.
           APPEND wa_hour_tab_total TO hour_tab_total.
         ENDAT.
       ENDLOOP.
       SORT person_tab BY pernr.
       LOOP AT person_tab INTO wa_person_tab.
         READ TABLE hour_tab_total INTO wa_hour_tab_total
         WITH KEY pernr = wa_person_tab-pernr BINARY SEARCH.
         IF sy-subrc = 0.
           MOVE wa_hour_tab_total-stdaz TO wa_person_tab-hours.
           MODIFY person_tab FROM wa_person_tab TRANSPORTING hours.
         ENDIF.
       ENDLOOP.
       SORT person_tab ASCENDING.
       DELETE ADJACENT DUPLICATES FROM person_tab COMPARING pernr.
    ENDIF.
    *__________________Org. Unit Text_________________________________
    LOOP AT person_tab INTO wa_person_tab.
       SELECT orgtx     "org.unit text
         FROM t527x
         INTO wa_person_tab-orgtx
         WHERE orgeh = wa_person_tab-orgeh
         AND sprsl = 'B'.
         IF sy-subrc = 0 .
           MODIFY person_tab FROM wa_person_tab TRANSPORTING orgtx.
         ENDIF.
       ENDSELECT.
    ENDLOOP.
    *__________________lifner text_________________________________
    LOOP AT person_tab INTO wa_person_tab.
       SELECT name1  "lifnr text
         FROM lfa1
         INTO wa_person_tab-lfa_txt
         WHERE lifnr = wa_person_tab-lifnr.
         IF sy-subrc = 0 .
           MODIFY person_tab FROM wa_person_tab TRANSPORTING lfa_txt.
         ENDIF.
       ENDSELECT.
    ENDLOOP.
    *--Area & Sub.Area From 1008--
    LOOP AT person_tab INTO wa_person_tab.
       SELECT SINGLE persa btrtl
         FROM hrp1008
         INTO (wa_person_tab-persa ,wa_person_tab-btrtl )
         WHERE objid = wa_person_tab-orgeh
         AND plvar = '01'
         AND otype = 'O'.
       IF sy-subrc = 0.
         MODIFY person_tab FROM wa_person_tab TRANSPORTING persa btrtl.
         CLEAR wa_person_tab.
       ENDIF.
      ENDSELECT.
    ENDLOOP.
    *--Area & Sub.Area Text From 1008--
    LOOP AT person_tab INTO wa_person_tab.
       SELECT SINGLE name1          "Area.text
         FROM t500p
         INTO wa_person_tab-name1
         WHERE persa = wa_person_tab-persa
         AND molga = 'IL'.
       IF sy-subrc = 0.
         MODIFY person_tab FROM wa_person_tab TRANSPORTING name1.
         CLEAR wa_person_tab.
       ENDIF.
      ENDSELECT.
    ENDLOOP.
    LOOP AT person_tab INTO wa_person_tab.
       SELECT SINGLE btext            "Sub.area text
         FROM t001p
         INTO wa_person_tab-btext
         WHERE btrtl = wa_person_tab-btrtl
         AND molga = 'IL'.
       IF sy-subrc = 0.
         MODIFY person_tab FROM wa_person_tab TRANSPORTING btext.
         CLEAR wa_person_tab.
       ENDIF.
    ENDSELECT.
    ENDLOOP.
    LOOP AT person_tab INTO wa_person_tab.
       SELECT SINGLE ptext            "group text
         FROM t501t
         INTO wa_person_tab-emp_group_txt
         WHERE persg = wa_person_tab-persg
         AND sprsl = 'B'.
       IF sy-subrc = 0.
         MODIFY person_tab FROM wa_person_tab TRANSPORTING emp_group_txt.
         CLEAR wa_person_tab.
       ENDIF.
    ENDSELECT.
    ENDLOOP.
    LOOP AT person_tab INTO wa_person_tab.
       SELECT SINGLE ptext            "sub.group text
         FROM t503t
         INTO wa_person_tab-emp_sub_group_txt
         WHERE persk = wa_person_tab-persk
         AND sprsl = 'B'.
       IF sy-subrc = 0.
         MODIFY person_tab FROM wa_person_tab TRANSPORTING emp_sub_group_txt.
         CLEAR wa_person_tab.
       ENDIF.
    ENDSELECT.
    ENDLOOP.
    *LOOP AT person_tab INTO wa_person_tab.
      SELECT plans
        FROM pa0001
        INTO wa_person_tab-orgeh
        WHERE pernr = wa_person_tab-pernr
        AND orgeh <> '9999'.
        IF sy-subrc = 0.
          MODIFY person_tab FROM wa_person_tab TRANSPORTING orgeh.
        ENDIF.
      ENDSELECT.
    ENDLOOP.
    *--empty data error (from person tab)--
    IF person_tab[] IS INITIAL.
       MESSAGE i023.
       EXIT.
    ENDIF.
    SORT person_tab BY orgeh.
    DELETE person_tab WHERE orgeh = 0.

    hi
    1. sort internal table before using binary search.
    <b>SORT hourt_tab_total by pernr.</b>
    READ TABLE hour_tab_total INTO wa_hour_tab_total
    WITH KEY pernr = wa_person_tab-pernr BINARY SEARCH.
    2. use for all entries instead of select inside the loop. and avoid select-endselect for the below code:
    LOOP AT person_tab INTO wa_person_tab.
    SELECT name1 "lifnr text
    FROM lfa1
    INTO wa_person_tab-lfa_txt
    WHERE lifnr = wa_person_tab-lifnr.
    IF sy-subrc = 0 .
    MODIFY person_tab FROM wa_person_tab TRANSPORTING lfa_txt.
    ENDIF.
    ENDSELECT.
    3. there are selects inside the LOOP. try to avoid it
    for ex:
    LOOP AT person_tab INTO wa_person_tab.
    SELECT SINGLE name1 "Area.text
    FROM t500p
    INTO wa_person_tab-name1
    WHERE persa = wa_person_tab-persa
    AND molga = 'IL'.
    regards,
    madhu

  • SQLplus command in a begin/end block

    Hi all,
    is it possible to use a SQLplus command (i.e. "@") inside a begin/end block , so in a plsql script ?
    thanks in advance and regards
    John

    user10899797 wrote:
    is it possible to use a SQLplus command (i.e. "@") inside a begin/end block , so in a plsql script ?Just a quick explanation why not.
    That begin..end block is called an anonymous (nameless, unlike a procedure or function) PL/SQL block. The client (in this case, SQL*Plus) transmits the block to Oracle.
    The server process servicing that client receives the block, parses it and executes it.
    This server process only understands SQL and PL/SQL. Not any language.
    So just as you cannot use .Net/Cobol/Visual Basic/Java/etc commands inside that PL/SQL anonymous block, you cannot use SQL*Plus commands in it.
    Part of the confusion regarding SQL*Plus is using substitution variables. This enables you to create an anonymous PL/SQL block in SQL*Plus that contains substitution variables.
    However, SQL*Plus itself does a very primitive parse of that block before it fires it off at the server - it detects these substitution variables and replace them with the assigned values for these variables. It then transmits this resulting block to the Oracle server for parsing and execution.
    Just remember that PL/SQL is a server-side language that runs inside an Oracle server process and that should clear most confusion in this regard (including whether PL/SQL can read keyboard data or write to a client PC's harddrive, or interactively display progress status on a client monitor).

Maybe you are looking for

  • How to install and run weblogic on windows via Cygwin?

    As subject.

  • Windows Support Software download problem!

    HI, i am trying to download windows, but when trying to install the support software, it tells me, about half way through, that there is a network problem and so it cannot download. Please help because not being able to use inbuilt mac things would b

  • Use row wise session variable in IN CLAUSE

    Hi, I' have a question. Suppose I have a row wise session variable named Users setted in an initialization block with following SQL query: SELECT 'NAMES', names from NAMES_TABLE where GROUP='Administrators' Suppose it returns value list 'JOHN, MARIE'

  • Quark tags VS indesign datamerge

    Hello, I have a problem when use data merge and want to import csv files with returns in the cells. I do this in quark but don't know how to do this in indesign. When i do this in quark i use Quark tags to make an return and I let quark change the ta

  • Changing item order in playli

    aloha. i picked up a Vision:M a few months back after a long absence when my Xtra finally bit the dust. i absolutely love it, but one of the things that used to make the Xtra really fantastic, particularly at a party, was being able to change the ord