<?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: Forms automated creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410656#M1843463</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;it depends on which error you need to prevent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you can create a model in excel, where every cell the user needs to fil is controlled: so the user can insert the allowed values only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 14:37:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-10T14:37:37Z</dc:date>
    <item>
      <title>Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410655#M1843462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anything exists for the following purpose:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say for example, that we, in the Master Data departament , are going to create a customer. The way we currently do it is through an excel sheet (kinda like a bdc form) that is filled out by each user from the required departments (buying, taxes etc). The problem is that when we get the excel sheet at the end, we see a lot of invalid information that we cannot get into SAP to create the customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything to easily create a form out of a transaction with drop down lists taken from the current data base?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you suggest is best for doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking of something like a transaction recorder that at the end creates a form ready to work on or something....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Camilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410655#M1843462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410656#M1843463</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;it depends on which error you need to prevent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you can create a model in excel, where every cell the user needs to fil is controlled: so the user can insert the allowed values only..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410656#M1843463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410657#M1843464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apply a check if the line read is valid for upload, and not invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this review your file layout and &lt;BR /&gt;find a field that determines if the line is valid &lt;BR /&gt;to upload in SAP and apply a check using this field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don´t have your code here, so check these examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF field XXX = YYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upload data (your logic)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF field XXX &amp;lt;&amp;gt; YYY&lt;/P&gt;&lt;P&gt;&amp;nbsp; CONTINUE.&amp;nbsp;&amp;nbsp; "If your are in loop and want to process the next entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF field XXX &amp;lt;&amp;gt; YYY&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXIT. "If it's the final lines and you want to abort the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410657#M1843464</guid>
      <dc:creator>arthur_alvesteixeira</dc:creator>
      <dc:date>2014-07-10T14:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410658#M1843465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I know I can add drop down dependant lists and data validations, but doing that for each field, each transaction etc would be too much work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The kind of errors I want to avoid happening is that someone puts something like India in the country field and then New york in the city field. Or that they just leave them blank and pass them to the next person in the workflow (but thats a secondary concern) The main concern is if theres a way to automatically create these forms for a given transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 15:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410658#M1843465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T15:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410659#M1843466</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;that means yuo need to create a your transaction in SAP, but in this way excel file would be useless, the user could use that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I don't understand where user have to create the data in or out of SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 15:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410659#M1843466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410660#M1843467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there are multiple users involved. Therefore, the information needs to be prepared out of SAP before being put into it.&amp;nbsp; For example, when creating the master data for a customer, the sales person only knows the sales data, the tax person knows the tax data, the collections person knows the collections data etc. The record cannot be created until we have all this minimum mandatory data. Thats why we need to get it all in a form first and then put it into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Camilo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 15:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410660#M1843467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410661#M1843468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Camilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to validate each value inserted it's possible using STVARV transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, create the parameter ZCUSTUPL_CITY and fill the possible cities,&lt;BR /&gt;so you maintain all the possible values in this parameter (using STVARV transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's more simple than change the program for each update, because If you modify the rule, &lt;BR /&gt;it's not necessary to change the code, you only have to update the parameter &lt;BR /&gt;in STVARV transaction and your process will be automatically &lt;BR /&gt;updated with your new configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410661#M1843468</guid>
      <dc:creator>arthur_alvesteixeira</dc:creator>
      <dc:date>2014-07-10T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410662#M1843469</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;That's ok, but the problem is how to do a validation out of SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 16:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410662#M1843469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-10T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Forms automated creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410663#M1843470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camilo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No matter how you do you will still need the validation of SAP, in the case of a customer data there are many variables to analyze and many of that depends of configuration, lets say you create the form out of sap, even if the minimun data is achieved nothing says that is consistent at the moment of creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some combinations in the data need feedback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 22:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/forms-automated-creation/m-p/10410663#M1843470</guid>
      <dc:creator>former_member197622</dc:creator>
      <dc:date>2014-07-10T22:23:45Z</dc:date>
    </item>
  </channel>
</rss>

