<?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: sample code in PBO and PAI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884110#M677439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am retriving the values from the kna1 table to the customer master (Xd03)  screen, by adding the extra field in the screen. can any body provide the sample code. wht to write to get the value from the kna1 to the screen when executing the xd03 transaction, by giving the customer number? i mean what write in the PBO and PAI and give me a sample piece of code..if you have.&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;thanks kp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 14:24:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-20T14:24:30Z</dc:date>
    <item>
      <title>sample code in PBO and PAI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884108#M677437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i created a new field in the customer master (xd03) screen with a button. if i click that button, it will display the next screen with the new field. now i need to write the code in PBO and PAI events in that screen to get the data from table and to change the already exiting data.&lt;/P&gt;&lt;P&gt;can any body provide me the sample code wht to write in the PBO and PAI eventts.?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 20:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884108#M677437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T20:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: sample code in PBO and PAI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884109#M677438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
  MODULE STATUS_MYSCREEN .
*
PROCESS AFTER INPUT.
  MODULE USER_COMMAND_MYSCREEN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 20:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884109#M677438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: sample code in PBO and PAI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884110#M677439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am retriving the values from the kna1 table to the customer master (Xd03)  screen, by adding the extra field in the screen. can any body provide the sample code. wht to write to get the value from the kna1 to the screen when executing the xd03 transaction, by giving the customer number? i mean what write in the PBO and PAI and give me a sample piece of code..if you have.&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;thanks kp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884110#M677439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: sample code in PBO and PAI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884111#M677440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;I think you find the answer but i still answered your question.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;You can use the function module 'DYNP_VALUES_READ' to read value you want and use the function module ' HELP_VALUES_GET_WITH_TABLE' to get the values from kna1 table.&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.63636302948px;"&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sample-code-in-pbo-and-pai/m-p/2884111#M677440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-30T14:21:27Z</dc:date>
    </item>
  </channel>
</rss>

