<?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: How to implement BP  additional checks ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283069#M1021843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Penzar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think you want to read the values that are entered while creating the BP. If that is the case, then the values will be stored in memory and you can read these values from memory&lt;/P&gt;&lt;P&gt;using FM 'BUP_BUPA_MEMORY_GET' for a BP.&lt;/P&gt;&lt;P&gt;Check this FM, If it doesn't works, let us know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are looking for something else..let us know....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 11:58:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T11:58:55Z</dc:date>
    <item>
      <title>How to implement BP  additional checks ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283068#M1021842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's necessary for me to implement checks for several BP fields BEFORE SAVE data, and show error message for user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find common samples or description of such extensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've solved one problem for  TAX codes check  by using BDT - BUS7 transaction - add custom FM for DCHCK event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP function BUP_BUPA_TAX_GET works well and returns&lt;/P&gt;&lt;P&gt;values for TAX codes , so I can check them and send ERROR&lt;/P&gt;&lt;P&gt;by Using  BUS_MESSAGE_STORE function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to check several other Filed Values from other Screens of BP transaction  -  for Example  compare "BP Type"  field from Control subscreen and "Grouping Field" from main Screen etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What SAP FM (or etc)  I must use to obtain Field values in Custom FM ?  Because of  other modules like BUP_BUPA_BUT000_GET  or BUP_BUPA_BUT100_GET&lt;/P&gt;&lt;P&gt;or BUP_BUPA_MEMORY_GET_ALL   return Empty TABLES for new BP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 07:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283068#M1021842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement BP  additional checks ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283069#M1021843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Penzar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think you want to read the values that are entered while creating the BP. If that is the case, then the values will be stored in memory and you can read these values from memory&lt;/P&gt;&lt;P&gt;using FM 'BUP_BUPA_MEMORY_GET' for a BP.&lt;/P&gt;&lt;P&gt;Check this FM, If it doesn't works, let us know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are looking for something else..let us know....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 11:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283069#M1021843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T11:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement BP  additional checks ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283070#M1021844</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;BUP_BUPA_MEMORY_GET  - doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, for using function you must know PARTNER_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of function call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BUP_BUPA_MEMORY_GET'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    I_PARTNER              = l_but000-partner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But,  What will you do if Partner is New One? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, I've create partner before and call function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've received NO_DATA_FOUND exception ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 08:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283070#M1021844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement BP  additional checks ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283071#M1021845</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;I think function module 'BUPA_GENERAL_CALLBACK' should do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 10:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-implement-bp-additional-checks/m-p/4283071#M1021845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T10:57:28Z</dc:date>
    </item>
  </channel>
</rss>

