<?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 create tab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-tab/m-p/3100904#M735831</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;there is students master data there is lot of tabs are there, i have to create one more for category in that category i have to show EBC/NON EBC i.e. Economical backward calss or non economical backward class, please let me know how to create the same and display the same in students master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain me in details by step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful in urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 06:40:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T06:40:26Z</dc:date>
    <item>
      <title>create tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-tab/m-p/3100904#M735831</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;there is students master data there is lot of tabs are there, i have to create one more for category in that category i have to show EBC/NON EBC i.e. Economical backward calss or non economical backward class, please let me know how to create the same and display the same in students master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please explain me in details by step by step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful in urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-tab/m-p/3100904#M735831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: create tab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-tab/m-p/3100905#M735832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that u want to develop screen withh multiple tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes plz chk below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       SELECTION SCREEN                                                         *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************************&lt;/P&gt;&lt;P&gt;*block for period&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS : p_month LIKE t247-mnr OBLIGATORY ,     "month&lt;/P&gt;&lt;P&gt;             p_year  LIKE mkpf-mjahr OBLIGATORY.    "year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF TABBED BLOCK b2 FOR 11 LINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN TAB (15) text-002 USER-COMMAND ucomm1&lt;/P&gt;&lt;P&gt;DEFAULT SCREEN 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN TAB (15) text-003 USER-COMMAND ucomm2&lt;/P&gt;&lt;P&gt;DEFAULT SCREEN 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;declare parameters / select options here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 101 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: p_gs_cm  TYPE ztpsin01-gsales_com,&lt;/P&gt;&lt;P&gt;           p_ns_cm  TYPE ztpsin01-nsales_com,&lt;/P&gt;&lt;P&gt;           p_un_cm  TYPE ztpsin01-units_com,&lt;/P&gt;&lt;P&gt;           p_mv_cm  TYPE ztpsin01-mva_com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 102 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_mat_cm TYPE ztpsin01-in_rw_com,&lt;/P&gt;&lt;P&gt;            p_wrk_cm TYPE ztpsin01-in_wip_com,&lt;/P&gt;&lt;P&gt;            p_stk_cm TYPE ztpsin01-in_stf_com,&lt;/P&gt;&lt;P&gt;            p_frd_cm TYPE ztpsin01-in_fpr_com,&lt;/P&gt;&lt;P&gt;            p_oth_cm TYPE ztpsin01-in_oth_com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 06:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-tab/m-p/3100905#M735832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T06:54:36Z</dc:date>
    </item>
  </channel>
</rss>

