<?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: User Exit for customer blocking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649965#M288887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE93, enter the z-tcode and select the option report transaction in the next screen. Enter your z-program name and hit save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever u enter this z-tcode, it will take you to the selection screen of your z-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 15:40:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-22T15:40:00Z</dc:date>
    <item>
      <title>User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649960#M288882</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;&lt;/P&gt;&lt;P&gt;I got the requirement in USER EXIT. &lt;/P&gt;&lt;P&gt;In the transaction 'F-02' I need to give some inputs.&lt;/P&gt;&lt;P&gt;After this transaction we have to save the inputs.&lt;/P&gt;&lt;P&gt;Immediately after that goto T.code: &amp;#145;XD05&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I have to block(Customer Blocking), like it should be &amp;#145;01&amp;#146; in all the inputs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Block &lt;/P&gt;&lt;P&gt;All Sales Areas	01	&lt;/P&gt;&lt;P&gt;Delivery Block&lt;/P&gt;&lt;P&gt;All Sales Areas	01	&lt;/P&gt;&lt;P&gt;Billing Block&lt;/P&gt;&lt;P&gt;All Sales Areas	01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only know about the program 'RGGBR000'&lt;/P&gt;&lt;P&gt;This program is trigerring when I am in debugging the screen.&lt;/P&gt;&lt;P&gt;I copied this program in Z Program and do modifications according to the requirement but I am unable to find where to assign this program for that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parvez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649960#M288882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649961#M288883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normaly you can't jump to another tcode from an user exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in SE93 you can assign you're z programm to a new Z transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649961#M288883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649962#M288884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Are you calling the tcode?&lt;/P&gt;&lt;P&gt;I would recommend to make a smal batch input and...&lt;/P&gt;&lt;P&gt;put CALL TRANSACTION 'XD05' ... &amp;lt;b&amp;gt;AND RETURN&amp;lt;/b&amp;gt;, in that way it will comeback to f-02, and will keep working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 13:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649962#M288884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T13:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649963#M288885</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;This is the BDC I wrote for that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-MANDT = '710'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if bseg-KOART = 'D'.&lt;/P&gt;&lt;P&gt;      SELECT SINGLE KUNNR INTO KUNNR FROM KNA1.&lt;/P&gt;&lt;P&gt;       IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;         MESSAGE E001(ZMSG) WITH 'CUSTOMER DOES NOT EXIST'.&lt;/P&gt;&lt;P&gt;       ELSE.&lt;/P&gt;&lt;P&gt;  REFRESH BDCTAB.&lt;/P&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMF02D' '0500'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'RF02D-BUKRS'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02D-KUNNR'&lt;/P&gt;&lt;P&gt;                              BSEG-KUNNR..&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RF02D-BUKRS'&lt;/P&gt;&lt;P&gt;                              'UTCL'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF02D' '0510'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'KNA1-FAKSD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=UPDA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-AUFSD'&lt;/P&gt;&lt;P&gt;                              '01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-LIFSD'&lt;/P&gt;&lt;P&gt;                              '01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-FAKSD'&lt;/P&gt;&lt;P&gt;                              '01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'KNA1-CASSD'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;call transaction 'XD05' USING BDCTAB MODE 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is in &amp;lt;b&amp;gt;Z&amp;lt;/b&amp;gt; program I need to assign this to the T.code how can I assign this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 14:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649963#M288885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T14:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649964#M288886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you create you're own tcode with SE93 and connect that to you're own z programm. what is the problem  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cannot assign you're z programm to a SAP tcode if that is wat you try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you have SAP tcode FE02 you create with SE93 tcode ZFE02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        A. de Smidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 15:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649964#M288886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for customer blocking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649965#M288887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE93, enter the z-tcode and select the option report transaction in the next screen. Enter your z-program name and hit save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever u enter this z-tcode, it will take you to the selection screen of your z-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 15:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-customer-blocking/m-p/1649965#M288887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-22T15:40:00Z</dc:date>
    </item>
  </channel>
</rss>

