<?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 Reg, Dialog programming ( Creating Screen) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dialog-programming-creating-screen/m-p/1946747#M390137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to module pool programming. and i hv 2 create 1 screen and my requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can input Customer no and From-To date and i have to display invoice and some related information to the table display only for input customer no and date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then user can select some records from table display  and he will add Form No and Form type for that selected records and that records will be saved in ztabel ( that i hv created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz tell me how can i go further for this scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marmik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 07:57:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-26T07:57:30Z</dc:date>
    <item>
      <title>Reg, Dialog programming ( Creating Screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dialog-programming-creating-screen/m-p/1946747#M390137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to module pool programming. and i hv 2 create 1 screen and my requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User can input Customer no and From-To date and i have to display invoice and some related information to the table display only for input customer no and date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then user can select some records from table display  and he will add Form No and Form type for that selected records and that records will be saved in ztabel ( that i hv created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so plz tell me how can i go further for this scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marmik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 07:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dialog-programming-creating-screen/m-p/1946747#M390137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T07:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reg, Dialog programming ( Creating Screen)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dialog-programming-creating-screen/m-p/1946748#M390138</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;From SE80 or SE38 create the program first. Give the attribute as 'Module pool' program. Save it and Declare all your Global Data in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE 51 - Enter the Program name(created in SE38) and create 2 screens 100 and 101 as screen numbers. save and activate.&lt;/P&gt;&lt;P&gt;Design the first screen in Layout editor with label and Text fields for the required fields(Customer Number and Date).Put some 2 buttons like BACK and INVOICE so that when you click on INVOICE it should take you to screen 101.&lt;/P&gt;&lt;P&gt;Write the Validation for Customer Number field in PAI and also write the logic using OK code and Function Code of the Button (INVOICE).&lt;/P&gt;&lt;P&gt;In PAI of screen 100 write the query such that when pressed INVOICE button, to select the records from VBRK and VBRP tables into an Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Design the second screen 101 in LAYOUT EDITOR  with Table control , because for a single customer there will be multiple records in VBRK and VBRP.&lt;/P&gt;&lt;P&gt;Design the Table control with required field Headings and with proper dictionary fields and field selection for selecting records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create another screen 102 with just text fields and labels such that only one selected record from the table control will be displayed. Add 2 z fields which were updated into z table.Also add buttons for SAVE abd BACK.&lt;/P&gt;&lt;P&gt;So take all these 3rd screen fields into another internal table and see that when you change the Z fields they will be updated in Z table. Write this logic in the PAI of the 3 rd screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this you start developying the screens. Go thorugh the SAP doc for further help required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;When ever user select a record, then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 09:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-dialog-programming-creating-screen/m-p/1946748#M390138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T09:05:36Z</dc:date>
    </item>
  </channel>
</rss>

