<?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: NODE not available in form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554347#M855209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;             Please insert the logical database name PNP for payroll in the report attributes and try again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 03:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T03:30:28Z</dc:date>
    <item>
      <title>NODE not available in form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554346#M855208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In reading Payroll results using GET PAYROLL.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ZHRPYIO001.

TABLES: pernr, pyorgscreen, pytimescreen.
NODES: payroll TYPE payca_result.

START-OF-SELECTION.

GET PERNR.

GET PAYROLL.

PERFORM process_payroll_data.

.........

 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form &lt;EM&gt;process_payroll_data&lt;/EM&gt; does not have the values of &lt;EM&gt;PAYROLL-INTER-RT&lt;/EM&gt; (the whole Payroll structure seems empty), whereas outside of the form in the main program, we can read the PAYROLL structure with its values in it. In other words, the NODE Payroll as declared, does not seem to be global in a way that the Form can have immediate access to it without being passed as a parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas table &lt;EM&gt;PERNR&lt;/EM&gt; is accessible in the form &lt;EM&gt;process_payroll_data&lt;/EM&gt;. I can successfully read &lt;EM&gt;PERNR-PERNR&lt;/EM&gt; inside the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any idea why the Payroll Node is not accessible in the form?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+Table areas declared with NODES behave like common data declared with addition COMMON PART: They are shared by the programs of a program group.. + and I've further read that it is also shared by all subroutines called by the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 02:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554346#M855208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T02:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: NODE not available in form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554347#M855209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;             Please insert the logical database name PNP for payroll in the report attributes and try again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 03:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554347#M855209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T03:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: NODE not available in form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554348#M855210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I am already using PNP with screen 900.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 03:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/node-not-available-in-form/m-p/3554348#M855210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T03:37:36Z</dc:date>
    </item>
  </channel>
</rss>

