<?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: billng document creation using bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935819#M1600167</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;Sorry for the late reply. It has been so long since i've got to this issue again. The problem actually is that upon billing document creation, it only reads the item levels from outbound delivery with item category TANN. It does not read those with category TAN. What am I missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 15:03:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-12T15:03:10Z</dc:date>
    <item>
      <title>billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935815#M1600163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been using bapi for sales order and outbound delivery creation. But for billing document i'm using BDC. it's simpler. The creation of sales order and outbound delivery has no problem. The problem is upon creation of the billing document, it only creates the last entry in the item level. Example, if item has 10,20, and 30; it will only create item 30 in the billing document level. But no problem with the sales order and outdel. What could i be missing here? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935815#M1600163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935816#M1600164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In the bdc, the step where you are creating line items, are you sure you loop on the table containing the line items for teh same billing document?. The process needs to be repeated for all of them.Probably the data is being over written so only the last entry is being passed.Try and debug it and see, what goes into bdcdata table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935816#M1600164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T06:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935817#M1600165</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;Im actually not very particular on where in the bdc code the line items are being processed. the only variable that I see here is the outbound del number which is g_odnum. Here is the BDC code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;f_bdc_dynpro 'SAPMV60A' '0102'.
      f_bdc_field  'BDC_CURSOR' 'KOMFK-VBELN(01)'.
      f_bdc_field  'BDC_OKCODE' '/00'.
      f_bdc_field  'KOMFK-VBELN(01)' g_odnum.
      f_bdc_dynpro 'SAPMV60A' '0104'.
      f_bdc_field  'BDC_CURSOR' 'VBRK-FKART'.
      f_bdc_field  'BDC_OKCODE' '=SICH'.
      f_bdc_transaction 'VF01'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me identify where it is in this BDC code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935817#M1600165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T06:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935818#M1600166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the screen points to the screen 102 for creating teh line items of billing document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the BDC has "'KOMFK-VBELN(01)'"&lt;/P&gt;&lt;P&gt;here 01 specifies the line item no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This implies  KOMFK-VBELN is always pointing on line item no 1. If you wish to pass your value to other line items,you need to  create  a counter and assign it to KOMFK-VBELN. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 06:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935818#M1600166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-22T06:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935819#M1600167</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;Sorry for the late reply. It has been so long since i've got to this issue again. The problem actually is that upon billing document creation, it only reads the item levels from outbound delivery with item category TANN. It does not read those with category TAN. What am I missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935819#M1600167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-12T15:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935820#M1600168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any special reason for writing BDC. SAP provided a program- RV60SBAT. Set the required variants and schedule this  program so create billing documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TANN is free of charge items, generally this will not to billing unless you want this to posted for statistical purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask your SD functional team member to check related to item categories and their process of posting billing documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 18:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935820#M1600168</guid>
      <dc:creator>former_member611181</dc:creator>
      <dc:date>2011-07-12T18:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: billng document creation using bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935821#M1600169</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;Actually when using category TANN, billdoc is successfully created. Im having problems with TAN category. On the BDC recording, i dont see any difference if we used TAN or TANN. What could be the possible problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 05:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/billng-document-creation-using-bdc/m-p/7935821#M1600169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-13T05:54:53Z</dc:date>
    </item>
  </channel>
</rss>

