<?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 fields from vbrk table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349179#M1837945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, no chance to find VBRK (invoice) during creation of sales order....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have better chance to find this information in one partner in internal table XVBPA (from table VBPA) Also, if some data is displayed, it comes from statement TABLES which create a common interface work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &lt;SPAN style="text-decoration: underline;"&gt;first read the BAdI documentation&lt;/SPAN&gt; as there are methods provided to exchange information with the main program (e.g. ACTIVATE_TAB_PAGE receives VBAK, VBAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also use search tool, I'm sure there is already a blog on this BAdI (Ehp 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 14:43:21 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2014-05-14T14:43:21Z</dc:date>
    <item>
      <title>Problem with fields from vbrk table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349177#M1837943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly i created an extra tab using "BADI_SLS_ITEM_SCR_CUS" for transactions VA01, VA02, VA03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BADI_SLS_ITEM_SCR_CUS i have given the program name "zz_test_prgrm" and srenn number as 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i created program "zz_test_prgrm " and screen 100. After that i have added fields from VBAK,VBAP and VBRK table to screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fields added from VBAP and VBAK table are working fie,but field STCEG from VBRK is showing empty field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: i have not coded anything in PBO or PAI modules of "ZZ_test_prgrm" because the field names are same as field names from database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me where i went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;cheruku.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349177#M1837943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-14T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields from vbrk table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349178#M1837944</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;If my memory serves correct, the field STCEG is for the customer (KNA1-STCEG). Also, while creating the sales order how do you expect something from billing to be populated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need get this data into your custom screen based on KUNNR on your sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vikram.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 12:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349178#M1837944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-14T12:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields from vbrk table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349179#M1837945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, no chance to find VBRK (invoice) during creation of sales order....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have better chance to find this information in one partner in internal table XVBPA (from table VBPA) Also, if some data is displayed, it comes from statement TABLES which create a common interface work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &lt;SPAN style="text-decoration: underline;"&gt;first read the BAdI documentation&lt;/SPAN&gt; as there are methods provided to exchange information with the main program (e.g. ACTIVATE_TAB_PAGE receives VBAK, VBAP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also use search tool, I'm sure there is already a blog on this BAdI (Ehp 5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349179#M1837945</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-05-14T14:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields from vbrk table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349180#M1837946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 10:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fields-from-vbrk-table/m-p/10349180#M1837946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-16T10:02:34Z</dc:date>
    </item>
  </channel>
</rss>

