<?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: User Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069681#M428557</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_VBAP structure like VBAP also available as an Import Paramter in that Exit/Fun module&lt;/P&gt;&lt;P&gt;You can use that for moving fields into VCSD_UPDATE  or vice versa.&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 12:00:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T12:00:53Z</dc:date>
    <item>
      <title>User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069680#M428556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to include new fields from table VBAP in structure VCSD_UPDATE via the following user exits:&lt;/P&gt;&lt;P&gt;EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody having can u provide the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 11:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069680#M428556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T11:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069681#M428557</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_VBAP structure like VBAP also available as an Import Paramter in that Exit/Fun module&lt;/P&gt;&lt;P&gt;You can use that for moving fields into VCSD_UPDATE  or vice versa.&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 12:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069681#M428557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T12:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069682#M428558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to this userexit..&lt;/P&gt;&lt;P&gt;and double click on this.. u will get a screen with an include program in it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on this.. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;u will get a warning message.. Now press enter.. it will ask you to create it..&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;in this include program u can write the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 12:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069682#M428558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T12:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069683#M428559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Actually my requirement is first i am adding 5 custom fields to VBAP table like weight, height, length, storagetype and type of sale. Then once the material is entered in VA01, standard sap will transportstandard sap will transport values from the sales order to the variant configuration. Based upon the characteristic values and selection, the VC will determine what weight, TOS, dimension, Storage Type values to transport back to the sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to transport values back onto the sales order - Table VCSD_UPDATE (which is a table that can be updated using EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002. It comes standard with 14 fields predefined. Additional fields can be added to this table) be used to change values on the sales order line item from within the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i think you can understand my requirement.&lt;/P&gt;&lt;P&gt;Can you tell me how to get the values back from VCSD_UPDATE to VBAP.&lt;/P&gt;&lt;P&gt;If u are having any code please provide it to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 12:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2069683#M428559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T12:16:03Z</dc:date>
    </item>
  </channel>
</rss>

