<?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: HELP: VALUES NOT PASSED FROM DYNPRO! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221684#M1008696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help. As an ABAP novice, I made a number of mistakes in the customising;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I had a program and a separate function group in my view with the PAI and POB in the function group and the  screen in the program. The screen should be in the function group and there is no need for  the program, I just had to add 'SAPL'  to the function group name and that will be the 'Program Name' in the BDT 'Views' settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I didn't call the PBO and PAI modules in screen flow logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Process Before Output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;Module PBO.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;Process After Input.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;Module PAI.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I had different names for the field  in the BDT table and the database table in the BDT setting  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Assign field to DB&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful to someone out there especially the ones new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Lebotse on Jul 15, 2008 10:03 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Lebotse on Jul 15, 2008 10:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 08:02:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T08:02:39Z</dc:date>
    <item>
      <title>HELP: VALUES NOT PASSED FROM DYNPRO!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221680#M1008692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a screen with one field to one of my applications (using the BDT). The field is an I/O field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen layout is ok. I used the following events; ISSTA, ISDST, DSAVB, FCODE, DLVE1 and XCHNG. I didn't use the ISDAT event as I think it's optional (not sure!). I also assigned the screen field to the DB field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the program is not reading the values I put in. I debbuged in all the events and its just empty. If anyone has had this problem before or any suggestion please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 07:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221680#M1008692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: VALUES NOT PASSED FROM DYNPRO!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221681#M1008693</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;You need to write a fm for dsave event. ISDAT is needed when you want to display the field value after creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and warm regard,&lt;/P&gt;&lt;P&gt;Smita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 10:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221681#M1008693</guid>
      <dc:creator>singhsmi</dc:creator>
      <dc:date>2008-07-14T10:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: VALUES NOT PASSED FROM DYNPRO!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221682#M1008694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare same variables in the calling program then try...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221682#M1008694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: VALUES NOT PASSED FROM DYNPRO!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221683#M1008695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAI, add someting like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;field your_field
  module check_input.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 19:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221683#M1008695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T19:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: HELP: VALUES NOT PASSED FROM DYNPRO!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221684#M1008696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your help. As an ABAP novice, I made a number of mistakes in the customising;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I had a program and a separate function group in my view with the PAI and POB in the function group and the  screen in the program. The screen should be in the function group and there is no need for  the program, I just had to add 'SAPL'  to the function group name and that will be the 'Program Name' in the BDT 'Views' settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I didn't call the PBO and PAI modules in screen flow logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Process Before Output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;Module PBO.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;EM&gt;Process After Input.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;  &lt;EM&gt;Module PAI.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I had different names for the field  in the BDT table and the database table in the BDT setting  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Assign field to DB&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will be helpful to someone out there especially the ones new to ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Lebotse on Jul 15, 2008 10:03 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Lebotse on Jul 15, 2008 10:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 08:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-values-not-passed-from-dynpro/m-p/4221684#M1008696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T08:02:39Z</dc:date>
    </item>
  </channel>
</rss>

