<?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: Problem with custom field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842096#M1132667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. I'm using function exit_saplj4as_002. It is updating other custom fields of VBAK, but it is not updating the field which I added today. When I debug also it is showing that it is being added to xvbak, but not showing in table. The custom field is CHAR of length 10 and I'm adding character of length less than 10 only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 03:28:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T03:28:03Z</dc:date>
    <item>
      <title>Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842092#M1132663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added a custom field to VBAK table using Append Structure. Then I'm trying to update a value to that field using one of the user exit but it is not updating. If I try to update some other custom field of VBAK which is already there through the same function module, it is updating properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like I have to do something else after adding a custom field in order to use it. Append Structure, data element and the VBAK table are all activated properly after adding the field. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 01:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842092#M1132663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T01:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842093#M1132664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;all you need is to use the correct user exit and pass the value to VBAK and / or XVBAK. which user exit are you using? and did you debug to see if your code is being called and updating the field correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 01:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842093#M1132664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T01:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842094#M1132665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using 'CALL CUSTOMER-FUNCTION 002'. There are many custom fields in VBAK, if I try to update any of those, they are updating properly. But if I try to upate the custom field which I added to VBAK, it is not updating. When I debug the code, it is assigning to xvbak properly, but is not appearing in the table. Is it because the field I added through apeend structure is locked or do I have to do something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842094#M1132665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842095#M1132666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which program., customer function 002 in SAPMV45A doesnt have VBAK as exporting or importing parameter, so how are you changing it there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use USEREXIT_MOVE_FIELDS_To_VBAK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842095#M1132666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842096#M1132667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. I'm using function exit_saplj4as_002. It is updating other custom fields of VBAK, but it is not updating the field which I added today. When I debug also it is showing that it is being added to xvbak, but not showing in table. The custom field is CHAR of length 10 and I'm adding character of length less than 10 only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842096#M1132667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842097#M1132668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems you are using AFS. this exit is not available in standard SAP, so i cant comment on how it would behave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it doesnt work the way you want, use move_fields_to_VBAK or save_document_prepare user exits to populate your custom fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842097#M1132668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842098#M1132669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm using AFS and the exit I mentioned is working properly for updating all the custom fields of VBAK. Only the new field is not being updated. Data element, Append structure and VBAK table are all activated. Any ideas are appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842098#M1132669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with custom field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842099#M1132670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no further comments. find someone using AFS and the same exit, or easier might be to debug and see what values are being returned to standard SAPMV45A from AFS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 03:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-custom-field/m-p/4842099#M1132670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T03:49:18Z</dc:date>
    </item>
  </channel>
</rss>

