<?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: SUBMIT for a program using LDP PNPCE Not Working Properly in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012013#M1346235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before the SUBMIT statement, try to clear Parameter id PER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER ID 'PER' FIELD SPACE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2009 16:54:08 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2009-08-12T16:54:08Z</dc:date>
    <item>
      <title>SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012010#M1346232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am calling a program  that uses the Logical Data Base PNPCE via the SUBMIT Statment and isn't using my parameters.  I am passing it the PERNRS that I want to use and when I check PNPPERNR in the called program I see the list of PERNRS that I submitted, however when the GET PERAS command is issued, the structure PERNR contains the number of the first PERNR in the system, not one of mine.  I know that behind the scenes there is another program executing to fill the LDB, but I thought it would use the PERNRS I submitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SUBMIT ZPAPAI0026_CREAT_MERT_INCR_ONG&lt;/P&gt;&lt;P&gt;       WITH PNPPERNR  IN RA_PERNR&lt;/P&gt;&lt;P&gt;       WITH P_TEST    EQ P_TEST&lt;/P&gt;&lt;P&gt;       WITH PNPTIMED  EQ 'D'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 16:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012010#M1346232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T16:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012011#M1346233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is running with parameters you have provided but LDB before starting program, first sorts PERNRs filled in select options. So check if the first picked EE is the first PERNR (in sorted order) in your range RA_PERNR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 16:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012011#M1346233</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-12T16:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012012#M1346234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first PERNR in RA_PERNR, whcih is sorted before the SUBMIT, is 66235, the first PERNR returned by GET_PERAS is 583.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 16:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012012#M1346234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012013#M1346235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before the SUBMIT statement, try to clear Parameter id PER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PARAMETER ID 'PER' FIELD SPACE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 16:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012013#M1346235</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-08-12T16:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012014#M1346236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added the suggested line and ran the program and got the same results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 16:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012014#M1346236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T16:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012015#M1346237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried it myself and worked fine&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"-------------------
REPORT z_pnpce1.

TABLES: pernr.
NODES peras.

START-OF-SELECTION.
GET peras.
   "&amp;lt;- here both PERNR and PERAS receive subsequent PERNRs within this range
"-------------------
REPORT z_pnpce2.

DATA ra_pernr TYPE RANGE OF pernr WITH HEADER LINE.

ra_pernr-low = '40025941'.
ra_pernr-high = '40026000'.
ra_pernr-sign = 'I'.
ra_pernr-option = 'BT'.
APPEND ra_pernr.

SUBMIT z_pnpce1
WITH pnppernr IN ra_pernr
WITH PNPTIMED EQ 'D'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Check it once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012015#M1346237</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-12T17:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012016#M1346238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no luck. I am not using the LDP in the triggering program if that makes any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is most of the program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RANGES:&lt;/P&gt;&lt;P&gt;  RA_GSBER      FOR ZHCM_MERIT_ELIG-GSBER,&lt;/P&gt;&lt;P&gt;  RA_WERKS      FOR ZHCM_MERIT_ELIG-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: RA_PERNR TYPE RANGE OF PERNR WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;/P&gt;&lt;P&gt;*INITIALIZATON&lt;/P&gt;&lt;P&gt;**********&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gc_page_title = Text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET CURSOR FIELD 'P_RDATE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; S T A R T  O F  S E L E C T I O N&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;****************************************************************************************&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM T549Q&lt;/P&gt;&lt;P&gt;    WHERE BEGDA &amp;lt;= P_RDATE&lt;/P&gt;&lt;P&gt;      AND ENDDA &amp;gt;= P_RDATE&lt;/P&gt;&lt;P&gt;      AND PERMO = '04'.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;     ZBEGDA = T549Q-BEGDA - 28.&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;  CLEAR: WA_RPT_REC.&lt;/P&gt;&lt;P&gt;  ZSKIP = 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; SELECT * FROM ZHCM_MERIT_ELIG&lt;/P&gt;&lt;P&gt;     WHERE PERNR IN S_PERNR&lt;/P&gt;&lt;P&gt;       AND GSBER IN S_GSBER&lt;/P&gt;&lt;P&gt;       AND WERKS IN S_WERKS&lt;/P&gt;&lt;P&gt;       AND ( ELIGIBLE = 'X' OR NOT_ELIGIBLE = 'X' )&lt;/P&gt;&lt;P&gt;       AND BEGDA &amp;gt;= ZBEGDA&lt;/P&gt;&lt;P&gt;       AND BEGDA &amp;lt;= P_RDATE.&lt;/P&gt;&lt;P&gt;     ZRECS_READ = ZRECS_READ + 1.&lt;/P&gt;&lt;P&gt;     PERFORM INSERT_RPT_REC.&lt;/P&gt;&lt;P&gt;     IF ZRECS_READ = P_BCNT.&lt;/P&gt;&lt;P&gt;         PERFORM SUBMIT_ZPAPAI0026.&lt;/P&gt;&lt;P&gt;         CLEAR: RA_PERNR,&lt;/P&gt;&lt;P&gt;                RA_GSBER,&lt;/P&gt;&lt;P&gt;                RA_WERKS.&lt;/P&gt;&lt;P&gt;         REFRESH:RA_PERNR,&lt;/P&gt;&lt;P&gt;                 RA_GSBER,&lt;/P&gt;&lt;P&gt;                 RA_WERKS.&lt;/P&gt;&lt;P&gt;         ZFIRST = 'Y'.&lt;/P&gt;&lt;P&gt;         ZRECS_READ = 0.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;      ZRECS_READ = ZRECS_READ + 1.&lt;/P&gt;&lt;P&gt;      PERFORM BUILD_SELECTION_FIELDS.&lt;/P&gt;&lt;P&gt; ENDSELECT.&lt;/P&gt;&lt;P&gt; IF ZRECS_READ &amp;gt; 0.&lt;/P&gt;&lt;P&gt;     PERFORM SUBMIT_ZPAPAI0026.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; E N D  O F  S E L E C T I O N&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;****************************************************************************************&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE T_RPT_REC LINES ZLINES.&lt;/P&gt;&lt;P&gt;  IF ZLINES = 0.&lt;/P&gt;&lt;P&gt;    MESSAGE I099 WITH 'NO MERIT INCREASE RECORDS CREATED'.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    PERFORM DISPLAY_EMPLOYEE USING T_RPT_REC&lt;/P&gt;&lt;P&gt;                               ZBEGDA&lt;/P&gt;&lt;P&gt;                               P_RDATE&lt;/P&gt;&lt;P&gt;                              'MERIT INCREASE SPILTTER REPORT'.&lt;/P&gt;&lt;P&gt;&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;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    BUILD_SELECTION_FIELDS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;FORM BUILD_SELECTION_FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF ZFIRST = 'Y'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PERNR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      clear   ra_pernr.&lt;/P&gt;&lt;P&gt;      refresh ra_pernr.&lt;/P&gt;&lt;P&gt;      ra_pernr-sign = 'E'.&lt;/P&gt;&lt;P&gt;      ra_pernr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      ra_pernr-low = ZHCM_MERIT_ELIG-PERNR.&lt;/P&gt;&lt;P&gt;      append ra_pernr.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GSBER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      clear   ra_gsber.&lt;/P&gt;&lt;P&gt;      refresh ra_gsber.&lt;/P&gt;&lt;P&gt;      ra_gsber-sign = 'E'.&lt;/P&gt;&lt;P&gt;      ra_gsber-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      ra_gsber-low    = ZHCM_MERIT_ELIG-GSBER.&lt;/P&gt;&lt;P&gt;      append ra_gsber.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Werks&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      clear   ra_werks.&lt;/P&gt;&lt;P&gt;      refresh ra_werks.&lt;/P&gt;&lt;P&gt;      ra_werks-sign = 'E'.&lt;/P&gt;&lt;P&gt;      ra_werks-option = 'EQ'.&lt;/P&gt;&lt;P&gt;      ra_werks-low    = ZHCM_MERIT_ELIG-WERKS.&lt;/P&gt;&lt;P&gt;      append ra_werks.&lt;/P&gt;&lt;P&gt;      ZFIRST = 'N'.&lt;/P&gt;&lt;P&gt;   ELSE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PERNR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ra_pernr-low    = ZHCM_MERIT_ELIG-PERNR.&lt;/P&gt;&lt;P&gt;      append ra_pernr.&lt;/P&gt;&lt;P&gt;      clear: ra_pernr-low.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;GSBER&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ra_gsber-low    = ZHCM_MERIT_ELIG-GSBER.&lt;/P&gt;&lt;P&gt;      append ra_gsber.&lt;/P&gt;&lt;P&gt;      clear: ra_gsber-low.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Werks&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ra_werks-low    = ZHCM_MERIT_ELIG-WERKS.&lt;/P&gt;&lt;P&gt;      append ra_werks.&lt;/P&gt;&lt;P&gt;      clear: ra_werks-low.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. "BUILD_SELECTION_FIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SUBMIT_ZPAPAI0026&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;FORM SUBMIT_ZPAPAI0026.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SORT RA_PERNR BY LOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'PER' FIELD SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SUBMIT ZPAPAI0026_CREAT_MERT_INCR_ONG&lt;/P&gt;&lt;P&gt;       WITH PNPPERNR  IN RA_PERNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH PNPGSBER  IN RA_GSBER&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      WITH PNPWERKS  IN RA_WERKS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       WITH P_TEST    EQ P_TEST&lt;/P&gt;&lt;P&gt;       WITH PNPTIMED  EQ 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.   "SUBMIT_ZPAPAI0026&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012016#M1346238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012017#M1346239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want EEs other than the ones you provide?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
ra_pernr-sign = 'E'  "&amp;lt;- this is excluding option so all the others will be picked, not the ones provided in range table
"just change it to 
ra_pernr-sign = 'I'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Should help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012017#M1346239</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-12T17:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012018#M1346240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The stupid mistakes get you every time, as does not being able to see the forest from the trees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That solved it. Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012018#M1346240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-12T17:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT for a program using LDP PNPCE Not Working Properly</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012019#M1346241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The stupid mistakes get you every time, as does not being able to see the forest from the trees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Absolutely, these are the most dangerous and will likely turn your hair grey &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 17:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-for-a-program-using-ldp-pnpce-not-working-properly/m-p/6012019#M1346241</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-08-12T17:43:10Z</dc:date>
    </item>
  </channel>
</rss>

