<?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: Screen Exit at(cs02 -tcode) bom item level not able to implement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020928#M1897915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Custom Screen Exit at bom Item level...i would like to implement.&lt;/P&gt;&lt;P&gt;I Tried&amp;nbsp; at Header level i was seen below post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/BOM/Index.htm" title="http://www.saptechnical.com/Tutorials/ExitsBADIs/BOM/Index.htm"&gt;SAPTechnical.COM - Adding custom fields to CS01, CS02 and CS03 (BOM)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Successfully i implemented. now I need&amp;nbsp; to Implement the same logic at Row Level Also.&lt;/P&gt;&lt;P&gt;but &lt;/P&gt;&lt;P&gt;i have&amp;nbsp; not done any thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at my attached images..&lt;/P&gt;&lt;P&gt;i open the cmod at create i create a new project&lt;/P&gt;&lt;P&gt;i given the exit name then i activate it.&lt;/P&gt;&lt;P&gt;First i want to see the folder/tab screen at bom item level........ i will develop later.. data saving and data fetching i will write the code later.&lt;/P&gt;&lt;P&gt;but at bom item level i have not seen any custom tab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me what is the mistake i have done..&lt;/P&gt;&lt;P&gt;Whether i am seeing at correct place or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your valuable suggestions....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Apr 2015 07:50:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-18T07:50:11Z</dc:date>
    <item>
      <title>Screen Exit at(cs02 -tcode) bom item level not able to implement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020925#M1897912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I am having one requirement.&lt;/P&gt;&lt;P&gt;ie. i need to create two fields in bom level item &lt;/P&gt;&lt;P&gt;but i fallow the steps correctly and i activated it.&lt;/P&gt;&lt;P&gt;everything is fine.&lt;/P&gt;&lt;P&gt;the exit name is...PCSD0003 .&lt;/P&gt;&lt;P&gt;i develop a small screen in screen painter and&amp;nbsp; acvated it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) i open the se11-&amp;gt; table -&amp;gt; stpo i append the structure two fields &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fid -&amp;gt; kunnr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; fname -&amp;gt; name1_gp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) i open cmod and create the project with exit name&amp;nbsp; pcsd0003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) i just open the screen painter and then open the data dictionary then pick the two fields from stpo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) i double click on the function code. 002 i again append the structure..&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; fid -&amp;gt; kunnr&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;fname -&amp;gt; name1_gp.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/683820" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TABLES: STPO.&lt;/P&gt;&lt;P&gt; STPO-FID = USERDATA-FID.&lt;/P&gt;&lt;P&gt; STPO-FNAME = USERDATA-FNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 5)at 003 function exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; USERDATA-FID = STPO-FID.&lt;/P&gt;&lt;P&gt; USERDATA-FNAME = STPO-FNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i written the above code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz have a look on below attached images..&lt;/P&gt;&lt;P&gt;but after that i open the bom item but &lt;/P&gt;&lt;P&gt;i am not abel to see the custom screen..&lt;/P&gt;&lt;P&gt;can anybody plz tell me what is the mistake i have done..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 06:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020925#M1897912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-14T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit at(cs02 -tcode) bom item level not able to implement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020926#M1897913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please read carefully exit documentation (in SMOD trans.). You appended CSCI_STPO structure, not STPO table. You should change CI_STPO apppend.&lt;/P&gt;&lt;P&gt;Put break-point in exit function and check if program stop.&lt;/P&gt;&lt;P&gt;Screen will display in item data screen, not in item data list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jarek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020926#M1897913</guid>
      <dc:creator>JarosBaw</dc:creator>
      <dc:date>2015-04-14T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit at(cs02 -tcode) bom item level not able to implement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020927#M1897914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Jaroslaw kosik &lt;/P&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Sorry for the late reply..&lt;/P&gt;&lt;P&gt;i will check it and i will update to u..&lt;/P&gt;&lt;P&gt;Plz give me some time.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 10:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020927#M1897914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-15T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit at(cs02 -tcode) bom item level not able to implement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020928#M1897915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Custom Screen Exit at bom Item level...i would like to implement.&lt;/P&gt;&lt;P&gt;I Tried&amp;nbsp; at Header level i was seen below post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ExitsBADIs/BOM/Index.htm" title="http://www.saptechnical.com/Tutorials/ExitsBADIs/BOM/Index.htm"&gt;SAPTechnical.COM - Adding custom fields to CS01, CS02 and CS03 (BOM)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Successfully i implemented. now I need&amp;nbsp; to Implement the same logic at Row Level Also.&lt;/P&gt;&lt;P&gt;but &lt;/P&gt;&lt;P&gt;i have&amp;nbsp; not done any thing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at my attached images..&lt;/P&gt;&lt;P&gt;i open the cmod at create i create a new project&lt;/P&gt;&lt;P&gt;i given the exit name then i activate it.&lt;/P&gt;&lt;P&gt;First i want to see the folder/tab screen at bom item level........ i will develop later.. data saving and data fetching i will write the code later.&lt;/P&gt;&lt;P&gt;but at bom item level i have not seen any custom tab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me what is the mistake i have done..&lt;/P&gt;&lt;P&gt;Whether i am seeing at correct place or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your valuable suggestions....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2015 07:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020928#M1897915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-18T07:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit at(cs02 -tcode) bom item level not able to implement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020929#M1897916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually i need&amp;nbsp; to attach at&amp;nbsp; item level.&lt;/P&gt;&lt;P&gt;but till now i am seeing at wrong place.&lt;/P&gt;&lt;P&gt;if i write the code for cs02 the screen will be come to below screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/688603" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-at-cs02-tcode-bom-item-level-not-able-to-implement/m-p/11020929#M1897916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-20T16:30:14Z</dc:date>
    </item>
  </channel>
</rss>

