<?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: Skip Copied Standard Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816418#M1781990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the std program is using the Message Class M7. The particular error message# is 348 and coming up from the code below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285260" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285256" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copying a Std prog is not actually copying into Z, it would also require copying of the Message classes, Includes etc, as and when required.&lt;/P&gt;&lt;P&gt;Please do copy the Message class also and use the same in the Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna Teja Peddada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 19:49:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-24T19:49:07Z</dc:date>
    <item>
      <title>Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816417#M1781989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included a selection screen block like that of a copied standard program (ZRM07MLBD) in my custom program as given below. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285219" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to enter values in this custom program and want to skip the copied standard selection screen. I am using submit statement for this.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SUBMIT &lt;/SPAN&gt;ZRM07MLBD &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;MATNR &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;MATNR &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;BUKRS &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;BUKRS &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;WERKS &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;WERKS &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;LGORT &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;LGORT &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;CHARG &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;CHARG&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;BWTAR &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;BWTAR &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;BWART &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;BWART &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;SOBKZ &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;SOBKZ &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;DATUM &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;DATUM &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;RETURN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem happens when I enter inexisting company code or plant. Then it is showing the error in the status bar in the copied standard program. See the below screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285224" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285226" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to show the error message in the same custom program. But it is navigating to the copied standard program and showing the error from the program (ZRM07MLBD). How can I show the error message in the same custom program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 17:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816417#M1781989</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-09-24T17:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816418#M1781990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the std program is using the Message Class M7. The particular error message# is 348 and coming up from the code below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285260" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/285256" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copying a Std prog is not actually copying into Z, it would also require copying of the Message classes, Includes etc, as and when required.&lt;/P&gt;&lt;P&gt;Please do copy the Message class also and use the same in the Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna Teja Peddada.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 19:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816418#M1781990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-24T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816419#M1781991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all due respect, your info is non sense. Message classes have nothing to do with the program, you don't need to copy a message class when copying a std program. You might need to copy includes, screens and pf-status IF you want to change these elements. Also, the problem described has absolute nothing to do with the message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Custodio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 00:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816419#M1781991</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2013-09-25T00:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816420#M1781992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP ABAP (I reckon this is not your real name),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is displayed in the program being called because there is where the selection screen is being validates (see AT SELECTION SCREEN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display the message in the calling program, you need to validate the entry in said proigram, ie, BEFORE submitting to your copied program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Custodio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 00:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816420#M1781992</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2013-09-25T00:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816421#M1781993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Custodio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me a hint on how to proceed on this. In my custom program I am not writing any code related to ZRM07MLBD except the submit statement. So how should I show the error messages on the same selection screen of custom program. All the validation statements in ZRM07MLBD have to be brought into the custom program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 02:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816421#M1781993</guid>
      <dc:creator>former_member207873</dc:creator>
      <dc:date>2013-09-25T02:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816422#M1781994</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;Well, this is (one of ) the problem of copying std programs... Although you'd have this problem even if you submitted the std program and not the copy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, yes, if you need ALL validations from std program to be performed/displayed in your custom program, you will need to copy it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you may check with your functional and/or the business what is really important to validate upfront and implement in your custom program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Custodio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 02:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816422#M1781994</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2013-09-25T02:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816423#M1781995</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;You can check how each field is being validated in your standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mostly the validations are carrie dout based on check table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table for company codes is t001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Likewise check the validations for the rest of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and before you pass the selection criteria using the submit statement perform these validations in your custom program and display the error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamsi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 04:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816423#M1781995</guid>
      <dc:creator>vamsixk</dc:creator>
      <dc:date>2013-09-25T04:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816424#M1781996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Custodio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying me. I interpreted the issue in another way. I thought the error message was to be modified. But after seeing your response and reading the initial question again, I made myself clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will take this as an alert to read the post twice before posting any reply &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1826/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 20:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816424#M1781996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-25T20:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Skip Copied Standard Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816425#M1781997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was a bit afraid you could take it as bullying. I'm glad you took it easy. I guess that's how we make each other better, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Custodio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 00:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-copied-standard-selection-screen/m-p/9816425#M1781997</guid>
      <dc:creator>custodio_deoliveira</dc:creator>
      <dc:date>2013-09-26T00:17:14Z</dc:date>
    </item>
  </channel>
</rss>

