<?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: event structure  bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649599#M610688</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;on change of &lt;/P&gt;&lt;P&gt;of chek this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab like ekko occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab1 like ekpo occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekko into table itab up to 20 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekpo into table itab1 for all entries in itab where ebeln = itab-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort : itab by ebeln,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1 by ebeln ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on change of itab1-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab1-ebeln .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endon .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: /20 itab1-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&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;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 11:41:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T11:41:38Z</dc:date>
    <item>
      <title>event structure  bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649598#M610687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is on change of event&lt;/P&gt;&lt;P&gt;what is append structure and include structure&lt;/P&gt;&lt;P&gt;what is difference between bdc and bapi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649598#M610687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: event structure  bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649599#M610688</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;on change of &lt;/P&gt;&lt;P&gt;of chek this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab like ekko occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab1 like ekpo occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekko into table itab up to 20 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ekpo into table itab1 for all entries in itab where ebeln = itab-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort : itab by ebeln,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1 by ebeln ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on change of itab1-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ itab1-ebeln .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endon .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: /20 itab1-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&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;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649599#M610688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: event structure  bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649600#M610689</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;&lt;U&gt;&lt;B&gt;Append structures&lt;/B&gt;&lt;/U&gt; are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.&lt;BR /&gt;&lt;BR /&gt;An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.&lt;BR /&gt;&lt;BR /&gt;The following enhancements can be made to a table or structure TAB with an append structure:&lt;BR /&gt;&lt;BR /&gt;· Insert new fields in TAB,&lt;BR /&gt;&lt;BR /&gt;· Define foreign keys for fields of TAB that already exist,&lt;BR /&gt;&lt;BR /&gt;· Attach search helps to fields of TAB that already exist,&lt;BR /&gt;&lt;BR /&gt;These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.&lt;BR /&gt;&lt;BR /&gt;When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.&lt;BR /&gt;&lt;BR /&gt;Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.&lt;BR /&gt;&lt;BR /&gt;The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;Include Structure :&lt;/B&gt;&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;Here we have to add an Existing Structure to a Table .. So it can be reused.&lt;BR /&gt;We cannot Include structure to Standard Table&lt;BR /&gt;It can be inserted anywhere in the Table. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Batch Data Communication: Batch Input&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;Batch input is typically used to transfer data from non-R/3 systems to R/3 systems or to transfer data between R/3 systems.&lt;BR /&gt;&lt;BR /&gt;It is a data transfer technique that allows you to transfer datasets automatically to screens belonging to transactions, and thus to an SAP system. Batch input is controlled by a batch input session. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Batch input session&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Groups a series of transaction calls together with input data and user actions . A batch input session can be used to execute a dialog transaction in batch input, where some or all the screens are processed by the session. Batch input sessions are stored in the database as database tables and can be used within a program as internal tables when accessing transactions. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;BAPI&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs are standardized programming interfaces (methods) enabling external applications to access business processes and data in the R/3 System.&lt;/P&gt;&lt;P&gt;BAPIs provide stable and standardized methods to achieve seamless integration between the R/3 System and external applications, legacy systems and add-ons.&lt;/P&gt;&lt;P&gt;BAPIs are defined in the BOR(Business object repository) as methods of SAP business object types that carry out specific business functions. &lt;/P&gt;&lt;P&gt;BAPIs are implemented as RFC-enabled function modules and are created in the Function Builder of the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Padmam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649600#M610689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: event structure  bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649601#M610690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. what is on change of event&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    It is triggered in any loop only when the Given field value chanes.&lt;/P&gt;&lt;P&gt;    AT NEW &amp;lt;FIELD&amp;gt; can be used only in LOOP .. ENDLOOP.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    SELECT * FROM MARC INTO WA.&lt;/P&gt;&lt;P&gt;      ON CHANGE OF WA-WERKS.&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;      ENDON.&lt;/P&gt;&lt;P&gt;    ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. what is append structure and include structure&lt;/P&gt;&lt;P&gt;   Append structures are created on tables to add new fields to Standard tables    &lt;/P&gt;&lt;P&gt;   Inlcude structures are reusable structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. what is difference between bdc and bapi &lt;/P&gt;&lt;P&gt;   both these are used in Data migration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   BDC will migrate the data by processing transaction screens .. it will be slow.&lt;/P&gt;&lt;P&gt;   BAPI will not process screens .. directly updates the Tables.. so it is faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-structure-bdc/m-p/2649601#M610690</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-24T11:52:05Z</dc:date>
    </item>
  </channel>
</rss>

