<?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: RV_INVOICE_DOCUMENT_ADD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086353#M976978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have forgotten to fill the XVBRP, then&lt;/P&gt;&lt;P&gt;it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 08:20:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T08:20:15Z</dc:date>
    <item>
      <title>RV_INVOICE_DOCUMENT_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086351#M976976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Z-Field in the VBRP called ZSDWWTMG. I want to use the RV_INVOICE_DOCUMENT_ADD to update this field, but the update does not run through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the following steps:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;&lt;P&gt;RV_INVOICE_DOCUMENT_READ&lt;/P&gt;&lt;P&gt;RV_INVOICE_ITEM_MAINTAIN&lt;/P&gt;&lt;P&gt;RV_INVOICE_DOCUMENT_ADD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any one have any idea why it does not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coding:&lt;/P&gt;&lt;P&gt;=====&lt;/P&gt;&lt;P&gt;  vbrp-zsdwwtmg = new_value_ww.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RV_INVOICE_ITEM_MAINTAIN'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      vbrp_i = vbrp&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      vbrp_e = vbrp&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      xkomfk = xkomfk&lt;/P&gt;&lt;P&gt;      xthead = xthead&lt;/P&gt;&lt;P&gt;      xvbfs  = xvbfs&lt;/P&gt;&lt;P&gt;      xvbss  = xvbss&lt;/P&gt;&lt;P&gt;      xvbrk  = xvbrk&lt;/P&gt;&lt;P&gt;      xvbrp  = xvbrp&lt;/P&gt;&lt;P&gt;      xvbpa  = xvbpa&lt;/P&gt;&lt;P&gt;      xkomv  = xkomv.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RV_INVOICE_DOCUMENT_ADD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      vbsk_i           = ls_vbsk&lt;/P&gt;&lt;P&gt;      with_posting     = with_posting&lt;/P&gt;&lt;P&gt;      without_refresh  = 'X'&lt;/P&gt;&lt;P&gt;        preisfindungsart = 'I'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      vbsk_e           = ls_vbsk&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      xkomfk           = xkomfk&lt;/P&gt;&lt;P&gt;      xkomv            = xkomv&lt;/P&gt;&lt;P&gt;      xthead           = xthead&lt;/P&gt;&lt;P&gt;      xvbfs            = xvbfs&lt;/P&gt;&lt;P&gt;      xvbpa            = xvbpa&lt;/P&gt;&lt;P&gt;      xvbrk            = xvbrk&lt;/P&gt;&lt;P&gt;      xvbrp            = xvbrp&lt;/P&gt;&lt;P&gt;      xvbss            = xvbss.&lt;/P&gt;&lt;P&gt;  COMMIT WORK.&lt;/P&gt;&lt;P&gt;=================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea could help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Angelika Lavorenz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 17:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086351#M976976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: RV_INVOICE_DOCUMENT_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086352#M976977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the structure VBRPVB for the field you are looking for.&lt;/P&gt;&lt;P&gt;If it is not there, click on append structure and add the same structure that has been added in VBRP.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 18:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086352#M976977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: RV_INVOICE_DOCUMENT_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086353#M976978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have forgotten to fill the XVBRP, then&lt;/P&gt;&lt;P&gt;it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 08:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rv-invoice-document-add/m-p/4086353#M976978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T08:20:15Z</dc:date>
    </item>
  </channel>
</rss>

