<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: RF_TABLE_LIST_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651117#M879378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it works fine for all view transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the t-codes were we want to change, we have created a maintenance view in SM31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we add the z-tcode, we come direct in the table and can do our changes, but when you leave the transaction, either with green, yellow arrow or red cross, you come to SM31. &lt;/P&gt;&lt;P&gt;And there you can change the table, and if the table you change to have a maintenance view, you can view or do changes in this table also (it´s a little like you are in SE16)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who has any idea how to skip this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe not to come to SM31 or not to be able to change table there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;from today a snowy Sweden&lt;/P&gt;&lt;P&gt;Kajsa &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 10:45:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T10:45:35Z</dc:date>
    <item>
      <title>RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651110#M879371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created some Z- t-codes (program) that are showing/updating some tables using RS_TABLE_LIST_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users have not access to SE16. This has worked fine. Up to now &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are patching our systems and SAP has done some changes in RS_TABLE_LIST_CREATE so now the module is checking if the user has access to SE16.&lt;/P&gt;&lt;P&gt;If not, you got "You are not authorized to use transaction ...."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who has any idea how to deal wit this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't want to give the user&amp;#146;s access to SE16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt; Kajsa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running ECC 5,0, SAP basis 640&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 13:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651110#M879371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T13:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651111#M879372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module is not released and there for you should not use it...SAP will make changes without notifying you..and will not support you if you are using it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you should submit report /1BCDWB/DBxxxx&lt;/P&gt;&lt;P&gt;where xxxx is table name..so if you want to generate vbap table then report will be /1BCDWB/DBVBAP&lt;/P&gt;&lt;P&gt;for VBAK it will be /1BCDWB/DBVBAK..and so on ...so you have to dynamically determine report name for a table and then submit it to generate the list...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 13:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651111#M879372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651112#M879373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We try to submit the report you suggest, and it looks OK from the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It look like your in SE16, and when you push the button "Number of entries" you got that the &amp;#148;table" have entries.&lt;/P&gt;&lt;P&gt;But when you press execute to display the entries,. Nothing happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, why and what shall we do to see the entries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kajsa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 08:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651112#M879373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651113#M879374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i had the same problems &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="810096"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and solve i like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First alternative.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  DATA: REPORT LIKE SY-REPID VALUE '/1BCDWB/DBVBAK'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  SUBMIT (REPORT) VIA SELECTION-SCREEN AND RETURN.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Second alternative.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SE16N_START'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      I_TAB = 'MARA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 08:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651113#M879374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651114#M879375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and THANKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter, the second alternative it helps us further. We now can display/change the entries &lt;/P&gt;&lt;P&gt;But when you reach SE16N, you are in chance view even on the table line, so the user can change table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't want the user to have access to all tables. Just som special z* tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how we solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kajsa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 13:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651114#M879375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T13:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651115#M879376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kajsa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use authority-object S_TABU_DIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't an Selection-screen you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: P_DBTAB LIKE DATABROWSE-TABLENAME DEFAULT 'Z*'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;GT_ITAB&amp;gt;      TYPE TABLE.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;DATA: GT_DATA   TYPE REF TO DATA.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CHECK P_DBTAB(1) = 'Z'.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CREATE DATA GT_DATA TYPE TABLE OF (P_DBTAB).&lt;/P&gt;&lt;P&gt;ASSIGN GT_DATA-&amp;gt;*   TO &amp;lt;GT_ITAB&amp;gt;.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;SELECT * FROM (P_DBTAB) INTO TABLE &amp;lt;GT_ITAB&amp;gt;.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_STRUCTURE_NAME = P_DBTAB&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB         = &amp;lt;GT_ITAB&amp;gt;.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 14:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651115#M879376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T14:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651116#M879377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do following changes to your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ACTION TYPE SY-UCOMM.&lt;/P&gt;&lt;P&gt;DATA: MEM_ID(32) VALUE 'TABELLENANZEIGER'.&lt;/P&gt;&lt;P&gt;ACTION = 'ANZE'.&lt;/P&gt;&lt;P&gt;EXPORT ACTION TO MEMORY ID MEM_ID.&lt;/P&gt;&lt;P&gt;SUBMIT /1BCDWB/DBxxxx VIA SELECTION-SCREEN AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where xxxx is name of the table(Dynamically generated).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 14:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651116#M879377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651117#M879378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it works fine for all view transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the t-codes were we want to change, we have created a maintenance view in SM31.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we add the z-tcode, we come direct in the table and can do our changes, but when you leave the transaction, either with green, yellow arrow or red cross, you come to SM31. &lt;/P&gt;&lt;P&gt;And there you can change the table, and if the table you change to have a maintenance view, you can view or do changes in this table also (it´s a little like you are in SE16)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who has any idea how to skip this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe not to come to SM31 or not to be able to change table there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;from today a snowy Sweden&lt;/P&gt;&lt;P&gt;Kajsa &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651117#M879378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: RF_TABLE_LIST_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651118#M879379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your code...I have to examine it before I provide you with a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 14:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rf-table-list-create/m-p/3651118#M879379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T14:05:27Z</dc:date>
    </item>
  </channel>
</rss>

