<?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: Screen Exit MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593094#M1083095</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;data: l_zsdper type zsdper,&lt;/P&gt;&lt;P&gt;        l_ebeln type ebeln,&lt;/P&gt;&lt;P&gt;       wa_drseg like line of it_drseg,&lt;/P&gt;&lt;P&gt;       mmcr_drseg type drseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" IT_drseg is an intenal table  which is an importing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_drseg into wa_drseg. &lt;/P&gt;&lt;P&gt; l_ebeln = wa_drseg-ebeln.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single zsdper&lt;/P&gt;&lt;P&gt;            from ekko&lt;/P&gt;&lt;P&gt;             into l_zsdper&lt;/P&gt;&lt;P&gt;           where ebeln eq l_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;move l_zsdper to mmcr_drseg-zsdper. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" mmcr_drseg-zsdper is my screen field which is getting value throhgh debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO " If i pass hard code value, its displaying in screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move 15 to mmcr_drseg-zsdper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Oct 2008 10:56:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-25T10:56:46Z</dc:date>
    <item>
      <title>Screen Exit MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593091#M1083092</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;    I have used as BADI MRM_ITEM_CUSTFIELDS to design custom tab. I have written code in METHOD....ENDMETHOD which is triggering. I am getting value in screen field variable through debugging. But not appearing in screen field.&lt;/P&gt;&lt;P&gt;   But if i pass hard coded value for screen field in PBO, its populating in screen field. I have used SET PARAMETER ID,  IMPORT &amp;amp;  EXPORT values to store the value in PBO. But its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 08:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593091#M1083092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T08:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593092#M1083093</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;have a look at this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5896240"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the documentation of this badi it says:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to save customers' own fields to the database, you must attach these fields in an APPEND structure to the corresponding database table (RSEG, RBDRSEG, RBMA). For G/L account lines, add an APPEND structure with the customer's own fields to the structure COBL_MRM. The customer's own fields then also exist in the database table RBCO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do have a look at example implementation WKA_ITEM_CUSTFIELDS  in transaction SE19&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pablo Casamayor on Oct 27, 2008 8:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 09:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593092#M1083093</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-10-25T09:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593093#M1083094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please paste your code so we can have a better look at it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 09:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593093#M1083094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T09:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593094#M1083095</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;data: l_zsdper type zsdper,&lt;/P&gt;&lt;P&gt;        l_ebeln type ebeln,&lt;/P&gt;&lt;P&gt;       wa_drseg like line of it_drseg,&lt;/P&gt;&lt;P&gt;       mmcr_drseg type drseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" IT_drseg is an intenal table  which is an importing parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_drseg into wa_drseg. &lt;/P&gt;&lt;P&gt; l_ebeln = wa_drseg-ebeln.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single zsdper&lt;/P&gt;&lt;P&gt;            from ekko&lt;/P&gt;&lt;P&gt;             into l_zsdper&lt;/P&gt;&lt;P&gt;           where ebeln eq l_ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;move l_zsdper to mmcr_drseg-zsdper. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" mmcr_drseg-zsdper is my screen field which is getting value throhgh debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO " If i pass hard code value, its displaying in screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move 15 to mmcr_drseg-zsdper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 10:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593094#M1083095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593095#M1083096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you resolved your problem??&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 04:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-miro/m-p/4593095#M1083096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-28T04:14:43Z</dc:date>
    </item>
  </channel>
</rss>

