<?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 problem with the standard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122992#M741669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a big problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_RESERVATION_CHANGE in order to marked old reserves with flag of delete&lt;/P&gt;&lt;P&gt;After, we use BAPI_RESEVATION_CRATE1 in order to create the new reservation. The problem comes because both bapis use a global variable called s_resb where after first BAPI is filled with the first material of the old reservation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, for create the new reservation use the same variable and i need to clear it.&lt;/P&gt;&lt;P&gt;Are there any thing i can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, between executions, this variable is filled too without call fist bapi (i think it remains in memory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pd: bapi_reservation_create1 has a user exit, however i can't access to s_resb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 13:29:24 GMT</pubDate>
    <dc:creator>former_member582701</dc:creator>
    <dc:date>2007-11-23T13:29:24Z</dc:date>
    <item>
      <title>problem with the standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122992#M741669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a big problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_RESERVATION_CHANGE in order to marked old reserves with flag of delete&lt;/P&gt;&lt;P&gt;After, we use BAPI_RESEVATION_CRATE1 in order to create the new reservation. The problem comes because both bapis use a global variable called s_resb where after first BAPI is filled with the first material of the old reservation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, for create the new reservation use the same variable and i need to clear it.&lt;/P&gt;&lt;P&gt;Are there any thing i can do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, between executions, this variable is filled too without call fist bapi (i think it remains in memory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pd: bapi_reservation_create1 has a user exit, however i can't access to s_resb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122992#M741669</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2007-11-23T13:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122993#M741670</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;quite dirty, but quick and it works!!!: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the function calls each within a Z_prog in a way like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT Z_CHANGE ......... AND RETURN.&lt;/P&gt;&lt;P&gt;SUBMIT Z_CREATE .......... AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Z_progs there will be built a new program context, that will be destroyed after leaving (and with it the loaded function-group - that will initialize!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 13:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122993#M741670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with the standard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122994#M741671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we did that using field symbol pointers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 15:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-the-standard/m-p/3122994#M741671</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2010-09-20T15:44:22Z</dc:date>
    </item>
  </channel>
</rss>

