<?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: Working with Dialog programing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209524#M1716214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you be more precise on which step you get a problem or lack any clues ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jan 2013 10:20:55 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-01-26T10:20:55Z</dc:date>
    <item>
      <title>Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209521#M1716211</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 have a requirement like below please help me with coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub-Screen for Non-PO Indexing Screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Overview:&amp;nbsp; The non-po indexing screen will be called from the indexing workflow. It will display the &lt;/P&gt;&lt;P&gt;custom indexing fields configured at CLIENT_NAME for a non-po invoice &lt;/P&gt;&lt;P&gt;Program:&amp;nbsp; ZFI_VIM_BL_M1_SUBSCREENS&lt;/P&gt;&lt;P&gt;Screen:&amp;nbsp; 1003&lt;/P&gt;&lt;P&gt;Description:&amp;nbsp; Open Text: Indexing Data Header - Index Information NON PO&lt;/P&gt;&lt;P&gt;Sub-Screen Layout: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures: &lt;/P&gt;&lt;P&gt;Ensure to extend the structure ZFI_VIM_1RDOC_DATA to include the fields required:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Company Code &lt;/P&gt;&lt;P&gt;a. Change Mode&lt;/P&gt;&lt;P&gt;b. Mandatory &lt;/P&gt;&lt;P&gt;2. Credit Memo&lt;/P&gt;&lt;P&gt;a. Check Box&lt;/P&gt;&lt;P&gt;b. Optional&lt;/P&gt;&lt;P&gt;c. Change Mode &lt;/P&gt;&lt;P&gt;3. Invoice Date&lt;/P&gt;&lt;P&gt;a. Mandatory&lt;/P&gt;&lt;P&gt;b. Change Mode &lt;/P&gt;&lt;P&gt;4. Invoice Amount &lt;/P&gt;&lt;P&gt;a. Mandatory&lt;/P&gt;&lt;P&gt;b. Change Mode &lt;/P&gt;&lt;P&gt;5. Vendor Number &lt;/P&gt;&lt;P&gt;a. Blank&lt;/P&gt;&lt;P&gt;b. Mandatory&lt;/P&gt;&lt;P&gt;c. Change Mode &lt;/P&gt;&lt;P&gt;6. Vendor Name&lt;/P&gt;&lt;P&gt;a. Prepopulated from Vendor Number Master Data&lt;/P&gt;&lt;P&gt;b. Optional&lt;/P&gt;&lt;P&gt;c. Display Mode &lt;/P&gt;&lt;P&gt;7. Vendor Invoice Number&lt;/P&gt;&lt;P&gt;a. Mandatory&lt;/P&gt;&lt;P&gt;b. Change Mode &lt;/P&gt;&lt;P&gt;8. Currency&lt;/P&gt;&lt;P&gt;a. Blank&lt;/P&gt;&lt;P&gt;b. Mandatory&lt;/P&gt;&lt;P&gt;c. Change Mode &lt;/P&gt;&lt;P&gt;9. Requestor (network ID) &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; a. Blank&lt;/P&gt;&lt;P&gt;b. Optional&lt;/P&gt;&lt;P&gt;c. Change Mode &lt;/P&gt;&lt;P&gt;10. Notes&lt;/P&gt;&lt;P&gt;a. Blank&lt;/P&gt;&lt;P&gt;b. Optional&lt;/P&gt;&lt;P&gt;c. Change Mode &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PBO Logic: &lt;/P&gt;&lt;P&gt;1) Prepopulate the screen with existing data from table /OPT/VIM_1HEAD.&lt;/P&gt;&lt;P&gt;PAI Logic: &lt;/P&gt;&lt;P&gt;1) Check that the fields defined above as mandatory are filled in by the user.&amp;nbsp; Display an error&lt;/P&gt;&lt;P&gt;message if this is not the case. &lt;/P&gt;&lt;P&gt;2) Load all captured data in /OPT/VIM_1RHEAD structure for later update in&lt;/P&gt;&lt;P&gt;/OPT_VIM_1HEAD table &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub-Screen for Non-PO Parked Invoice Reason&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Overview:&amp;nbsp; The sub-screen will appear in the bottom section of the Park Reason screen &lt;/P&gt;&lt;P&gt;/PTGWFI/SAPLPIR_001&amp;nbsp;&amp;nbsp; 9010. This sub screen will allow the AP Processor to select a&lt;/P&gt;&lt;P&gt;valid Requestor (Approver) and thus also determine who the coder will be from the&lt;/P&gt;&lt;P&gt;custom approval matrix table (/ORS/USERMAP) &lt;/P&gt;&lt;P&gt;Program:&amp;nbsp; SAPLZFI_VIM&lt;/P&gt;&lt;P&gt;Screen:&amp;nbsp; 9020&lt;/P&gt;&lt;P&gt;Description:&amp;nbsp; Open Text VIM - Subscreen to Enter Requestor for Non-PO Approval&lt;/P&gt;&lt;P&gt;Sub-Screen Layout: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;See baseline program /OPT/SAPMVIM_BL_PRS_SUBSCREEN screen 8000 and make necessary&lt;/P&gt;&lt;P&gt;changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PBO Logic: &lt;/P&gt;&lt;P&gt;1) Prepopulate the coder ID field and domain with what was already in /PTGWFI/F_PIRMTR&lt;/P&gt;&lt;P&gt;table (WINDOWS_ID and WINDOWS_DOMAIN) or table /OPT/VIM_1HEAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;POV or Search Help Logic:&amp;nbsp; &lt;/P&gt;&lt;P&gt;1) CALL custom search help&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;PAI Logic: &lt;/P&gt;&lt;P&gt;1) Ensure that the selected approver windows ID and domain match what has been configured&lt;/P&gt;&lt;P&gt;in the custom approval matrix table (Table: /OPT/BL_APPCOA) - otherwise display an error&lt;/P&gt;&lt;P&gt;message “Please enter a valid Coder ID” &lt;/P&gt;&lt;P&gt;2) When the user selects PROCEED use the following logic: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;a) Store the coder windows ID, coder domain, coder email address, manager windows ID,&lt;/P&gt;&lt;P&gt;manager domain, manager email address (read from custom VIM approval matrix table)&lt;/P&gt;&lt;P&gt;in /PTGWFI/F_PIRMTR table (fields: CODER_ID, CODER_DOMAIN,&lt;/P&gt;&lt;P&gt;CODER_EMAIL, APPROVER_ID, APPROVER_DOMAIN, APPROVER_EMAIL) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Email will be sent using FM: /ORS/USERMAPPING_SENDEMAIL in core code&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;/PTGWFI/CP_SENDMAIL2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking forward for your great response.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 06:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209521#M1716211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-26T06:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209522#M1716212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;This is the spec you received, but&amp;nbsp; what did you try before posting and&amp;nbsp; what is your exact problem, question ? Remember spec dumping is not allowedd, re&lt;SPAN style="color: #333333; background: none repeat scroll 0% 0% white;"&gt;ad the&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-19331"&gt;&lt;SPAN style="color: #3778c7; background-color: white;"&gt;Rules of Engagement&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="jive-rendered-content"&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 08:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209522#M1716212</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-26T08:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209523#M1716213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for that Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have gone through it and tried on it but not able to do, &lt;/P&gt;&lt;P&gt;so have done like that,&lt;/P&gt;&lt;P&gt;pls forgive me for that pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 08:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209523#M1716213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-26T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209524#M1716214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you be more precise on which step you get a problem or lack any clues ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 10:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209524#M1716214</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-01-26T10:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209525#M1716215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;i have done all the fields on the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;am getting problem with PBO and PAI logic for Non PO-Index and NonPO- parked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Pls help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;regards,&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 10:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209525#M1716215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-26T10:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209526#M1716216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better if you post your code. Also, do tell what exactly is your problem(what result you want and what is going wrong)??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We may not be able to help you if you don't tell your problem correctly &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 11:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209526#M1716216</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-01-26T11:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209527#M1716217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually haven't worked on Dialog programming before but my official has assigned me work on it self.&lt;/P&gt;&lt;P&gt;So am not able to work on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Could you help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 06:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209527#M1716217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-27T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Working with Dialog programing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209528#M1716218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moderator Message : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread will be watched for some more time until the required details are provided, if not provided then this post will be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff;"&gt;The SCN is not a forum for ordering free technical consulting. It is a collaborative community where people voluntarily help you to understand things better in the SAP world. Please try to avoid the impression of requirement dumping. I recommend to read the useful Blog&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; background-color: #ffffff;"&gt; "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/getting-started/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers" style="font-weight: bold; font-size: 12px; background-color: #ffffff; color: #3778c7;"&gt;&lt;SPAN style="color: #3366ff;"&gt;Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers"&amp;nbsp; &lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10pt; background-color: #ffffff; color: #000000;"&gt;next and first learn the principles of this before asking any more question. Thank you for taking time to understand community help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jan 2013 06:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/working-with-dialog-programing/m-p/9209528#M1716218</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2013-01-27T06:27:33Z</dc:date>
    </item>
  </channel>
</rss>

