<?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: Program flow skipping get pernr statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660354#M1765073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this normally always will happen, if no data matching the Logical Database select options on your selection screen&amp;nbsp; will be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 06:14:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-06T06:14:43Z</dc:date>
    <item>
      <title>Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660350#M1765069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to HR abap coding and had to see a program written for dubai and now i have to make changes to india.&lt;/P&gt;&lt;P&gt;in the code it is as&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;START-OF-SELECTION&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;REFRESH &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;it_zhr_tbl_006[]&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;zhr_tbl_006 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_zhr_tbl_006&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;it_zhr_tbl_006[] &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;t512t &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_t512t&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;ENTRIES &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;it_zhr_tbl_006[]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;sprsl &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;langu &lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; molga &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;40 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lgart&amp;nbsp; &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;it_zhr_tbl_006&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lgart&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;s_period &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;char10&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;zhr_tbl_002 &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_para&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;GET &lt;/SPAN&gt;pernr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; rp_provide_from_last p0008 space sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;datum&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;the program flow is coming till the select above get pernr and skipping all other and going to end of selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Can you tell me what changes i have to make??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;I changes molga and and user group paramaters in user profiles as 40 also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Ujwal&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660350#M1765069</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T05:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660351#M1765070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For GET, there is no syntax that matches - GET pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/275012" width="450" /&gt;&lt;/P&gt;&lt;P&gt;In order to get the value that you want, we first create a node for the table and then access its fields as shown in the example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 12pt;"&gt;REPORT demo_get. &lt;BR /&gt;&lt;BR /&gt;NODES: spfli, sflight, sbook. &lt;BR /&gt;&lt;BR /&gt;DATA: weight&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE p LENGTH 8 DECIMALS 4, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; total_weight TYPE p LENGTH 8 DECIMALS 4. &lt;BR /&gt;&lt;BR /&gt;INITIALIZATION. &lt;BR /&gt;&amp;nbsp; carrid-sign = 'I'. &lt;BR /&gt;&amp;nbsp; carrid-option = 'EQ'. &lt;BR /&gt;&amp;nbsp; carrid-low = 'AA'. &lt;BR /&gt;&amp;nbsp; carrid-high = 'LH'. &lt;BR /&gt;&amp;nbsp; APPEND carrid TO carrid. &lt;BR /&gt;&lt;BR /&gt;START-OF-SELECTION. &lt;BR /&gt;&amp;nbsp; WRITE 'Luggage weight of flights'. &lt;BR /&gt;&lt;BR /&gt;GET spfli FIELDS carrid connid cityfrom cityto. &lt;BR /&gt;&amp;nbsp; SKIP. &lt;BR /&gt;&amp;nbsp; ULINE. &lt;BR /&gt;&amp;nbsp; WRITE: / 'Carrid:', spfli-carrid, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Connid:', spfli-connid, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / 'From:&amp;nbsp; ', spfli-cityfrom, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'To:&amp;nbsp;&amp;nbsp;&amp;nbsp; ', spfli-cityto. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660351#M1765070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T05:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660352#M1765071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to enhance an existing program or do you write a new program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET penrnr&lt;/STRONG&gt; needs a logical database like PNP in the programs attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attributes of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display the Logical Database in SE36. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:01:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660352#M1765071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660353#M1765072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an existing program for molga 99(Dubai) and now in need to copy the program and change according to India Molga = 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i have used PNP in the attributes. I know all those but dont know why the program flow is not going till get pernr and jumping directly to end of selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ujwal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660353#M1765072</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T06:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660354#M1765073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this normally always will happen, if no data matching the Logical Database select options on your selection screen&amp;nbsp; will be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660354#M1765073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T06:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660355#M1765074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try writing this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt;REPORT zreport.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt;INFOTYPES: 0001. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'courier new';"&gt;TABLES: pernr. &lt;/STRONG&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt;START-OF-SELECTION.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'courier new';"&gt;GET PERNR. &lt;/STRONG&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt;PROVIDE * FROM P0001 BETWEEN PN-BEGDA AND PN-ENDDA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt;WRITE:/ P0001-PERNR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt; P0001-STELL,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt;"&gt; P0001-BEGDA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0"&gt;&lt;/P&gt;&lt;P class="ms-rteThemeForeColor-2-0" style="text-align: justify;"&gt;&lt;SPAN style="font-family: 'courier new'; font-size: 10pt; text-align: left;"&gt;ENDPROVIDE.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660355#M1765074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660356#M1765075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a short test program with logical database PNP in the attributes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT&amp;nbsp; ztestpnp.&lt;/P&gt;&lt;P&gt;NODES: pernr.&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;GET pernr.&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine without any input on the selection screen. Please check it in your system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660356#M1765075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660357#M1765076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi klaus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\thanks for your reply.&lt;/P&gt;&lt;P&gt;Can you tell me how can i cross check this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using following infotypes in my program. is it anything related to this.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;INFOTYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0000&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0001&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0002&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0008&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0041&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2006&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0014&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0009&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Ujwal&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660357#M1765076</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T06:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660358#M1765077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the issue might also be caused using macro&lt;STRONG&gt; rp_provide_from_last p0008&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this doesn't work okay for India. Try the macrö's code without using the macro, for macros can't be processed in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660358#M1765077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T06:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660359#M1765078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;rp_provide_from_last p0008&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;. statement is after get pernr right? but the flow is not going till get pernr also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;and aslo i checked the data for infotype 0008 and its available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660359#M1765078</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T06:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660360#M1765079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't trigger the GET there may be no record you are allowed to see So logical database program SAPDBPNP does not execute any PUT pernr.&lt;/P&gt;&lt;P&gt;(no record or records you are not allowed, HR loves authorization-checks) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some hints :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Look via SU53 for authorization-check failed.&lt;/LI&gt;&lt;LI&gt;Check (development system ?) via SE16/SE16N if there are records if there is no authorization failure.&lt;/LI&gt;&lt;LI&gt;Also, you could also test your selection via SE36 on logical database, the test option allows this. (if SE36 give same result than you report, there is no problem, else...)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 06:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660360#M1765079</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-06T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660361#M1765080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i check su53 after running my program it says "The last authorization check was successful".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ujwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 07:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660361#M1765080</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660362#M1765081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And do you see some data when testing the LDB with SE36 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 07:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660362#M1765081</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-06T07:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660363#M1765082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i am getting a record for the employee given.&lt;/P&gt;&lt;P&gt;hover i modified the pnp selection screen with Z report category.&lt;/P&gt;&lt;P&gt;My screen looks like below. its program for settlement form for resigned or terminated employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/275153" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 07:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660363#M1765082</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T07:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660364#M1765083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try to put a break point in the PUT PERNR (end of include DBPNPF03 of SAPDBPNP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 08:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660364#M1765083</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-06T08:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660365#M1765084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; i put break at the point you mentioned but its not triggering.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ujwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 10:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660365#M1765084</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660366#M1765085</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 should give the user id executing this logic correct user parameters like molga.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 10:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660366#M1765085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-06T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660367#M1765086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the molga value is given correctly as 40 in the user parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 10:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660367#M1765086</guid>
      <dc:creator>former_member420959</dc:creator>
      <dc:date>2013-09-06T10:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660368#M1765087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ujwal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for every LDB program their is start-of-selection and End-of-selection in between GET PERNR is their right. your statements are below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;GET &lt;/SPAN&gt;pernr&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; rp_provide_from_last p0008 space sy&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;datum sy&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;datum&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;put a break point in macro above mentioned and check. put in macro don't forget OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks and Regards&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Sudhakar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 11:33:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660368#M1765087</guid>
      <dc:creator>Sudhakargadde</dc:creator>
      <dc:date>2013-09-06T11:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Program flow skipping get pernr statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660369#M1765088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;break-point in a macro, how did you perform ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 11:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-flow-skipping-get-pernr-statement/m-p/9660369#M1765088</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-09-06T11:37:27Z</dc:date>
    </item>
  </channel>
</rss>

