<?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 Error in value-transfer between program and screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848899#M667473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys. &lt;/P&gt;&lt;P&gt;I want ho hide one TC column when creating and changing document.&lt;/P&gt;&lt;P&gt;This column has to be visible when document is in display mode. And this is the&lt;/P&gt;&lt;P&gt;problem. I take value of the field which has to be displayed in this column from DB table into program variable p_v. In screen I have TC column with fields p_v also.&lt;/P&gt;&lt;P&gt;In PBO - in each loop with TC I have this value set with correct value but when the screen comes up the field is empty - no value.&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen:&lt;/P&gt;&lt;P&gt;LOOP AT it_services WITH CONTROL services.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pbo inside screen:&lt;/P&gt;&lt;P&gt;IF sy-tcode NE c_tcode_display.&lt;/P&gt;&lt;P&gt;  wa_cols-invisible = 1.&lt;/P&gt;&lt;P&gt;  MODIFY services-cols FROM wa_cols TRANSPORTING invisible.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 12:47:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T12:47:09Z</dc:date>
    <item>
      <title>Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848899#M667473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys. &lt;/P&gt;&lt;P&gt;I want ho hide one TC column when creating and changing document.&lt;/P&gt;&lt;P&gt;This column has to be visible when document is in display mode. And this is the&lt;/P&gt;&lt;P&gt;problem. I take value of the field which has to be displayed in this column from DB table into program variable p_v. In screen I have TC column with fields p_v also.&lt;/P&gt;&lt;P&gt;In PBO - in each loop with TC I have this value set with correct value but when the screen comes up the field is empty - no value.&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen:&lt;/P&gt;&lt;P&gt;LOOP AT it_services WITH CONTROL services.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pbo inside screen:&lt;/P&gt;&lt;P&gt;IF sy-tcode NE c_tcode_display.&lt;/P&gt;&lt;P&gt;  wa_cols-invisible = 1.&lt;/P&gt;&lt;P&gt;  MODIFY services-cols FROM wa_cols TRANSPORTING invisible.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848899#M667473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848900#M667474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOOP AT it_services WITH CONTROL services.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pbo inside screen:&lt;/P&gt;&lt;P&gt;IF sy-tcode NE c_tcode_display.&lt;/P&gt;&lt;P&gt;wa_cols-invisible = 1.&lt;/P&gt;&lt;P&gt;MODIFY &amp;lt;b&amp;gt;it_services&amp;lt;/b&amp;gt; FROM wa_cols TRANSPORTING invisible.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848900#M667474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848901#M667475</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;try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen:&lt;/P&gt;&lt;P&gt;LOOP AT it_services WITH CONTROL services.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pbo inside screen:&lt;/P&gt;&lt;P&gt;IF sy-tcode NE c_tcode_display.&lt;/P&gt;&lt;P&gt;wa_cols-invisible = 1.&lt;/P&gt;&lt;P&gt;MODIFY it_services FROM wa_cols TRANSPORTING invisible.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848901#M667475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848902#M667476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I do modify TC services -&amp;gt; from column visible into column invisible. Coding is just for ilustration. Is not so important in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848902#M667476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848903#M667477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is about loosing value between program and screen. Possible coz of visible/invisible column in TC. Could it be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848903#M667477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848904#M667478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, before clearing or modifying the internal table.. move the data to a temp table &amp;amp; check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 13:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848904#M667478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error in value-transfer between program and screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848905#M667479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside   LOOP AT it_services WITH CONTROL services.&lt;/P&gt;&lt;P&gt;             MODULE transfer_into_services.&lt;/P&gt;&lt;P&gt;           ENDLOOP.&lt;/P&gt;&lt;P&gt;in transfer_into_services I do&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING it_services TO struc_sda_pos. Value struc_sda_pos-status is there i see it in debuging. But when the screen is displayed this column field is empty.&lt;/P&gt;&lt;P&gt;Is it more clear now? I gues you guys didn't get me at the beginning...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-value-transfer-between-program-and-screen/m-p/2848905#M667479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:54:42Z</dc:date>
    </item>
  </channel>
</rss>

