<?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: Idoc - Find Background program Name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558560#M1937139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;If you don't know which program is reading and processing the file, to convert it to IDoc, then....&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Methods&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. One day, don't place the file in the application server path and see which job fails in SM37 saying "file not found". &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. Read all the batch jobs currently released in the system. Use RS_VARIANT_CONTENTS to read the contents of all the variants for those batch jobs. Check if any of the variant contains the app server path.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3. Check if this path is assigned to the logical file path in FILE transaction. If found, do a where used list of FILE_GET_NAME function module. Check if any Z programs are listed. If yes, then check if those Z programs uses the logical file path.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Really, there is no straightforward way to find this. You should try to explore around the system through various methods to achieve the required result.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Feb 2016 01:20:08 GMT</pubDate>
    <dc:creator>Juwin</dc:creator>
    <dc:date>2016-02-20T01:20:08Z</dc:date>
    <item>
      <title>Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558555#M1937134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are getting the data from File server into SAP application server to create the sales order in SAP system. Before all every thing working fine. Now my client wants to change some data while reading the data from that application server. Now my question is through that application server path how do I find the program like where used list in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to my client requirement I was tried to change the Idoc data using exit but it's working only within SAP system. While running through that application path it's not changing the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how do I find that program name only by using that application path ?&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Here I confirm through that path only they are processing the data so can any suggest me to find program name? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the other possibility to find or resolve my issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Many regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 17:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558555#M1937134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-18T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558556#M1937135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea about the above issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Many Regards,&lt;/P&gt;&lt;P&gt;John K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 05:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558556#M1937135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-19T05:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558557#M1937136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find at SM35&amp;nbsp; t code there you can find your session processed with which programme.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;basically we will use &lt;/SPAN&gt;programmed&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;RSNASTED for create &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; sales order with idoc &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to view progremme contents means se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Srinivasan s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 05:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558557#M1937136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-19T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558558#M1937137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is you have a file in Application sever and you need to know what are the programs which uses that file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, either they would have specified the application server path in program via program variants or hard coded inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of Hard code, Scan all your Custom development programs with the application filename or path, Use report RS_ABAP_SOURCE_SCAN to scan source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the variants, use table VARI, as the variants are stored with RAW type, use Function module "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;RS_VARIANT_VARIABLES&lt;/SPAN&gt;" to read them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to below link for details of searching in variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1991304" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="SAP table for variant attributes" href="https://community.sap.com/" modifiedtitle="true" title="SAP table for variant attributes"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 06:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558558#M1937137</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-02-19T06:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558559#M1937138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry but your post just does not make any sense. While it's awfully nice of the SCN members above to try and guess what you meant, I'm concerned this will just send you on a wild goose chase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is some kind of an interface then shouldn't there be some documentation available for it? For all we know the file might be FTPed from somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You start with "file" and then IDoc somehow appears, are they related?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;My client wants to change some data while reading the data from that application server&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why not get the file with correct data to begin with? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;According to my client requirement I was tried to change the Idoc data using exit but it's working only within SAP system. While running through that application path it's not changing the data.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You tried correctly, but now the plot thickens. While running what "through that application path"? What does this mean? And where is "application path" then? Not in SAP? Again - see above, how do all this file-IDoc-mistery "application path" chain connect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite a bit of clarification required here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558559#M1937138</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-02-19T23:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558560#M1937139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;If you don't know which program is reading and processing the file, to convert it to IDoc, then....&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Methods&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. One day, don't place the file in the application server path and see which job fails in SM37 saying "file not found". &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. Read all the batch jobs currently released in the system. Use RS_VARIANT_CONTENTS to read the contents of all the variants for those batch jobs. Check if any of the variant contains the app server path.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3. Check if this path is assigned to the logical file path in FILE transaction. If found, do a where used list of FILE_GET_NAME function module. Check if any Z programs are listed. If yes, then check if those Z programs uses the logical file path.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Really, there is no straightforward way to find this. You should try to explore around the system through various methods to achieve the required result.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 01:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558560#M1937139</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-02-20T01:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558561#M1937140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is no documentation available for this interface ? Even I was wonder when I heard from my client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client should keep the data according to their customer understanding format because It will helpful to change whenever they want. The process all everything is automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idoc got appear in WE02, but don't know where it get started ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 16:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558561#M1937140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-20T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558562#M1937141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above scan program is not exist in my system because It's 4.7 Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 16:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558562#M1937141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-20T16:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558563#M1937142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Z* are listed. Is there any way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 16:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558563#M1937142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-20T16:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558564#M1937143</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;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;RSNASTED - What is this program do suppose to execute by mistake ? Will it create any Sales Order in system? .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;John. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 17:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558564#M1937143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-20T17:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558565#M1937144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;John K wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Idoc got appear in WE02, but don't know where it get started ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Wouldn't there be a port assigned to the IDoc? Do you know anything about the IDoc interfaces? If not then it's time to tell the client that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry you didn't find my response helpful, but I believe you are approaching this from a completely wrong angle. It seems like an ABAPer's solution to a non-ABAP problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 14:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558565#M1937144</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2016-02-22T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc - Find Background program Name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558566#M1937145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try the 2nd method? I think that would be the best option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-find-background-program-name/m-p/11558566#M1937145</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2016-02-22T16:12:18Z</dc:date>
    </item>
  </channel>
</rss>

