<?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: tabstrip control - subscreen data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097052#M1615955</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;In your main screen try to use the FM DYNP_VALUES_READ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DYNAME               = REPID&lt;/P&gt;&lt;P&gt;            DYNUMB               = DYNNR&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DYNPFIELDS           = FIELDS_STRUCTURE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            INVALID_ABAPWORKAREA = 1&lt;/P&gt;&lt;P&gt;            INVALID_DYNPROFIELD  = 2&lt;/P&gt;&lt;P&gt;            INVALID_DYNPRONAME   = 3&lt;/P&gt;&lt;P&gt;            INVALID_DYNPRONUMMER = 4&lt;/P&gt;&lt;P&gt;            INVALID_REQUEST      = 5&lt;/P&gt;&lt;P&gt;            NO_FIELDDESCRIPTION  = 6&lt;/P&gt;&lt;P&gt;            INVALID_PARAMETER    = 7&lt;/P&gt;&lt;P&gt;            UNDEFIND_ERROR       = 8&lt;/P&gt;&lt;P&gt;            OTHERS               = 9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Aug 2011 16:00:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-08T16:00:11Z</dc:date>
    <item>
      <title>tabstrip control - subscreen data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097051#M1615954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scenario ---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a normal screen 100 in my module pool program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under screen 100 there are two controls&lt;/P&gt;&lt;P&gt;1-tab strip control&lt;/P&gt;&lt;P&gt;2-table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under my tab strip control there are four tabs tab1 tab2 tab3 tab4 all have four different subscreen area sub1 sub2 sub3 sub4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created 4 subscreen 110 120 130 140&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************&lt;/P&gt;&lt;P&gt;flow logic of my main screen 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: sub1 INCLUDING sy-repid '0110',&lt;/P&gt;&lt;P&gt;sub2 INCLUDING sy-repid '0120',&lt;/P&gt;&lt;P&gt;sub3 INCLUDING sy-repid '0130',&lt;/P&gt;&lt;P&gt;sub4 INCLUDING sy-repid '0140'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN: sub1,&lt;/P&gt;&lt;P&gt;sub2,&lt;/P&gt;&lt;P&gt;sub3,&lt;/P&gt;&lt;P&gt;sub4.&lt;/P&gt;&lt;P&gt;MODULE user_command_0100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is one input field called  'A' on my main screen 100 &amp;amp; one pushbutton 'GET' to retrieve data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;problem :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i enter some value in my input field 'A' in my main screen &amp;amp; then press on pushbutton 'GET'&lt;/P&gt;&lt;P&gt;then accordingly i must get all the values in my subscreen fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried implementing logic in PBO &amp;amp; PAI of my subscreens &amp;amp; even main screen but this is not happening..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz help me out with this situation....it's urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 10:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097051#M1615954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-08T10:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrip control - subscreen data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097052#M1615955</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;In your main screen try to use the FM DYNP_VALUES_READ:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DYNAME               = REPID&lt;/P&gt;&lt;P&gt;            DYNUMB               = DYNNR&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            DYNPFIELDS           = FIELDS_STRUCTURE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            INVALID_ABAPWORKAREA = 1&lt;/P&gt;&lt;P&gt;            INVALID_DYNPROFIELD  = 2&lt;/P&gt;&lt;P&gt;            INVALID_DYNPRONAME   = 3&lt;/P&gt;&lt;P&gt;            INVALID_DYNPRONUMMER = 4&lt;/P&gt;&lt;P&gt;            INVALID_REQUEST      = 5&lt;/P&gt;&lt;P&gt;            NO_FIELDDESCRIPTION  = 6&lt;/P&gt;&lt;P&gt;            INVALID_PARAMETER    = 7&lt;/P&gt;&lt;P&gt;            UNDEFIND_ERROR       = 8&lt;/P&gt;&lt;P&gt;            OTHERS               = 9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 16:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097052#M1615955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-08T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: tabstrip control - subscreen data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097053#M1615956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have to use ok code of the main screen..it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 04:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tabstrip-control-subscreen-data-transfer/m-p/8097053#M1615956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-09T04:26:52Z</dc:date>
    </item>
  </channel>
</rss>

