<?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 serial number screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246778#M774991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;when we create or change the delivery order in vl01 or vl02 .&lt;/P&gt;&lt;P&gt; From  navigation   EXTRAS -- SERIALNUMBER , one popup window is displaying for serial number. In that screen there is buttom " create serial number automatically", if want to block or delete this button is there any process. If anybody know this pls..revert back me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq .&lt;/P&gt;&lt;P&gt;sksk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 03:30:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T03:30:14Z</dc:date>
    <item>
      <title>serial number screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246778#M774991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;when we create or change the delivery order in vl01 or vl02 .&lt;/P&gt;&lt;P&gt; From  navigation   EXTRAS -- SERIALNUMBER , one popup window is displaying for serial number. In that screen there is buttom " create serial number automatically", if want to block or delete this button is there any process. If anybody know this pls..revert back me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanq .&lt;/P&gt;&lt;P&gt;sksk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 03:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246778#M774991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T03:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: serial number screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246779#M774992</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;ABAP Program will create the FM (for calling smart form) Dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below Fm in your ABAP program .You will find the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                formname = 'SmartForm Name'&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                fm_name  = ws_form_fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return the FM (ws_form_fname) by using smartform &lt;/P&gt;&lt;P&gt;and calling that FM is like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION  ws_form_fname&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                control_parameters = device&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                i_final_ap         = i_final_ap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 03:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246779#M774992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T03:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: serial number screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246780#M774993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Wrong answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your requirement you have to use the User exits or BADIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check below exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Exit Name           Description                                                                                &lt;/P&gt;&lt;P&gt;V02V0001            Sales area determination for stock transport order                       &lt;/P&gt;&lt;P&gt; V02V0002            User exit for storage location determination                             &lt;/P&gt;&lt;P&gt; V02V0003            User exit for gate + matl staging area determination (headr)             &lt;/P&gt;&lt;P&gt; V02V0004            User Exit for Staging Area Determination (Item)                          &lt;/P&gt;&lt;P&gt; V50PSTAT            Delivery: Item Status Calculation                                        &lt;/P&gt;&lt;P&gt; V50Q0001            Delivery Monitor: User Exits for Filling Display Fields                  &lt;/P&gt;&lt;P&gt; V50R0001            Collective processing for delivery creation                              &lt;/P&gt;&lt;P&gt; V50R0002            Collective processing for delivery creation                              &lt;/P&gt;&lt;P&gt; V50R0004            Calculation of stock for POs for shipping due date list                  &lt;/P&gt;&lt;P&gt; V50S0001            User Exits for Delivery Processing                                       &lt;/P&gt;&lt;P&gt; V53C0001            Rough workload calculation in time per item                              &lt;/P&gt;&lt;P&gt; V53C0002            W&amp;amp;S: RWE enhancement - shipping material type/time slot                  &lt;/P&gt;&lt;P&gt; V53W0001            User exits for creating picking waves                                    &lt;/P&gt;&lt;P&gt; VMDE0001            Shipping Interface: Error Handling - Inbound IDoc                        &lt;/P&gt;&lt;P&gt; VMDE0002            Shipping Interface: Message PICKSD (Picking, Outbound)                   &lt;/P&gt;&lt;P&gt; VMDE0003            Shipping Interface: Message SDPICK (Picking, Inbound)                    &lt;/P&gt;&lt;P&gt; VMDE0004            Shipping Interface: Message SDPACK (Packing, Inbound)                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't forget reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 03:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246780#M774993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T03:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: serial number screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246781#M774994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanq for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 04:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/serial-number-screen/m-p/3246781#M774994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T04:04:27Z</dc:date>
    </item>
  </channel>
</rss>

