<?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: macros without LDB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785701#M910809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi abhul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here,I am working in user-exit for some validation .So i need employee Previous details and I also process these records according to the entries in PA30.So if I am able to use macro,will add some advantages to my coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for spending your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I want to say is ,I want to use macro in User-exit PBAS0001.&lt;/P&gt;&lt;P&gt;Could u please help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 05:15:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T05:15:25Z</dc:date>
    <item>
      <title>macros without LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785699#M910807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt;Here i got a requirement on User-exit.For validating the current entry I should retrieve the preceding as well as later records(if there).&lt;/P&gt;&lt;P&gt;In this one I want to use macros in the process of validation.&lt;/P&gt;&lt;P&gt;But here No LDB was used.&lt;/P&gt;&lt;P&gt;Please, can Any one guide me on this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any include program which was holding the defination for macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 10:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785699#M910807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: macros without LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785700#M910808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure that you can use the Macro's without the LDB, here is the &lt;/P&gt;&lt;P&gt;include you are looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include dbpnpcef001. "forms implementing macros &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is much easier to create the program using the PNPCE LDB attribute, &lt;/P&gt;&lt;P&gt;which then gives you access to all of the Marco's as well as other &lt;/P&gt;&lt;P&gt;functionality for HR programming. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use the Logical Database PNP to use this macro. I would also &lt;/P&gt;&lt;P&gt;suggest that you replace the '-' with '_'. RP_PROVIDE_FROM_LAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRMAC . &lt;/P&gt;&lt;P&gt;The RP_PROVIDE_FROM_LAST macro retrieves the last valid data recordin the data selection period. &lt;/P&gt;&lt;P&gt;The macro returns code .PNP-SW-FOUND has the value 1 , if the suitableentry exists in the infotype table for the specified period . If noentry is found , the value is 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me points if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 17:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785700#M910808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T17:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: macros without LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785701#M910809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi abhul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here,I am working in user-exit for some validation .So i need employee Previous details and I also process these records according to the entries in PA30.So if I am able to use macro,will add some advantages to my coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for spending your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I want to say is ,I want to use macro in User-exit PBAS0001.&lt;/P&gt;&lt;P&gt;Could u please help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 05:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785701#M910809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T05:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: macros without LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785702#M910810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chandhu defnetly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i sort out your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can download the Excel macro for SAP RFC&lt;/P&gt;&lt;P&gt;Download Excel macro with SAP RFC. There are currently 4 SAP RFC enabled Excel ..... PB020001 PB160001 PB160002 PB160003 &lt;STRONG&gt;PBAS0001&lt;/STRONG&gt; PBAS0002 PBASRP01 PBEN0001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapass.metro.client.jp/" target="test_blank"&gt;http://sapass.metro.client.jp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapass.metro.client.jp/UserExit/" target="test_blank"&gt;http://sapass.metro.client.jp/UserExit/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scmexpertonline.com/archive/Volume_04_(2006)/Issue_08_(October)/V4I8A3.cfm?session=" target="test_blank"&gt;http://www.scmexpertonline.com/archive/Volume_04_(2006)/Issue_08_(October)/V4I8A3.cfm?session=&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert me if u need still help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 15:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/macros-without-ldb/m-p/3785702#M910810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T15:11:30Z</dc:date>
    </item>
  </channel>
</rss>

