<?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: Create your source code in your own include DBIOCC01. How to create include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011594#M1346147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this forum is not for basic training. Please look at sap library &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Aug 2009 20:09:26 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-08-23T20:09:26Z</dc:date>
    <item>
      <title>Create your source code in your own include DBIOCC01. How to create include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011592#M1346145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know how to create own include DBIOCC01.  Please let me know how to create this include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pasting OSS NOTE here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number 434123&lt;/P&gt;&lt;P&gt;Version 7&lt;/P&gt;&lt;P&gt;Processor&lt;/P&gt;&lt;P&gt;Processing Status New&lt;/P&gt;&lt;P&gt;Implement. Status Can be implemented&lt;/P&gt;&lt;P&gt;Language EN&lt;/P&gt;&lt;P&gt;Short Text Filling and displaying own fields in information system&lt;/P&gt;&lt;P&gt;Component PP-SFC-IS Information System&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;Long Text&lt;/P&gt;&lt;P&gt;Symptom&lt;/P&gt;&lt;P&gt;You want the system to display additional fields in the order information system which&lt;/P&gt;&lt;P&gt;are not provided in the standard system.&lt;/P&gt;&lt;P&gt;Other terms&lt;/P&gt;&lt;P&gt;COOIS, COHV, CO26, CO28, CO05N, CO04N, COMAC&lt;/P&gt;&lt;P&gt;Reason and Prerequisites&lt;/P&gt;&lt;P&gt;THIS IS A MODIFICATION.&lt;/P&gt;&lt;P&gt;Note that as of Release 4.70, you can add additional fields without modification using&lt;/P&gt;&lt;P&gt;customer includes and you can fill them in the WORKORDER_INFOSYSTEM BAdI (You can find&lt;/P&gt;&lt;P&gt;examples of this in Notes 615176 und 615206).&lt;/P&gt;&lt;P&gt;For Releases lower than 4.7, you can only carry out the enhancement using a&lt;/P&gt;&lt;P&gt;modification. During an upgrade, it is possible to transfer this modification to&lt;/P&gt;&lt;P&gt;Release 4.7 (or higher).&lt;/P&gt;&lt;P&gt;Solution&lt;/P&gt;&lt;P&gt;This note is a help for adding to the structures of the order information system. It&lt;/P&gt;&lt;P&gt;describes how to display the additional fields and fill them with content.&lt;/P&gt;&lt;P&gt;The addition to these structures is a modification. Therefore, SAP does not accept any&lt;/P&gt;&lt;P&gt;responsibility that this modification will work correctly nor does SAP accept the&lt;/P&gt;&lt;P&gt;responsibility or maintenance for problems caused by this modification.&lt;/P&gt;&lt;P&gt;To add to a structure, you have to carry out the following steps (this is shown for&lt;/P&gt;&lt;P&gt;the example of order headers IOHEADER):&lt;/P&gt;&lt;P&gt;1. Add the desired fields to the corresponding structure in the DDIC (IOHEADER). You&lt;/P&gt;&lt;P&gt;might not be able to use the displayed fields of the structure. However, you have&lt;/P&gt;&lt;P&gt;to take into account that the data type of the field used can be used for this&lt;/P&gt;&lt;P&gt;purpose and that this can result in certain inconsistencies (for example, F1 and&lt;/P&gt;&lt;P&gt;F4 help for this field are incorrect, double-clicking can lead to incorrect&lt;/P&gt;&lt;P&gt;transactions ...). SAP also reserves the right to use fields in the future which&lt;/P&gt;&lt;P&gt;have not been displayed up to now and to display these fields. This will then&lt;/P&gt;&lt;P&gt;result in conflicts with your modification. Refer to step 2 for the fields which&lt;/P&gt;&lt;P&gt;are not displayed in a structure.&lt;/P&gt;&lt;P&gt;2. You have to set the attached fields so that they can be displayed. To do so, use&lt;/P&gt;&lt;P&gt;report RCOTX000 (refer to Note 363327 for instructions). This report controls&lt;/P&gt;&lt;P&gt;which fields can be displayed and what the column headers for these fields should&lt;/P&gt;&lt;P&gt;be. If you want to use a field which has not been displayed up to now, you have to&lt;/P&gt;&lt;P&gt;change the column headers accordingly.&lt;/P&gt;&lt;P&gt;R/3 Note Nr. 434123 22.08.2009 Page 1&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;3. You must execute report RCNCT000 for the changed structure. This report controls&lt;/P&gt;&lt;P&gt;the fields according to which grouping and sorting can be done. Using this report,&lt;/P&gt;&lt;P&gt;the system also generates an include that is required for the export from the&lt;/P&gt;&lt;P&gt;information system to Excel. If you have changed a structure in the DDIC, you at&lt;/P&gt;&lt;P&gt;least must regenerate the corresponding include. Refer to the attachment and Note&lt;/P&gt;&lt;P&gt;363327 for information on which include has to be generated for which structure&lt;/P&gt;&lt;P&gt;and how to proceed.&lt;/P&gt;&lt;P&gt;4. In the information system, you must implement source code which ensures that your&lt;/P&gt;&lt;P&gt;fields are filled. For this, you can implement the source code directly in include&lt;/P&gt;&lt;P&gt;DBIOCF01 in the corresponding FORM routine responsible for filling the structure&lt;/P&gt;&lt;P&gt;tables (for structure IOHEADER, table IOHEADER_TAB is filled in FORM&lt;/P&gt;&lt;P&gt;FILL_IOHEADER_TAB). However, include DBIOCF01 is delivered frequently in Support&lt;/P&gt;&lt;P&gt;Packages so that you would frequently have to reconcile corrections.&lt;/P&gt;&lt;P&gt;For this reason, it appears to be more favorable to create include DBIOCC01 and&lt;/P&gt;&lt;P&gt;call this include from include DBIOCF02. To do this, you must modify only one&lt;/P&gt;&lt;P&gt;passage of include DBIOCF02 (insert a PERFORM). Create your source code in your&lt;/P&gt;&lt;P&gt;own include DBIOCC01. Refer to the correction instructions to do this. You can&lt;/P&gt;&lt;P&gt;also use these correction instructions to fill your own fields in planned orders.&lt;/P&gt;&lt;P&gt;You must take the following aspects into account:&lt;/P&gt;&lt;P&gt;o If fields are contained in structures in the standard system but cannot be&lt;/P&gt;&lt;P&gt;displayed, this is generally due to the fact that filling these fields&lt;/P&gt;&lt;P&gt;(correctly) is not ensured. If you set these fields for display, SAP does not&lt;/P&gt;&lt;P&gt;accept any responsibility for the correct filling.&lt;/P&gt;&lt;P&gt;o Changing standard fields (for example AUFNR, MATNR, AUART, ...) can affect the&lt;/P&gt;&lt;P&gt;correct function of the information system.&lt;/P&gt;&lt;P&gt;o Additional accesses to the database (SELECTs) have a negative effect on the&lt;/P&gt;&lt;P&gt;performance of the information system.&lt;/P&gt;&lt;P&gt;o In the case of changes, SAP reserves the right to deliver the includes&lt;/P&gt;&lt;P&gt;generated using RCNCT000 in Support Packages. If you have changed the&lt;/P&gt;&lt;P&gt;corresponding structure for this include, you must regenerate the include after&lt;/P&gt;&lt;P&gt;implementing the corresponding Support Package.&lt;/P&gt;&lt;P&gt;o Tables AUFK (order headers) and AFVU (operations) contain so-called customer&lt;/P&gt;&lt;P&gt;includes (CI_AUFK or CI_AFVU). If you create these includes, their fields&lt;/P&gt;&lt;P&gt;automatically exist in all order header and operation tables and all relevant&lt;/P&gt;&lt;P&gt;structures (CAUFV, CAUFVD, AFVGD ...) and are available in all order processing&lt;/P&gt;&lt;P&gt;transactions. They therefore also exist in the information system. You only&lt;/P&gt;&lt;P&gt;have to display them using step 2 and 3. However, if you only want to display&lt;/P&gt;&lt;P&gt;additional fields in the information system and not introduce these fields in&lt;/P&gt;&lt;P&gt;the entire order processing, SAP does not recommend creating the customer&lt;/P&gt;&lt;P&gt;includes because these fields have to be dragged along in all order&lt;/P&gt;&lt;P&gt;transactions and also require corresponding space in the database.&lt;/P&gt;&lt;P&gt;Attachment&lt;/P&gt;&lt;P&gt;Programm List Structure Include&lt;/P&gt;&lt;P&gt;PPIOD000 Goods Movements IOMAMO RCNMAMO&lt;/P&gt;&lt;P&gt;PPIOE000 Trigger Points IOOPMST RCNMST&lt;/P&gt;&lt;P&gt;PPIOF000 Production Resource/Tool IOOPPRT RCNPRT&lt;/P&gt;&lt;P&gt;PPIOG000 Automatic Goods Movements IOGOMO RCNGOMO&lt;/P&gt;&lt;P&gt;R/3 Note Nr. 434123 22.08.2009 Page 2&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;PPIOH000 Order Headers IOHEADER RCNHEAD&lt;/P&gt;&lt;P&gt;PPIOI000 Items IOITEM RCNITEM&lt;/P&gt;&lt;P&gt;PPIOK000 Capacities IOOPCAP RCNCAP&lt;/P&gt;&lt;P&gt;PPIOM000 Components IOOPCOMP RCNCOMP&lt;/P&gt;&lt;P&gt;PPIOO000 Operations IOOPER RCNOPER&lt;/P&gt;&lt;P&gt;PPIOQ000 Purchase Requisitions IOOPPREQ RCNPREQ&lt;/P&gt;&lt;P&gt;PPIOR000 Confirmations IOCONF RCNCONF&lt;/P&gt;&lt;P&gt;PPIOS000 Sequences IOSEQUEN RCNSEQU&lt;/P&gt;&lt;P&gt;PPIOT000 Purchase Orders IOOPPORD RCNPORD&lt;/P&gt;&lt;P&gt;PPIOW000 Goods Movements with Errors IOGMER RCNGMER&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;Valid Releases&lt;/P&gt;&lt;P&gt;SAP Application&lt;/P&gt;&lt;P&gt;31H&lt;/P&gt;&lt;P&gt;31I&lt;/P&gt;&lt;P&gt;40A&lt;/P&gt;&lt;P&gt;40B&lt;/P&gt;&lt;P&gt;45A&lt;/P&gt;&lt;P&gt;45B&lt;/P&gt;&lt;P&gt;46A&lt;/P&gt;&lt;P&gt;46B&lt;/P&gt;&lt;P&gt;46C&lt;/P&gt;&lt;P&gt;470&lt;/P&gt;&lt;P&gt;500&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;Links to Support Packages&lt;/P&gt;&lt;P&gt;Software Component Release Package Name&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;P&gt;R/3 Note Nr. 434123 22.08.2009 Page 3&lt;/P&gt;&lt;P&gt;________________________________________________________________________&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Aug 2009 18:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011592#M1346145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-22T18:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create your source code in your own include DBIOCC01. How to create include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011593#M1346146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried to implement SAP note 434123, the perquisite to it is that, the INCLUDE program DBIOCC01 needs to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the INCLUDE program is a SAP standard, please let me know how to create this include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 02:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011593#M1346146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-23T02:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create your source code in your own include DBIOCC01. How to create include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011594#M1346147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this forum is not for basic training. Please look at sap library &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 20:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-your-source-code-in-your-own-include-dbiocc01-how-to-create-include/m-p/6011594#M1346147</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-23T20:09:26Z</dc:date>
    </item>
  </channel>
</rss>

