<?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: abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244094#M484177</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;thanks for ur advice, can u be more ellobrate for my 3rd question (finding out tables 4 structure) , it will be more helpful 2 me. awating ur advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 06:40:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T06:40:57Z</dc:date>
    <item>
      <title>abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244092#M484175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys, i have a set of questions in abap. kindly answer. looking forward for ur available guidence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how do erroe handling in SAP scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how to do BDC for transcation code FA00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.how to know in which tables the data is saved when a structure is given 2 u with out knowing the trasaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.how to  debugg smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.in reports selection screen, does the text elements get transported along with the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. in selection screen of a TCode, if i write a input value 1 one parameter. it should show its relavent data in other parameters below it . how can we do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244092#M484175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244093#M484176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Error handling is not possible in scripts. Either do it in print program or call a subroutine from script and do it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Go to SE84 transaction and search withe the field names that you get with structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244093#M484176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244094#M484177</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;thanks for ur advice, can u be more ellobrate for my 3rd question (finding out tables 4 structure) , it will be more helpful 2 me. awating ur advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244094#M484177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244095#M484178</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;1. how do error handling in SAP scripts&lt;/P&gt;&lt;P&gt;A- We cannot handle errors in scripts directly. However, we can do it in driver program or by calling a subroutine from script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. in selection screen of a TCode, if i write a input value 1 one parameter. it should show its relavent data in other parameters below it . how can we do it. &lt;/P&gt;&lt;P&gt;A- It can be done using &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON  p1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is triggered at the screen event PAI of a selection screen if the content of the input field of a parameter para or a line of a selection criterion selcrit was passed to the ABAP program. In the event block, the user input can be checked. Sending a warning or an error message in the event block makes the fields para and selcrit ready for input again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various other options like&lt;/P&gt;&lt;P&gt;at selection screen&lt;/P&gt;&lt;P&gt;... &lt;SPAN __jive_macro_name="OUTPUT"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;  | { ON {para|selcrit} } &lt;/P&gt;&lt;P&gt;  | { ON END OF selcrit } &lt;/P&gt;&lt;P&gt;  | { ON BLOCK block } &lt;/P&gt;&lt;P&gt;  | { ON RADIOBUTTON GROUP radi } &lt;/P&gt;&lt;P&gt;  | { } &lt;/P&gt;&lt;P&gt;  | { ON {HELP-REQUEST|VALUE-REQUEST} &lt;/P&gt;&lt;P&gt;  |   FOR {para|selcrit-low|selcrit-high} } &lt;/P&gt;&lt;P&gt;  | { ON EXIT-COMMAND }. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244095#M484178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244096#M484179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can get the field names (like say KUNNR, VBELN etc) from your structure, go to SE84 - expand ABAP DICTIONARY -FIELDS - click on  'TABLE FIELDS' - give the field name and execute - you will get list of tables where there are used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can fetch the data from those database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Indrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244096#M484179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244097#M484180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Indrajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u. for ur gudience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2244097#M484180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:53:11Z</dc:date>
    </item>
  </channel>
</rss>

