<?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: process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882316#M676990</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;&amp;lt;b&amp;gt;Match Code Object :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match code is nothing but the Search help in Higher versions&lt;/P&gt;&lt;P&gt;Matchcode objects are being replaced by search helps. This is good as search helps are easy to create. However, it has caused some confusion on how best to add search helps to a selection field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick that I found is to keep your newly created search helps to a 4-character name. The Matchcode object name has this old 4-character limit. This trick is not documented anywhere in the system but it has been a great time saver for me. You can expand this concept by finding existing SAP search helps that are more than 4-characters, copy them to a 4-character name and presto, you have a new matchcode object available for use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this procerdure,&lt;/P&gt;&lt;P&gt;1)Se11&lt;/P&gt;&lt;P&gt;2)search help ---Ysearch(give the search help name)&lt;/P&gt;&lt;P&gt;u will get one popup &lt;/P&gt;&lt;P&gt;select Elementary Search Help&lt;/P&gt;&lt;P&gt;3) selection method--- enter here table name&lt;/P&gt;&lt;P&gt;4)Give the field name for which u want search help and select check boxes i.e. IMPORT And EXPORT.&lt;/P&gt;&lt;P&gt;5)Save and Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this syntax in u r abap program&lt;/P&gt;&lt;P&gt;PARAMETERS p ... MATCHCODE OBJECT search_help.&lt;/P&gt;&lt;P&gt;u can use it for select-options also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process code is used in outbound processing of Idocs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a Code which identifies the type of data which is sent by the IDoc&lt;/P&gt;&lt;P&gt;interface.Using the process code, the IDoc interface finds the application selection module which converts the SAP document into an IDoc.It is only used with applications which perform outbound processing via Message Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 11:42:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T11:42:50Z</dc:date>
    <item>
      <title>process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882315#M676989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROCESS CODE and MATCH CODE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882315#M676989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T11:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882316#M676990</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;&amp;lt;b&amp;gt;Match Code Object :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match code is nothing but the Search help in Higher versions&lt;/P&gt;&lt;P&gt;Matchcode objects are being replaced by search helps. This is good as search helps are easy to create. However, it has caused some confusion on how best to add search helps to a selection field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick that I found is to keep your newly created search helps to a 4-character name. The Matchcode object name has this old 4-character limit. This trick is not documented anywhere in the system but it has been a great time saver for me. You can expand this concept by finding existing SAP search helps that are more than 4-characters, copy them to a 4-character name and presto, you have a new matchcode object available for use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this procerdure,&lt;/P&gt;&lt;P&gt;1)Se11&lt;/P&gt;&lt;P&gt;2)search help ---Ysearch(give the search help name)&lt;/P&gt;&lt;P&gt;u will get one popup &lt;/P&gt;&lt;P&gt;select Elementary Search Help&lt;/P&gt;&lt;P&gt;3) selection method--- enter here table name&lt;/P&gt;&lt;P&gt;4)Give the field name for which u want search help and select check boxes i.e. IMPORT And EXPORT.&lt;/P&gt;&lt;P&gt;5)Save and Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this syntax in u r abap program&lt;/P&gt;&lt;P&gt;PARAMETERS p ... MATCHCODE OBJECT search_help.&lt;/P&gt;&lt;P&gt;u can use it for select-options also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Process Code :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process code is used in outbound processing of Idocs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a Code which identifies the type of data which is sent by the IDoc&lt;/P&gt;&lt;P&gt;interface.Using the process code, the IDoc interface finds the application selection module which converts the SAP document into an IDoc.It is only used with applications which perform outbound processing via Message Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882316#M676990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T11:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882317#M676991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;process code and match code these two are different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process code contain function module which reads  application document generates idoc in outboud(sending system) tcode is WE41&lt;/P&gt;&lt;P&gt;in inbound it reads idoc and create application document in recieving system tcode for this is WE42.&lt;/P&gt;&lt;P&gt;these process codes are used in cross application technologies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;match code is used to provide input help in selection screen fields&lt;/P&gt;&lt;P&gt;parameters:lifnr like lfa1-lifnr matchcode object ZOBJ.&lt;/P&gt;&lt;P&gt;double click on ZOBJ it popup another screen where u can design search help for that field.&lt;/P&gt;&lt;P&gt;reward if u find useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 11:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-code/m-p/2882317#M676991</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-10-08T11:53:53Z</dc:date>
    </item>
  </channel>
</rss>

