<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAP E Books &#187; sap</title>
	<atom:link href="http://www.sapebooks.com/info/tag/sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapebooks.com/info</link>
	<description>Largest collection of SAP E Books</description>
	<lastBuildDate>Sun, 27 Mar 2011 16:53:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>What does configuration/customization mean in SAP?</title>
		<link>http://www.sapebooks.com/info/general/what-does-configurationcustomization-mean-in-sap/</link>
		<comments>http://www.sapebooks.com/info/general/what-does-configurationcustomization-mean-in-sap/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 05:10:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=903</guid>
		<description><![CDATA[During the Realization phase of a SAP implementation the project team will configure the SAP environment to meet the requirements defined during Blueprint.  Configuration can take many forms and many of them from SAP’s perspective are not considered “modifications” though the line is somewhat gray on occasion.  The various types of configuration include: Types of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">During the Realization phase of a SAP implementation the project team will configure the SAP environment to meet the requirements defined during Blueprint.  Configuration can take many forms and many of them from SAP’s perspective are not considered “modifications” though the line is somewhat gray on occasion.  The various types of configuration include:</p>
<p style="text-align: justify;"><span id="more-903"></span><br />
<strong>Types of Configuration</strong></p>
<p style="text-align: justify;"><strong>Table Maintenance</strong></p>
<p style="text-align: justify;">Many of the transactional fields in SAP are populated from drop-down lists, maintenance of these lists is a standard activity on any project and is not considered a modification. </p>
<p style="text-align: justify;"><strong>Examples of Table Maintenance:</strong></p>
<p style="text-align: justify;">Payment Terms &#8211; Most if not all clients attach payment terms to their Sales Orders.  SAP comes loaded with a set of default terms, which can be hidden or others can be added, to fit a particular client’s needs. </p>
<p style="text-align: justify;">Material Groups – In the material master SAP provides Material Groups so that clients can group their materials by product line, product family, etc.  The values in this table can be changed as needed.  The values themselves are used in things like pricing, but changing the values does not change how SAP works.</p>
<p style="text-align: justify;">No standard code or functionality is affected by adding values to these tables.</p>
<p style="text-align: justify;">
<strong>Z Conditions and Z Document types</strong></p>
<p style="text-align: justify;">These objects are table entries or views of several tables which are merely containers for sets of instructions SAP uses in its’ standard code to perform tasks.</p>
<p style="text-align: justify;"><strong>Example of Z Configuration:</strong></p>
<p style="text-align: justify;">SAP comes with a variety of preloaded “standard” configuration, for example out-of-the-box SAP provides a standard Sales Order called OR in the system, This OR has default settings that trigger certain functions within SAP. The settings take the form of fields populated by drop down lists, check boxes, and free form text fields.  All of these settings can be changed without any development time.  SAP realizes that the Standard Sales Order may not meet a client’s needs.  The standard policy is to use the copy function, make a duplicate of the OR and rename it by putting a “Z” in front of it. So the custom order type would be called ZOR. The character Z lets anyone working on the system know that this is a copy of standard configuration and has been changed for the customers needs. Making a copy of the “OR” rather than changing the “OR” provides a baseline model incase the implementation team needs a point of reference.  This does not require development time, though the new configuration does have to be tested.  This is not considered a modification by SAP.</p>
<p style="text-align: justify;">
<strong>Formulas, Requirements and Data Transfer Routines</strong></p>
<p style="text-align: justify;">SAP provides “holes” in its’ code where instruction sets can be “included”.  Sample sets are included with SAP but they intend for customers to create their own as required to custom, ”configure” the system to meet business needs.  SAP does provide standard formulas, which are listed and defined in a separate document in the ASAP Implementation Assistant.  However when new formulas, requirements, or data transfer routines are needed a development resource and time must be set aside, because they are written in ABAP  or Java code. These types of code are typically not complex and do not require significant time to produce.</p>
<p style="text-align: justify;"><strong>Example of a Formula:</strong></p>
<p style="text-align: justify;">In many cases rounding routinely is an issue during implementations depending on the customers pricing model.  Standard SAP rounding will round to two decimal places, however if requirements dictate that rounding should be done to the nearest nickel, dime, dollar etc., a formula could be written to satisfy this requirement.</p>
<p style="text-align: justify;">
<strong>User Exits</strong></p>
<p style="text-align: justify;">See Formulas, Requirements, and Data Transfer Routines.</p>
<p style="text-align: justify;">Where Formulas, Requirements and Data transfer Routines are usually no more than a few lines of code, User Exits can be quite complex and perform a variety of functions throughout the SAP system.  But since they reside in the “holes” in Standard SAP code that SAP provides they are not considered modifications to CORE SAP.<br />
SAPScripts/SAPSmartForms</p>
<p style="text-align: justify;">A SAPScript is a printing program.  These programs process the outputs from SAP, Order Acknowledgements, Purchase Orders, Invoices, etc. The SAPScripts contain the layouts for the outputs and hence SAP expects every customer to customize the layouts of their documents.  This functionality is being phased out by SAP Smart Forms which are object oriented and easier to maintain.</p>
<p style="text-align: justify;">
<strong>OSS Notes</strong></p>
<p style="text-align: justify;">Changes (Bug Fixes) and/or corrections to SAP code which can be initiated and implemented by SAP and/or SAP customers which are properly documented and identified in such a manner as too easily allow migration to future releases with little or no intervention.</p>
<p style="text-align: justify;">Whenever bugs are reported to SAP, the fixes they put out are call OSS notes.  By entering transaction OSS1 in SAP and assuming you have a connection to SAP, you will be linked to their OSS System, which gives you access to all of the notes, which are sorted by release and module.  If you are on ECC Release 5.0 none of the notes for prior releases should be important to you since a fix created for 4.6c would have been incorporated as standard in 5.0.  So when searching the Database you would look for notes for release ECC 5.0 or higher.</p>
<p style="text-align: justify;">OSS Notes document the problem and the resolution. They require that an ABAP developer apply them, since it more often than not requires inserting and changing lines of Code in SAP.</p>
<p style="text-align: justify;">During Upgrades an evaluation must be done of all the OSS notes that have been applied to see which ones are covered by the upgrade.  Any notes not covered by the new release need to be reapplied after SAP has been upgraded.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">
<strong>IPC aka Internet Pricing Configurator</strong></p>
<p style="text-align: justify;">For pricing in SAP CRM, all pricing must be loaded into the IPC a java based application. This requires that any custom pricing requirements or formulas, which were created in SAP’s ABAP programming language must be recreated in Java and loaded onto the IPC in order to do comparable pricing.</p>
<p style="text-align: justify;">To accomplish this a java developer is required as well as extensive testing.  Pricing is very complicated in standard SAP, let alone replicating that model in another programming language and setting up communication between the two.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">
<strong>MAS aka Mobile Application Studio</strong></p>
<p style="text-align: justify;">The Mobile Application studio allows you to customize the screens in the SAP CRM Mobile client.  This is an object oriented programming tool that can be used to change layouts and remove or add fields to screens in SAP.  These screen changes do not carry over into CRM Online or SAP R/3. </p>
<p style="text-align: justify;">Effective use of this tool requires a developer familiar with Visual Basic and object oriented programming methodologies.</p>
<p style="text-align: justify;"><strong>MODs aka Modifications</strong></p>
<p style="text-align: justify;">Changes to SAP code which are initiated and developed by SAP customers.  When Properly documented and identified these can be readily recognized and retrofitted during migration to future releases.</p>
<p style="text-align: justify;">SAP discourages MODs without their involvement and approval.  In all cases MODs  are not support under service agreements and SAP will not support any problems they cause with the system.</p>
<p style="text-align: justify;">If a customer works with SAP on the MOD then SAP may incorporate it in future releases at which point it becomes part of standard. </p>
<p style="text-align: justify;">The following OSS note should be considered before any modifications are built.</p>
<p style="text-align: justify;">170183: What to consider when applying modifications</p>
<p style="text-align: justify;">    </p>
<p style="text-align: justify;">*SAP may support MODs if they are involved in the custom development process and support the change.<br />
** SAP will support work in these areas only so far as it does not impact standard SAP/CRM Functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/general/what-does-configurationcustomization-mean-in-sap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Tables and Relation</title>
		<link>http://www.sapebooks.com/info/general/sap-tables-and-relation/</link>
		<comments>http://www.sapebooks.com/info/general/sap-tables-and-relation/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 17:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=886</guid>
		<description><![CDATA[SAP Tables and Relation This document list of all the major tables and their relationship. This document covers tables from following modules, 1. FI Financial Accounting Tables 2. CO Controlling Tables 3. MM Material Management Tables 4. SD Sales and Distribution Table 5. PS SAP Project System tables 6. PP &#8211; Project Planning tables This [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><a style="font-size: 16px; font-weight: bold;" href="http://sapebooks.com/cms/Solution-Documents/SAP-Tables-and-Relation.html">SAP Tables and Relation</a></h2>
<div style="float: left; width: 90%; text-align: justify;"><a title="SAP Tables and Relation" href="http://sapebooks.com/cms/Solution-Documents/SAP-Tables-and-Relation.html"> </a>This document list of all the major tables and their relationship.</p>
<p>This document covers tables from following modules,</p>
<p>1. FI Financial Accounting Tables<br />
2. CO Controlling Tables<br />
3. MM Material Management Tables<br />
4. SD Sales and Distribution Table<br />
5. PS SAP Project System tables<br />
6. PP &#8211; Project Planning tables</p>
<p>This document is very useful for the entire SAP consultants who have to work on table level.</p>
<p>This document will also help you to write functional specification for development. This will be specifically useful for all the ABAP consultants who need to work on developments in SAP.</p></div>
<div style="float: left; width: 90%; text-align: justify;">
<p>This document is available for immediate download, click here to know more and Buy Now!</p>
<h2><a style="font-size: 16px; font-weight: bold;" href="http://sapebooks.com/cms/Solution-Documents/SAP-Tables-and-Relation.html">SAP Tables and Relation<br />
</a></h2>
<div style="float: left; width: 90%;"><a title="SAP Tables and Relation" href="http://sapebooks.com/cms/Solution-Documents/SAP-Tables-and-Relation.html"> <img title="SAP Tables and Relation" src="http://sapebooks.com/cms/components/com_virtuemart/show_image_in_imgtag.php?filename=resized%2FSAP_Tables_and_R_4a5b6edd03327_90x90.png&amp;newxsize=90&amp;newysize=90&amp;fileout=" border="0" alt="SAP Tables and Relation" width="90" height="90" /></a><a title="SAP Tables and Relation" href="http://sapebooks.com/cms/Solution-Documents/SAP-Tables-and-Relation.html"> </a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/general/sap-tables-and-relation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Self Learning Materials</title>
		<link>http://www.sapebooks.com/info/general/sap-self-learning-materials/</link>
		<comments>http://www.sapebooks.com/info/general/sap-self-learning-materials/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:25:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=884</guid>
		<description><![CDATA[Complete set of SAP CO Documents Complete set of SAP FI Documents SAP AR AP Self Learning Documents SAP Assets Accounting self Learning Documents SAP Bank Accounting self Learning Documents SAP Cost Center Accounting (CO-CCA) self Learning Documents SAP Cost object controlling period end steps SAP ECC CIN Complete Implementation Document Kit SAP FI GL [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a title="Complete set of SAP CO Documents" href="http://sapebooks.com/cms/Solution-Documents/Complete-set-of-SAP-CO-Documents.html">Complete set of SAP CO Documents</a></li>
<li><a title="Complete set of SAP FI Documents" href="http://sapebooks.com/cms/Solution-Documents/Complete-set-of-SAP-FI-Documents.html">Complete set of SAP FI Documents</a></li>
<li><a title="SAP AR AP Self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-AR-AP-Self-Learning-Documents.html">SAP AR AP Self Learning Documents</a></li>
<li><a title="SAP Assets Accounting self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Assets-Accounting-self-Learning-Documents.html">SAP Assets Accounting self Learning Documents</a></li>
<li><a title="SAP Bank Accounting self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Bank-Accounting-self-Learning-Documents.html">SAP Bank Accounting self Learning Documents</a></li>
<li><a title="SAP Cost Center Accounting (CO-CCA) self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Cost-Center-Accounting-CO-CCA-self-Learning-Documents.html">SAP Cost Center Accounting (CO-CCA) self Learning Documents</a></li>
<li><a title="SAP Cost object controlling period end steps" href="http://sapebooks.com/cms/Solution-Documents/SAP-Cost-object-controlling-period-end-steps.html">SAP Cost object controlling period end steps</a></li>
<li><a title="SAP ECC CIN Complete Implementation Document Kit" href="http://sapebooks.com/cms/Solution-Documents/SAP-ECC-CIN-Complete-Implementation-Document-Kit.html">SAP ECC CIN Complete Implementation Document Kit</a></li>
<li><a title="SAP FI GL Self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-FI-GL-Self-Learning-Documents.html">SAP FI GL Self Learning Documents</a></li>
<li><a title="SAP Funds Management BCS Complete Implementation Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Funds-Management-BCS-Complete-Implementation-Documents.html">SAP Funds Management BCS Complete Implementation Documents</a></li>
<li><a title="SAP IS Utility Complete Project Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-IS-Utility-Complete-Project-Documents.html">SAP IS Utility Complete Project Documents</a></li>
<li><a title="SAP MM Material Management Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-MM-Material-Management-Complete-Documents.html">SAP MM Material Management Complete Documents</a></li>
<li><a title="SAP MM Warehouse Management Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-MM-Warehouse-Management-Complete-Documents.html">SAP MM Warehouse Management Complete Documents</a></li>
<li><a title="SAP PM Plant Maintenance Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-PM-Plant-Maintenance-Complete-Documents.html">SAP PM Plant Maintenance Complete Documents</a></li>
<li><a title="SAP PP Production Planning Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-PP-Production-Planning-Complete-Documents.html">SAP PP Production Planning Complete Documents</a></li>
<li><a title="SAP Product Cost Material ledger self learning documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Product-Cost-Material-ledger-self-learning-documents.html">SAP Product Cost Material ledger self learning documents</a></li>
<li><a title="SAP Profit Center Accounting (EC-PCA) Self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Profit-Center-Accounting-EC-PCA-Self-Learning-Documents.html">SAP Profit Center Accounting (EC-PCA) Self Learning Documents</a></li>
<li><a title="SAP Profitability Analysis COPA Self Learning Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-Profitability-Analysis-COPA-Self-Learning-Documents.html">SAP Profitability Analysis COPA Self Learning Documents</a></li>
<li><a title="SAP QM Quality Management Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-QM-Quality-Management-Complete-Documents.html">SAP QM Quality Management Complete Documents</a></li>
<li><a title="SAP SD Sales and Distribution Complete Documents" href="http://sapebooks.com/cms/Solution-Documents/SAP-SD-Sales-and-Distribution-Complete-Documents.html">SAP SD Sales and Distribution Complete Documents</a></li>
</ul>
<p>All these documents are available for instant download. For any help contact us at admin@sapebooks.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/general/sap-self-learning-materials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Analysie workflow problems</title>
		<link>http://www.sapebooks.com/info/workflow/how-to-analysie-workflow-problems/</link>
		<comments>http://www.sapebooks.com/info/workflow/how-to-analysie-workflow-problems/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 15:39:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Workflow]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=850</guid>
		<description><![CDATA[This article contains transactions and techniques that will help you nderstand and analyze your workflow problems.      Transaction SWUD      SWUD is the diagnosis transaction. This will guide you through the fault  finding process. The check-list order is determined dynamically      according to:  a) your workflow definition and  b) the statistics of the most common [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This article contains transactions and techniques that will help you nderstand and analyze your workflow problems.<br />
    </p>
<p style="text-align: justify;"><strong>Transaction SWUD</strong></p>
<p style="text-align: justify;">
     SWUD is the diagnosis transaction. This will guide you through the fault  finding process. The check-list order is determined dynamically<br />
     according to:</p>
<p style="text-align: justify;"> a) your workflow definition and</p>
<p style="text-align: justify;"> b) the statistics of the most common mistakes made when</p>
<p style="text-align: justify;">creating/activating a workflow.</p>
<p style="text-align: justify;"> The testbed, provides a launchpad for tests to ensure that your workflow definition is rugged enough for the production environment. It also allows you to access the tasks, subflows, object types, delegated object  types and agent assignments directly, without going through the workflow builder first. (Foreground tasks with no agent assignment are marked in red from release 4.5 onwards). This list is also useful as a catalogue of the components of workflow for documentation or transport purposes.<span id="more-850"></span></p>
<p style="text-align: justify;">
     Click on the &#8220;info&#8221; icon to read a description of the test being performed.<br />
     Any workflow accessed through this transaction is added to the last-used<br />
     list. The workflow can be recalled at a later date by clicking on the<br />
     reuse icon in the left-hand column of the last-used list.<br />
     The next section describes the transactions called from SWUD. Experts<br />
     may find it easier calling them directly.</p>
<p style="text-align: justify;">     Secondary Diagnosis Transactions</p>
<p style="text-align: justify;">         o  Transaction SWU3: Verify Workflow Customizing.<br />
            In this transaction the most important basic customizing for<br />
            workflow is checked. If you find any errors here, read the<br />
            documentation for the error. If your system is BBP or CRM, see<br />
            note 60801.</p>
<p>         o  Transaction SWEL: Event Log.<br />
            Note: Before you can use the event log, you must make sure it is<br />
            activated. You check this in transaction SWELS. If you are not<br />
            sure whether or not it is active, just deactivate and activate<br />
            the event log once.<br />
            WARNING: An activated event log can lead to bad performance, and<br />
            must not be activated constantly in a productive system.</p>
<p style="text-align: justify;">         o  Transaction SWE2: Event type linkage<br />
            A workflow is usually started or triggered by an EVENT so it is<br />
            important to make sure that an event occurrs. In the event log<br />
            you can see the event and its business object type.<br />
            If an event has been successfully created, it is important to<br />
            check if there is a receiver type for this event. The receiver<br />
            type is the workflow that has been triggered by the event.<br />
            The coupling between an event and the receiver can be maintained<br />
            in trans. SWE2.</p>
<p style="text-align: justify;">         o  Transaction SWU0: Event simulation<br />
            If you have found NO receiver type in the event log, then you<br />
            should check transaction SWU0, Simulate Events.<br />
            In this transaction you can simulate an event. The system will<br />
            check all workflows that could be triggered by the event and<br />
            tells you whether or not they were triggered. Information is<br />
            displayed for the workflows that were not triggered successfully.</p>
<p style="text-align: justify;">         o  Transaction SWI1: Work item list<br />
            If a workflow was been correctly triggered and started at least<br />
            one WORK ITEM should be created. You can view the work items in<br />
            transaction SWI1, Work Item Selection.<br />
            The easiest way for the selection is just to go into this<br />
            transaction after you have checked the event log. By default all<br />
            the work items of the last hour will be displayed.<br />
            You will find in this transaction the work item number, the<br />
            status of the work item and the workflow task that has created<br />
            the work item. Furthermore, (in the technical workitem display)<br />
            you can have a look at the container by selecting a work item and<br />
            using the menu GOTO -&gt; CONTAINER. To display the work item<br />
            details double click on the item. From the details you can see<br />
            the selected/ possible/excluded agents for this work item by<br />
            using the menu GOTO -&gt; AGENT -&gt; SELECTED/POSSIBLE/EXCLUDED<br />
            AGENTS.<br />
            When the status of the work item shows an error you should have a<br />
            look at the workflow log using the menu EDIT -&gt; DISPLAY WORKFLOW<br />
            LOG. Here you can see errors that have occurred.</p>
<p style="text-align: justify;">         o  Transaction PFTC/SWDD: Task editor/Workflow Builder<br />
            If you want to have a look at the definition of the workflow you<br />
            can use transaction PFTC, Maintain Tasks.<br />
            The button WORKFLOW BUILDER brings you to a graphical display of<br />
            the workflow structure which is fairly easy to read and<br />
            understand. On the tabstrip TRIGGERING EVENTS you can check if<br />
            the triggering is activated or not and deactivate/activate it by<br />
            clicking on the icon in front of the event.</p>
<p style="text-align: justify;">         o  Transaction OOCU: Customizing overview<br />
            To check if the relevant tasks are activated and users are<br />
                                                           </p>
<p style="text-align: justify;">            assigned, you can use transaction OOCU; Task Customizing<br />
            Overview.<br />
            In this transaction all the tasks are sorted by the application<br />
            components and are thus easy to find. Note that if you have<br />
            almost no entries in this transaction, you should execute  the<br />
            report RS_APPL_REFRESH in transaction SE38.</p>
<p style="text-align: justify;">         o  Transaction SWUE/SWUS: Event/workflow trigger<br />
            If you have activated a user exit, e.g. for the role<br />
            determination, and you have problems with that, you most probably<br />
            have to debug the workflow. This can be done using the<br />
            transaction SWUS or SWUE.<br />
            With SWUE you can create an event. After you entered object type<br />
            and event you have to fill the event parameters and the key for a<br />
            specific object. If you want to debug the workflow you have to<br />
            set the flag TRIGGER RECIEVER FM SYNCHR. If you have set a break<br />
            point in your user exit or in any other function module of the<br />
            workflow the system will stop at this break point and you can<br />
            start analyzing.<br />
            The second possibility to debug a workflow is to use the<br />
            transaction SWUS, the workflow test environment. In this<br />
            transaction you have to enter the workflow task and fill the<br />
            input data. Please use the F4-help to fill the input data. Here<br />
            again you have to set a break point in your user exit or in any<br />
            other function module of the workflow and then the system will<br />
            stop there.<br />
     Summary of the manual alternative to SWUD<br />
     Now that you have a better understanding of how to use these<br />
     transactions, you can follow the steps below to quickly analyze your<br />
     workflow problems:</p>
<p style="text-align: justify;">     1.  Go to transaction SWU3 and check if everything is okay. If it is<br />
         not, please fix it before you proceed.</p>
<p style="text-align: justify;">     2.  Go to transaction SWEL and check if an event is created. If not,<br />
         check in transaction SWELS if the event log is activated.</p>
<p style="text-align: justify;">         o  If you see an event but no workflow is triggered, proceed with<br />
            step 3.</p>
<p style="text-align: justify;">         o  If you see an event and a workflow is triggered, but the status<br />
            of the triggering shows an error, proceed with step 3.</p>
<p style="text-align: justify;">         o  If you see an event and a workflow is triggered and there is no<br />
            error, proceed with step 4.</p>
<p style="text-align: justify;">         o  If the event log is activated and you do not get any event, open<br />
            up a message using the component of the application to which the<br />
            business object type belongs. From release 20C for creation of<br />
            shopping carts<br />
            the architecture of workflows changed and no events are visible!</p>
<p style="text-align: justify;">     3.  Go to transaction SWU0 and simulate the event. Is the workflow that<br />
         you expect to be triggered visible in the simulation?</p>
<p style="text-align: justify;">         o  If it is not, then check the workflow definition in PFTC. The<br />
            event must be defined as triggering event.<br />
                                                             </p>
<p style="text-align: justify;">
         o  If it is, but the event linkage is not activated, go to<br />
            transaction OOCU and activated it.</p>
<p style="text-align: justify;">         o  If it is visible, but it is not activated, go to transaction PFTC<br />
            and activate it.</p>
<p style="text-align: justify;">     4.  Go to transaction SWI1. Search for the work item that belongs to the<br />
         workflow. Check the status of the work item.</p>
<p style="text-align: justify;">         o  If it shows an error, look at the workflow log. Do you see any<br />
            errors? If yes, you can probably find a solution in the SAPNet<br />
            Frontend. (Tips and tricks on how to search for information and<br />
            solutions in the SAPNet Frontend can be found in note 192194.) If<br />
            you do not find any help in the SAPNet Frontend, please open up a<br />
            message with the component BC-BMT-WFM and tell us the number of<br />
            the error message and the name of the workflow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/workflow/how-to-analysie-workflow-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAP Table List</title>
		<link>http://www.sapebooks.com/info/general/sap-table-list/</link>
		<comments>http://www.sapebooks.com/info/general/sap-table-list/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 12:50:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=848</guid>
		<description><![CDATA[  1         Customising 1.1        General settings 1.1.1        Countries             T005                             Countries 1.1.2        Currency             TCURC                         Currency codes             TCURR                         Wisselkoersen                 TCURT                                  Currency name             TCURX                         Decimal places for currencies. 1.1.3        Unit of measure             T006                             Units of measure 1.1.4        Calendar functions             T247                             Month names             TFACD                         Factory calendar definition             T015M                          Month names [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<h1 style="margin: 12pt 0in 3pt 0.3in;"><a name="_Toc494881630"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">1</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Customising</span></span></span></a><span lang="EN-GB"><span style="font-size: large; font-family: Arial;"> </span></span></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881631"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">1.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">General settings</span></em></span></span></a></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881632"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.1.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Countries</span></span></span></span></a><span lang="EN-GB"><span style="font-size: small; font-family: Times New Roman;"> </span></span></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">T005<span style="mso-tab-count: 3;">                             </span>Countries</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881633"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.1.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Currency</span></span></span></span></a><span lang="EN-GB"><span style="font-size: small; font-family: Times New Roman;"> </span></span></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCURC<span style="mso-tab-count: 3;">                         </span>Currency codes</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCURR<span style="mso-tab-count: 3;">                         </span>Wisselkoersen</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>TCURT<span style="mso-tab-count: 3;">                                  </span>Currency name</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCURX<span style="mso-tab-count: 3;">                         </span>Decimal places for currencies.</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881634"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.1.3</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Unit of measure</span></span></span></span></a><span lang="EN-GB"><span style="font-size: small; font-family: Times New Roman;"> </span></span></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T006<span style="mso-tab-count: 3;">                             </span>Units of measure</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881635"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.1.4</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Calendar functions</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T247<span style="mso-tab-count: 3;">                             </span>Month names</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TFACD<span style="mso-tab-count: 3;">                         </span>Factory calendar definition</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T015M<span style="mso-tab-count: 3;">                          </span>Month names</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZZ<span style="mso-tab-count: 3;">                             </span>Time zones</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZD<span style="mso-tab-count: 3;">                            </span>Summer time rules</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZDF<span style="mso-tab-count: 3;">                          </span>Summer time rules (fixed annual dates)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZDV<span style="mso-tab-count: 3;">                          </span>Summer time rules (variable dates)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZDT<span style="mso-tab-count: 3;">                          </span>Summer time rules texts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZ5<span style="mso-tab-count: 3;">                             </span>Assign Time Tones to Countries</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TTZ5S<span style="mso-tab-count: 3;">                           </span>Assign time zones to regions</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span id="more-848"></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881636"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">1.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span></a><em><span style="font-size: small;"><span style="font-family: Arial;"><span style="mso-bookmark: _Toc494881636;"><span lang="EN-GB">Enterprise</span></span><span style="mso-bookmark: _Toc494881636;"><span lang="EN-GB"> structure</span></span><span lang="EN-GB"> </span></span></span></em></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881637"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.2.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Definition</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;"><span style="mso-spacerun: yes;"> </span>FI</strong><span style="mso-tab-count: 1;">   </span>T880<span style="mso-tab-count: 3;">                             </span>Company</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T001<span style="mso-tab-count: 3;">                             </span>Company code</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">CO</strong><span style="mso-tab-count: 1;">   </span>TKA01<span style="mso-tab-count: 3;">                          </span>Controlling area</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">LO</strong><span style="mso-tab-count: 1;">   </span>T001W<span style="mso-tab-count: 3;">                          </span>Plant / sales organisation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T499S<span style="mso-tab-count: 3;">                           </span>Locations</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TSPA<span style="mso-tab-count: 3;">                            </span>Division</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">SD</strong><span style="mso-tab-count: 1;">   </span>TVKO<span style="mso-tab-count: 3;">                           </span>Sales organisation / company code</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVTW<span style="mso-tab-count: 1;">   </span><span style="mso-tab-count: 2;">                        </span>Distribution channel</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVBUR<span style="mso-tab-count: 3;">                         </span>Sales office</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>TVKBT<span style="mso-tab-count: 3;">                                  </span>Sales office text</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVKGR<span style="mso-tab-count: 3;">                         </span>Sales group</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TVGRT<span style="mso-tab-count: 3;">                          </span>Sales group text </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T171T<span style="mso-tab-count: 3;">                           </span>Sales district text</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">MM</strong><span style="mso-tab-count: 1;">  </span>T001L<span style="mso-tab-count: 3;">                           </span>Storage locations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>T024E<span style="mso-tab-count: 3;">                           </span>Purchasing organization</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>T3001<span style="mso-tab-count: 3;">                           </span>Warehouse number</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVST<span style="mso-tab-count: 3;">                            </span>Shipping point</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVLA<span style="mso-tab-count: 3;">                            </span>Loading point</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TTDS<span style="mso-tab-count: 3;">                            </span>Transportation</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881638"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.2.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Assignment</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">CO</strong><span style="mso-tab-count: 1;">   </span>TKA02<span style="mso-tab-count: 3;">                          </span>Assign company code to controlling area</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">LO</strong><span style="mso-tab-count: 1;">   </span>T001K<span style="mso-tab-count: 3;">                           </span>Assign plant (valuation area) to company code</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">SD</strong><span style="mso-tab-count: 1;">   </span>TVKO<span style="mso-tab-count: 3;">                           </span>Sales organisation / company code</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVKOV<span style="mso-tab-count: 3;">                         </span>Distribution channel / sales organisation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVKOS<span style="mso-tab-count: 3;">                         </span>Division to sales organization</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVTA<span style="mso-tab-count: 3;">                            </span>Sales aria</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVKBZ<span style="mso-tab-count: 3;">                          </span>Sales office to sales area</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVBVK<span style="mso-tab-count: 3;">                         </span>Sales group to sales office</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>TVKWZ<span style="mso-tab-count: 2;">             </span>Plants to sales organization</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><strong style="mso-bidi-font-weight: normal;">MM</strong><span style="mso-tab-count: 1;">  </span>T024E<span style="mso-tab-count: 3;">                           </span>Purchasing organization / company code</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 14.2pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">       </span>T024W<span style="mso-tab-count: 3;">                          </span>Plant to Purchase organization </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T001K<span style="mso-tab-count: 3;">                           </span>Link plant ( = valuation area) / company code</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TVSWZ<span style="mso-tab-count: 3;">                         </span>Shipping point to plant</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T320<span style="mso-tab-count: 3;">                             </span>Assignment MM Storage Location to WM Warehouse</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881639"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">1.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Financial accounting</span></em></span></span></a></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881640"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.3.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Company code</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T004<span style="mso-tab-count: 3;">                             </span>Chart of accounts</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T077S<span style="mso-tab-count: 3;">                           </span>Account group (g/l accounts)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T009<span style="mso-tab-count: 3;">                             </span>Fiscal year variants</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T880<span style="mso-tab-count: 3;">                             </span>Global company data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T014<span style="mso-tab-count: 3;">                             </span>Credit control area</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881641"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">1.3.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Fi document</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T010O<span style="mso-tab-count: 3;">                           </span>Posting period variant</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T010P<span style="mso-tab-count: 3;">                           </span>Posting Period Variant Names</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T001B<span style="mso-tab-count: 3;">                           </span>Permitted Posting Periods</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">T003<span style="mso-tab-count: 3;">                             </span>Document types</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T012<span style="mso-tab-count: 3;">                             </span>House banks</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881642"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">1.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Not categorized</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T007a<span style="mso-tab-count: 3;">                           </span>Tax keys</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T134<span style="mso-tab-count: 3;">                             </span>Material types</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T179<span style="mso-tab-count: 3;">                             </span>Materials: Product Hierarchies</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T179T<span style="mso-tab-count: 3;">                           </span>Materials: Product hierarchies: Texts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TJ02T<span style="mso-tab-count: 3;">                           </span>Status text</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TINC<span style="mso-tab-count: 3;">                             </span>Customer incoterms</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TVFK<span style="mso-tab-count: 3;">                            </span>Billing doc types</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T390<span style="mso-tab-count: 3;">                             </span>PM: Shop papers for print control</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p><span style="font-size: 10pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in;"><a name="_Toc494881643"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">2</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Basic data / administration</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881644"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">2.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Workbench related tables</span></em></span></span></a></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881645"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.1.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Data dictionary tables</span></span></span></span></a></h3>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>DD02L<span style="mso-tab-count: 3;">                                   </span>Tables in SAP</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>DD02T<span style="mso-tab-count: 3;">                          </span>Tables description</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>DD03L<span style="mso-tab-count: 3;">                          </span>Field names in SAP</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>DD03T<span style="mso-tab-count: 3;">                          </span>Field description in SAP</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881646"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.1.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Workbench</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TADIR<span style="mso-tab-count: 3;">                           </span>Directory of R/3 Repository Objects</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TRDIR<span style="mso-tab-count: 3;">                           </span>System table TRDIR</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TFDIR<span style="mso-tab-count: 3;">                           </span>Function Module</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TLIBG<span style="mso-tab-count: 3;">                           </span>Person responsible for function class</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TLIBT<span style="mso-tab-count: 3;">                            </span>Function Group Short Texts</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TFTIT<span style="mso-tab-count: 3;">                            </span>Function Module Short Text</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TSTC<span style="mso-tab-count: 3;">                            </span>Transaction codes in SAP</span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>TSTCT<span style="mso-tab-count: 3;">                                   </span>Transaction codes texts</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>T100<span style="mso-tab-count: 3;">                             </span>Message text (vb e000)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VARID<span style="mso-tab-count: 3;">                          </span>Variant data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>D020T<span style="mso-tab-count: 3;">                           </span>Screen texts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TDEVC<span style="mso-tab-count: 3;">                         </span>Development class</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TDEVCT<span style="mso-tab-count: 2;">                       </span>Texts for development classes</span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881647"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">2.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Administration</span></em></span></span></a></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881648"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">User administration</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR01<span style="mso-tab-count: 3;">                          </span>User master</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR02<span style="mso-tab-count: 3;">                          </span>Logon data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR03<span style="mso-tab-count: 3;">                          </span>User address data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="layout-grid-mode: line; color: black;"><span style="font-size: x-small; font-family: Arial;">USR04<span style="mso-tab-count: 3;">                          </span>User master authorizations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR11<span style="mso-tab-count: 3;">                          </span>User Master Texts for Profiles (USR10)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">UST12<span style="mso-tab-count: 3;">                          </span>User master: Authorizations</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR12<span style="mso-tab-count: 3;">                          </span>User master authorization values</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">USR13<span style="mso-tab-count: 3;">                          </span>Short Texts for Authorizations</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="layout-grid-mode: line; color: black;"><span style="font-size: x-small; font-family: Arial;">USR40<span style="mso-tab-count: 3;">                          </span>Prohibited passwords</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TOBJ<span style="mso-tab-count: 3;">                            </span>Objects</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TOBC<span style="mso-tab-count: 3;">                           </span>Authorization Object Classes</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TPRPROF<span style="mso-tab-count: 2;">                     </span>Profile Name for Activity Group</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">DEVACCESS<span style="mso-tab-count: 2;">                </span>Table for development user</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881649"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Batch input queue</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">APQD<span style="mso-tab-count: 3;">                           </span>DATA DEFINITION Queue</span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>APQI<span style="mso-tab-count: 3;">                                      </span>Queue info definition </span></span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881650"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.3</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Job processing</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TBTCO<span style="mso-tab-count: 3;">                          </span>Job status overview table</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TBTCP<span style="mso-tab-count: 3;">                          </span>Batch job step overview</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881651"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.4</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Spool</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TSP02<span style="mso-tab-count: 3;">                          </span>Spool: Print requests</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881652"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.5</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Runtime errors</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">SNAP<span style="mso-tab-count: 3;">                           </span>Runtime errors</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881653"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.6</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Message control</span></span></span></span></a></h3>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-spacerun: yes;"> </span><span style="mso-tab-count: 1;">               </span>TNAPR<span style="mso-tab-count: 3;">                                  </span>Processing programs for output</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>NAST<span style="mso-tab-count: 3;">                            </span>Message status </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>NACH<span style="mso-tab-count: 3;">                           </span>Printer determination</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881654"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.7</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">EDI</span></span></span></span></a></h3>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>EDIDC<span style="mso-tab-count: 3;">                                   </span>Control record</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDIDD<span style="mso-tab-count: 3;">                          </span>Data record</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDID2<span style="mso-tab-count: 3;">                          </span>Data record 3.0 Version</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDIDS<span style="mso-tab-count: 3;">                          </span>EDI status record</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDPAR<span style="mso-tab-count: 3;">                         </span>Convert External &lt;<span style="mso-spacerun: yes;">  </span>&gt; Internal Partner Number</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDPVW<span style="mso-tab-count: 2;">                        </span>EDI partner types</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDPI1<span style="mso-tab-count: 3;">                           </span>EDI partner profile inbound</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EDPO1/2/3<span style="mso-tab-count: 2;">                   </span>EDI partner profile outbound</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881655"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.8</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Change documents</span></span></span></span></a></h3>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>CDHDR<span style="mso-tab-count: 3;">                                 </span>Change document header</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CDPOS<span style="mso-tab-count: 3;">                                    </span>Change document positionen</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>JCDS<span style="mso-tab-count: 3;">                           </span>Change Documents for System/User Statuses (Table JEST)</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881656"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.9</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Reporting tree table</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">SERPTREE<span style="mso-tab-count: 2;">                   </span>Reporting: tree structure</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881657"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">2.2.10</span><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">LIS structure/control tables</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TMC4<span style="mso-tab-count: 3;">                            </span>Global Control Elements: LIS Info Structure<br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881658"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">3</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">MASTER DATA :</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881659"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">3.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Material master :</span></em></span></span></a></h2>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>MARA<span style="mso-tab-count: 3;">                                   </span>Material master</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MAKT<span style="mso-spacerun: yes;">  </span><span style="mso-tab-count: 3;">                         </span>Material text</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MARC<span style="mso-tab-count: 3;">                           </span>Material per plant / stock</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MVKE<span style="mso-tab-count: 3;">                           </span>Material master, sales data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MARD<span style="mso-tab-count: 3;">                          </span>Storage location / stock</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MSKA<span style="mso-tab-count: 3;">                           </span>Sales order stock</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MSPR<span style="mso-tab-count: 3;">                           </span>Project stock</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MARM<span style="mso-tab-count: 3;">                          </span>Units of measure</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MEAN<span style="mso-tab-count: 3;">                           </span>International article number</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PGMI<span style="mso-tab-count: 3;">                            </span>Planning material</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-spacerun: yes;"> </span><span style="mso-tab-count: 1;">           </span>PROP<span style="mso-tab-count: 3;">                           </span>Forecast parameters</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MAPR<span style="mso-tab-count: 3;">                           </span>Link MARC &lt;=&gt; PROP</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MBEW<span style="mso-tab-count: 3;">                          </span>Material valuation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MVER<span style="mso-tab-count: 3;">                           </span>Material consumption</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MLGN<span style="mso-tab-count: 3;">                           </span>Material / Warehouse number</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MLGT<span style="mso-tab-count: 3;">                           </span>Material / Storage type</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MPRP<span style="mso-tab-count: 3;">                           </span>Forecast profiles</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MDTB<span style="mso-tab-count: 3;">                           </span>MRP table</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MDKP<span style="mso-tab-count: 3;">                          </span>Header data for MRP document</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MLAN<span style="mso-tab-count: 3;">                           </span>Tax data material master</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">MTQSS<span style="mso-tab-count: 3;">                         </span>Material master view: QM</span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in; mso-pagination: widow-orphan;"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">3.1.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Basic data text (sap script)</span></span></span></span></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">STXB<span style="mso-tab-count: 3;">                            </span>SAPscript: Texts in non-SAPscript format</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>STXH<span style="mso-tab-count: 3;">                                     </span>STXD SAPscript text file header</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STXL<span style="mso-tab-count: 3;">                            </span>STXD SAPscript text file lines</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in; mso-pagination: widow-orphan;"><a name="_Toc494881661"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">3.1.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Batches</span></span></span></span></a><span lang="EN-GB"><span style="mso-spacerun: yes;"><span style="font-size: small; font-family: Times New Roman;">  </span></span></span></h3>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>MCHA<span style="mso-tab-count: 3;">                                   </span>Batches</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MCH1<span style="mso-tab-count: 3;">                           </span>Batches</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MCHB<span style="mso-tab-count: 3;">                           </span>Stock : batches</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881662"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">3.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Customer master data</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNA1<span style="mso-tab-count: 3;">                            </span>Customer master</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNB1<span style="mso-tab-count: 3;">                            </span>Customer / company</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVV<span style="mso-tab-count: 3;">                           </span>Customer sales data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNBK<span style="mso-tab-count: 3;">                           </span>Bank details</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVH<span style="mso-tab-count: 3;">                           </span>Customer hierarchy</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVP<span style="mso-tab-count: 3;">                           </span>Customer partners</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVS<span style="mso-tab-count: 3;">                           </span>Shipment data for customer</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVK<span style="mso-tab-count: 3;">                           </span>Contact persons</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KNVI<span style="mso-tab-count: 3;">                             </span>Customer master tax indicator</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881663"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">3.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Vendor</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFA1<span style="mso-tab-count: 3;">                            </span>Vendor master</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFB1<span style="mso-tab-count: 3;">                            </span>Vendor per company code</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFB5<span style="mso-tab-count: 3;">                            </span>Vendor dunning data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFM1<span style="mso-tab-count: 3;">                            </span>Purchasing organisation data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFM2<span style="mso-tab-count: 3;">                            </span>Purchasing data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LFBK<span style="mso-tab-count: 3;">                            </span>Bank details</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.5in; text-indent: -0.5in; tab-stops: list .4in .5in;"><a name="_Toc494881664"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">3.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Customer – material info record</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">KNMT<span style="mso-tab-count: 3;">                           </span>Customer material info record</span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881665"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">3.5</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Bank data</span></em></span></span></a></h2>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>BNKA<span style="mso-tab-count: 3;">                                    </span>Master bank data</span></span></span></p>
<p><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881666"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">4</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Characteristics<span style="mso-spacerun: yes;">  </span>:</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881667"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">4.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Characteristics :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CABN<span style="mso-tab-count: 4;">                                       </span>Characteristics ( o.a. batch/vendor)<span style="mso-tab-count: 1;">        </span></span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>CABNT<span style="mso-tab-count: 4;">                                                 </span>Characteristics description</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CAWN<span style="mso-tab-count: 4;">                                      </span>Characteristics<span style="mso-spacerun: yes;">  </span>( o.a. material)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CAWNT<span style="mso-tab-count: 3;">                         </span>Characteristics description</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AUSP<span style="mso-tab-count: 4;">                                       </span>Characteristic Values</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881668"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">4.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Class types and objects :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-spacerun: yes;">       </span><span style="mso-tab-count: 1;">     </span></span><span style="font-size: x-small;">TCLAO<span style="mso-spacerun: yes;">                          </span><span style="mso-tab-count: 2;">                        </span>Several class types for object</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCLA<span style="mso-tab-count: 4;">                                        </span>Class types ( vb. lfa1 =&gt; v10 en 010)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCLAT<span style="mso-tab-count: 4;">                                      </span>Class type text</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCLT<span style="mso-tab-count: 4;">                                         </span>Classifiable objects</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TCLC<span style="mso-tab-count: 4;">                                        </span>Classification status</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881669"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">4.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Links :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">INOB<span style="mso-tab-count: 4;">                                        </span>Link between Internal Number and Object</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>KLAH <span style="mso-tab-count: 4;">                                                   </span>Class header data<span style="mso-spacerun: yes;">   </span></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KSSK<span style="mso-tab-count: 4;">                                       </span>Allocation Table: Object (vb.matnr) to Class<span style="mso-spacerun: yes;">  </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KSML<span style="mso-tab-count: 4;">                                       </span>Characteristics for a class (internal number)</span></span></p>
<p><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-font-kerning: 14.0pt; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;" lang="EN-GB"><br style="page-break-before: always;" /></span></strong></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881670"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">5</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">FI/CO<span style="mso-spacerun: yes;">  </span>:</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881671"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">5.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">FI :</span></em></span></span></a></h2>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881672"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">5.1.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Master data</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>SKA1<span style="mso-tab-count: 3;">                            </span>Accounts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BNKA<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                  </span>Bank master record</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881673"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">5.1.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Accounting documents // indices</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BKPF<span style="mso-tab-count: 3;">                           </span>Accounting documents</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSEG<span style="mso-tab-count: 3;">                           </span>item level</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSID<span style="mso-spacerun: yes;">        </span><span style="mso-tab-count: 1;">        </span><span style="mso-spacerun: yes;"> </span><span style="mso-tab-count: 1;">           </span>Accounting: Secondary index for customers<span style="mso-spacerun: yes;">           </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSIK<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                    </span>Accounting: Secondary index for vendors<span style="mso-spacerun: yes;">             </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSIM<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                   </span>Secondary Index, Documents for Material<span style="mso-spacerun: yes;">             </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSIP<span style="mso-spacerun: yes;">        </span><span style="mso-tab-count: 2;">                     </span>Index for vendor validation of double documents<span style="mso-spacerun: yes;">     </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSIS<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                    </span>Accounting: Secondary index for G/L accounts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSAD<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                  </span>Accounting: Index for customers (cleared items)<span style="mso-spacerun: yes;">   </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSAK<span style="mso-spacerun: yes;">         </span><span style="mso-tab-count: 2;">                  </span>Accounting: Index for vendors (cleared items)<span style="mso-spacerun: yes;">     </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>BSAS<span style="mso-spacerun: yes;">        </span><span style="mso-tab-count: 2;">                   </span>Accounting: Index for G/L accounts (cleared items)</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881674"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">5.1.3</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Payment run</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">REGUH<span style="mso-tab-count: 2;">             </span>Settlement data from payment program</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">REGUP<span style="mso-tab-count: 3;">                         </span>Processed items from payment program</span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881675"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">5.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">CO :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TKA01<span style="mso-tab-count: 3;">                          </span>Controlling areas</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">TKA02<span style="mso-tab-count: 3;">                          </span>Controlling area assignment</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">KEKO<span style="mso-tab-count: 3;">                           </span>Product-costing header</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KEPH<span style="mso-tab-count: 3;">                           </span>Cost components for cost of goods manuf.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KALO<span style="mso-tab-count: 3;">                           </span>Costing objects</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KANZ<span style="mso-tab-count: 3;">                           </span>Sales order items &#8211; costing objects</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881676"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">5.2.1</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Cost center master data</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">CSKS<span style="mso-tab-count: 3;">                           </span>Cost Center Master Data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">CSKT<span style="mso-tab-count: 3;">                            </span>Cost center texts</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small;"><span style="font-family: Arial;">CRCO<span style="mso-tab-count: 3;">                           </span>Assignment of Work Center to Cost Center</span></span></p>
<h3 style="margin: 12pt 0in 3pt 0.5in;"><a name="_Toc494881677"><span style="font-family: Times New Roman;"><span lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: small;">5.2.2</span><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small;">Cost center accounting</span></span></span></span></a></h3>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">COSP<span style="mso-tab-count: 3;">                           </span>CO Object: Cost Totals for External Postings</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">COEP<span style="mso-tab-count: 3;">                           </span>CO Object: Line Items (by Period)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;">.<span style="mso-tab-count: 1;">           </span>COBK<span style="mso-tab-count: 3;">                           </span>CO Object: Document header</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>COST<span style="mso-tab-count: 3;">                           </span>CO Object: Price Totals</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<p><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881678"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">6</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Sales and Distribution (SD) :</span></span></span></a></h1>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBFA<span style="mso-tab-count: 3;">                           </span>Document flow (alg.)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTFA<span style="mso-tab-count: 3;">                            </span>Flow shipping documents<strong style="mso-bidi-font-weight: normal;"></strong></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881679"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Sales order :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">VBAK<span style="mso-tab-count: 3;">                           </span>Header data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBAP<span style="mso-tab-count: 3;">                           </span>Item data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBPA<span style="mso-tab-count: 3;">                           </span>Partners in sales order</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBKD<span style="mso-tab-count: 3;">                           </span>Sales district data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBEP<span style="mso-tab-count: 3;">                           </span>Data related to line items, delivery lines</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881680"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Billing document :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">VBRK<span style="mso-tab-count: 3;">                           </span>header data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VBRP<span style="mso-tab-count: 3;">                           </span>Item data</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881681"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Shipping :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTTK<span style="mso-tab-count: 3;">                            </span>Shipment header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTTP<span style="mso-tab-count: 3;">                            </span>Shipment item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTTS<span style="mso-tab-count: 3;">                            </span>Stage in transport</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTSP<span style="mso-tab-count: 3;">                            </span>Stage in transport per shipment item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VTPA<span style="mso-tab-count: 3;">                            </span>Shipment partners</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VEKP<span style="mso-tab-count: 3;">                           </span>Handling Unit &#8211; Header Table</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VEPO<span style="mso-tab-count: 3;">                           </span>Packing: Handling Unit Item (Contents)<span style="mso-tab-count: 1;">   </span></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881682"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Delivery :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LIKP<span style="mso-tab-count: 3;">                             </span>Delivery header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LIPS<span style="mso-tab-count: 3;">                             </span>Delivery item</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881683"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.5</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Pricing :</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">KONH <span style="mso-tab-count: 3;">                          </span>Conditions header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KONP<span style="mso-tab-count: 3;">                           </span>Conditions items</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KONV<span style="mso-tab-count: 3;">                           </span>Procedure ( billing doc or sales order)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KOND</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">6.6</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">contracts :</span></em></span></span></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">VEDA<span style="mso-tab-count: 3;">                           </span>Contract data</span></p>
<p><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881684"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">7</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Material Management (MM) :</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881685"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">7.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Material document</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MKPF<span style="mso-tab-count: 3;">                           </span>material document</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MSEG<span style="mso-tab-count: 3;">                          </span>material document (item level)</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881686"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">7.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Purchasing</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">EKKO<span style="mso-tab-count: 3;">                           </span>Purchase document</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKPO<span style="mso-tab-count: 3;">                           </span>Purchase document (item level)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKPV<span style="mso-tab-count: 3;">                           </span>Shipping-Specific Data on Stock Tfr. for Purch. Doc. Item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKET<span style="mso-tab-count: 3;">                            </span>Delivery schedule</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>VETVG<span style="mso-tab-count: 2;">             </span><span style="mso-tab-count: 1;">            </span>Delivery Due Index for Stock Transfer</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKES<span style="mso-tab-count: 3;">                           </span>Order Acceptance/Fulfillment Confirmations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKKN<span style="mso-tab-count: 3;">                           </span>Account assignment in purchasing</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKAN<span style="mso-tab-count: 3;">                           </span>Vendor address purchasing</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EKPA<span style="mso-tab-count: 3;">                           </span>Partner functions</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EIPO<span style="mso-tab-count: 3;">                            </span>Item export / import data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EINA<span style="mso-tab-count: 3;">                             </span>Purchase info record (main data)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EINE<span style="mso-tab-count: 3;">                             </span>Purchase info record (organisational data)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EORD<span style="mso-tab-count: 3;">                           </span>Source list</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EBAN<span style="mso-tab-count: 3;">                           </span>Purchase requisition</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>EBKN<span style="mso-tab-count: 3;">                           </span>Purchase Requisition Account Assignment</span></span></p>
<p><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881687"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">8</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Warehouse Management (WM) :</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881688"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">8.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Transfer requirement</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LTBK<span style="mso-tab-count: 3;">                            </span>Transfer requirement &#8211; header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LTBP<span style="mso-tab-count: 3;">                            </span>Transfer requirement &#8211; item</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881689"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">8.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Transfer order</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LTAK<span style="mso-tab-count: 3;">                            </span>Transfer order &#8211; header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LTAP<span style="mso-tab-count: 3;">                            </span>Transfer order &#8211; item<span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"></span></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881690"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">8.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Master data &#8211; stock positions</span></em></span></span></a></h2>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>LQUA<span style="mso-tab-count: 3;">                                    </span>Quants</span></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881691"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">8.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Inventory documents in WM</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LINK<span style="mso-tab-count: 3;">                             </span>Inventory document header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LINP<span style="mso-tab-count: 3;">                             </span>Inventory document item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>LINV<span style="mso-tab-count: 3;">                             </span>Inventory data per quant</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<p><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-font-kerning: 14.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always;" /></span></strong></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881692"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">9</span><span style="font: 7pt &quot;Times New Roman&quot;;">         </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Quality Management (QM) :</span></span></span></a><span lang="EN-GB"><span style="font-size: large; font-family: Arial;"> </span></span></h1>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881693"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">9.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Inspection lot / info record</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QALS<span style="mso-tab-count: 3;">                           </span>Inspection lot record</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>QAMB<span style="mso-tab-count: 3;">                                   </span>Link inspection lot &#8211; material document</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QAVE<span style="mso-tab-count: 3;">                           </span>Inspection usage decision </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QDPS<span style="mso-tab-count: 3;">                           </span>Inspection stages</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMAT<span style="mso-tab-count: 3;">                           </span>Inspection type &#8211; material parameters</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QINF<span style="mso-tab-count: 3;">                             </span>Inspection info record (vendor &#8211; material)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QDQL<span style="mso-tab-count: 3;">                           </span>Quality level</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QDPS<span style="mso-tab-count: 3;">                           </span>Inspection stages</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881694"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">9.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Quality notification</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">TQ80<span style="mso-tab-count: 3;">                            </span>Notification types</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">QMEL<span style="mso-tab-count: 3;">                           </span>Quality notification</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMFE<span style="mso-tab-count: 3;">                           </span>Quality notification – items</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMUR<span style="mso-tab-count: 3;">                          </span>Quality notification – causes</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMSM<span style="mso-tab-count: 3;">                          </span>Quality notification – tasks</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMMA<span style="mso-tab-count: 3;">                          </span>Quality notification – activities</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QMIH<span style="mso-tab-count: 3;">                            </span>Quality message &#8211; maintenance data excerpt</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881695"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">9.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">        </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Certificate profile</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QCVMT<span style="mso-tab-count: 2;">             </span>Certificate profile characteristic level: texts</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QCVM<span style="mso-tab-count: 3;">                          </span>Certificate profile characteristic level</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>QCVK<span style="mso-tab-count: 3;">                           </span>Certificate profile header</span></span></p>
<p><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA;"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in; mso-pagination: widow-orphan;"><a name="_Toc494881696"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">10</span><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Production Planning (PP)</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881697"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Work center</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CRHH<span style="mso-tab-count: 4;">                                       </span>Work center hierarchy</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CRHS<span style="mso-tab-count: 4;">                                       </span>Hierarchy structure</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">CRHD<span style="mso-tab-count: 4;">                                       </span>Work center header</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">CRTX<span style="mso-tab-count: 4;">                                        </span>Text for the Work Center or Production Resource/Tool</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CRCO<span style="mso-tab-count: 4;">                                       </span>Assignment of Work Center to Cost Center</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KAKO<span style="mso-tab-count: 4;">                                       </span>Capacity Header Segment<strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"></em></strong></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CRCA<span style="mso-tab-count: 4;">                                       </span>Work Center Capacity Allocation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TC24<span style="mso-tab-count: 4;">                                         </span>Person responsible for the workcenter</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881698"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Routings/operations</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MAPL<span style="mso-tab-count: 4;">                                       </span>Allocation of task lists to materials</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLAS<span style="mso-tab-count: 4;">                                        </span>Task list &#8211; selection of operations/activities</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLFH<span style="mso-tab-count: 4;">                                        </span>Task list &#8211; production resources/tools</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLFL<span style="mso-tab-count: 4;">                                        </span>Task list &#8211; sequences</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLKO<span style="mso-tab-count: 4;">                                       </span>Task list &#8211; header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLKZ<span style="mso-tab-count: 4;">                                        </span>Task list: main header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLPH<span style="mso-tab-count: 4;">                                        </span>Phases / suboperations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLPO<span style="mso-tab-count: 4;">                                       </span>Task list operation / activity</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLPR<span style="mso-tab-count: 4;">                                        </span>Log collector for tasklists<strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"></em></strong></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLMZ<span style="mso-tab-count: 4;">                                       </span>Allocation of BOM &#8211; items to operations</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881699"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Bill of material</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">STKO<span style="mso-tab-count: 4;">                                       </span>BOM &#8211; header<strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"></em></strong></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STPO<span style="mso-tab-count: 4;">                                       </span>BOM &#8211; item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STAS<span style="mso-tab-count: 4;">                                        </span>BOMs &#8211; Item Selection</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STPN<span style="mso-tab-count: 4;">                                        </span>BOMs &#8211; follow-up control</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STPU<span style="mso-tab-count: 4;">                                        </span>BOM &#8211; sub-item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>STZU<span style="mso-tab-count: 4;">                                        </span>Permanent BOM data<strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"></em></strong></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PLMZ<span style="mso-tab-count: 4;">                                       </span>Allocation of BOM &#8211; items to operations<strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"></em></strong></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>MAST<span style="mso-tab-count: 4;">                                       </span>Material to BOM link</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>KDST<span style="mso-tab-count: 4;">                                       </span>Sales order to BOM link</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881700"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Production orders</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;"><em>            </em></span></span><span style="font-size: x-small;">AUFK<span style="mso-tab-count: 4;">                                       </span>Production order headers</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFIH<span style="mso-tab-count: 4;">                                         </span>Maintenance order header</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AUFM<span style="mso-tab-count: 4;">                                       </span>Goods movement for prod. order</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFKO<span style="mso-tab-count: 4;">                                       </span>Order header data PP orders</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFPO<span style="mso-tab-count: 4;">                                       </span>Order item</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>RESB<span style="mso-tab-count: 4;">                                       </span>Order componenten<span style="mso-tab-count: 1;">       </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-spacerun: yes;">  </span><span style="mso-tab-count: 1;">          </span>AFVC<span style="mso-tab-count: 4;">                                       </span>Order operations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFVV<span style="mso-tab-count: 4;">                                       </span>Quantities/dates/values in the operation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFVU<span style="mso-tab-count: 4;">                                       </span>User fields of the operation</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFFL<span style="mso-tab-count: 4;">                                        </span>Work order sequence</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFFH<span style="mso-tab-count: 4;">                                        </span>PRT assignment data for the work order(routing)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>JSTO<span style="mso-tab-count: 4;">                                        </span>Status profile</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">JEST<span style="mso-tab-count: 4;">                                        </span>Object status</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">AFRU<span style="mso-tab-count: 4;">                                       </span>Order completion confirmations</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"><span style="mso-spacerun: yes;">           </span>PRT’s voor production orders</span></span></em></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>AFFH<span style="mso-tab-count: 4;">                                        </span>PRT assignment data for the work order</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>CRVD_A<span style="mso-tab-count: 3;">                                   </span>Link of PRT to Document</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>DRAW<span style="mso-tab-count: 4;">                                      </span>Document Info Record</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TDWA<span style="mso-tab-count: 4;">                                       </span>Document Types</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>TDWD<span style="mso-tab-count: 4;">                                      </span>Data Carrier/Network Nodes</span></span></p>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>TDWE<span style="mso-tab-count: 4;">                                                    </span>Data Carrier Type</span></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881701"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.5</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Planned orders</span></em></span></span></a></h2>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>PLAF<span style="mso-tab-count: 4;">                                                      </span>Planned orders</span></span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881702"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.6</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">KANBAN</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="mso-tab-count: 1;">            </span></span><span style="font-size: x-small;">PKPS<span style="mso-tab-count: 4;">                                       </span>Kanban identification, control cycle</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PKHD<span style="mso-tab-count: 4;">                                       </span>Kanban control cycle (header data)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PKER<span style="mso-tab-count: 4;">                                       </span>Error log for Kanban containers</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881703"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.7</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Reservations</span></em></span></span></a></h2>
<p class="MsoToc2" style="margin: 0in 0in 0pt; mso-pagination: widow-orphan; tab-stops: .5in;"><span style="font-variant: normal! important;" lang="EN-GB"><span style="font-size: x-small;"><span style="font-family: Times New Roman;"><span style="mso-tab-count: 1;">                </span>RESB<span style="mso-tab-count: 4;">                                                     </span>Material reservations</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>RKPF<span style="mso-tab-count: 4;">                                       </span>header</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881704"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.8</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Capacity planning</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">KBKO<span style="mso-tab-count: 4;">                                       </span>Header record for capacity requirements</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">KBED<span style="mso-tab-count: 4;">                                       </span>Capacity requirements records</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in;"><span style="font-size: x-small; font-family: Arial;">KBEZ<span style="mso-tab-count: 4;">                                       </span>Add. data for table KBED (for indiv. capacities/splits)</span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in; mso-pagination: widow-orphan;"><a name="_Toc494881705"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">10.9</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Planned independent requirements</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PBIM<span style="mso-tab-count: 4;">                                        </span>Independent requirements for material</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PBED<span style="mso-tab-count: 4;">                                       </span>Independent requirement data</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PBHI<span style="mso-tab-count: 4;">                                         </span>Independent requirement history</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small;"><span style="font-family: Arial;"><span style="mso-tab-count: 1;">            </span>PBIV<span style="mso-tab-count: 4;">                                         </span>Independent requirement index</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Arial;"><span style="font-size: x-small;"><span style="mso-tab-count: 1;">            </span>PBIC<span style="mso-tab-count: 4;">                                         </span>Independent requirement index for customer req</span><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;">.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="mso-tab-count: 2;"><span style="font-size: x-small; font-family: Arial;">                        </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in;"><span style="mso-tab-count: 1;"><span style="font-size: x-small; font-family: Arial;">   </span></span></p>
<p><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-font-kerning: 14.0pt; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;" lang="EN-GB"><br style="page-break-before: always;" /></span></strong></p>
<h1 style="margin: 12pt 0in 3pt 0.3in;"><a name="_Toc494881707"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">11</span><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Project system (PS)</span></span></span></a></h1>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881708"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">11.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Basic data</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.4in;"><span style="font-size: x-small; font-family: Arial;">PRHI<span style="mso-tab-count: 3;">                               </span>Work Breakdown Structure, Edges (Hierarchy Pointer)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.4in;"><span style="font-size: x-small; font-family: Arial;">PROJ<span style="mso-tab-count: 3;">                              </span>Project definition</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.4in;"><span style="font-size: x-small; font-family: Arial;">PRPS<span style="mso-tab-count: 3;">                              </span>WBS (Work Breakdown Structure) Element Master Data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.4in;"><span style="font-size: x-small; font-family: Arial;">RPSCO<span style="mso-tab-count: 3;">                           </span>Project info database: Costs, revenues, finances</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.4in;"><span style="font-size: x-small; font-family: Arial;">MSPR<span style="mso-tab-count: 3;">                             </span>Project stock</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">11.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Equipment</span></em></span></span></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">EQUI<span style="mso-tab-count: 4;">                                        </span>Equipment master data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">EQKT<span style="mso-tab-count: 4;">                                       </span>Equipment short text</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">EQUZ<span style="mso-tab-count: 4;">                                       </span>Equipment time segment</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<h1 style="margin: 12pt 0in 3pt 0.3in;"><a name="_Toc494881709"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><span style="font-size: large; font-family: Arial;">12</span><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: large; font-family: Arial;">Plant maintenance (PM)</span></span></span></a></h1>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">IHPA<span style="mso-tab-count: 3;">                             </span>Plant Maintenance: Partners</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">OBJK<span style="mso-tab-count: 3;">                           </span>Plant Maintenance Object List<br />
<span style="mso-tab-count: 1;">            </span>ILOA<span style="mso-tab-count: 3;">                             </span>PM Object Location and Account Assignment</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">AFIH<span style="mso-tab-count: 3;">                             </span>Maintenance order header</span></p>
<p><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;"><span style="font-size: 12pt; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-font-size: 10.0pt; mso-ansi-language: EN-GB; mso-bidi-language: AR-SA;" lang="EN-GB"><br style="page-break-before: always;" /></span></em></strong></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881710"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">12.1</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><span style="font-size: small; font-family: Arial;"><em>Human resources</em></span></span></span></a></h2>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881711"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">12.2</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Settings</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T582A<span style="mso-tab-count: 3;">                           </span>Infotypes: Customer-Specific Settings</span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881712"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">12.3</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Master data</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T527X<span style="mso-tab-count: 3;">                           </span>Organizational Units</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T528T<span style="mso-tab-count: 3;">                           </span>Position Texts</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T554T<span style="mso-tab-count: 3;">                           </span>Attendance and Absence Texts</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: x-small; font-family: Arial;">T501<span style="mso-tab-count: 3;">                             </span>Employee group</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; layout-grid-mode: line; color: black; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;">T503<span style="mso-tab-count: 3;">                                       </span>Employee group, subgroup</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; layout-grid-mode: line; color: black; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;">T503K<span style="mso-tab-count: 3;">                                    </span>Employee subgroup</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; layout-grid-mode: line; color: black; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;">T510N<span style="mso-tab-count: 3;">                                    </span>Pay Scales for Annual Salaries (NA)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; layout-grid-mode: line; color: black; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;">T549A<span style="mso-tab-count: 3;">                                    </span>Payroll Accounting Areas</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; layout-grid-mode: line; color: black; mso-bidi-font-size: 10.0pt;"><span style="font-family: Arial;">T750X<span style="mso-tab-count: 3;">                                    </span>Vacancy</span></span></p>
<h2 style="margin: 12pt 0in 3pt 0.4in;"><a name="_Toc494881713"><span style="mso-fareast-font-family: Arial; mso-bidi-font-family: Arial;" lang="EN-GB"><span style="mso-list: Ignore;"><em><span style="font-size: small; font-family: Arial;">12.4</span></em><span style="font: 7pt &quot;Times New Roman&quot;;">    </span></span></span><span dir="ltr"><span lang="EN-GB"><em><span style="font-size: small; font-family: Arial;">Infotypes</span></em></span></span></a></h2>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0001<span style="mso-tab-count: 3;">                         </span>Org. Assignment</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0002<span style="mso-tab-count: 3;">                         </span>Personal Data</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0006<span style="mso-tab-count: 3;">                         </span>Addresses</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0007<span style="mso-tab-count: 3;">                         </span>Planned Working Time</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0016<span style="mso-tab-count: 3;">                         </span>Contract elements</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0008<span style="mso-tab-count: 3;">                         </span>Basic pay</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA0105<span style="mso-tab-count: 3;">                         </span>Communications</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA1007<span style="mso-tab-count: 3;">                         </span>Vacancies</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA1035<span style="mso-tab-count: 3;">                         </span>Training</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;">PA2001<span style="mso-tab-count: 3;">                         </span>Absences</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.4in; text-indent: 0.1in;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: x-small; font-family: Arial;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/general/sap-table-list/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What is SAP ERP</title>
		<link>http://www.sapebooks.com/info/general/what-is-sap-erp/</link>
		<comments>http://www.sapebooks.com/info/general/what-is-sap-erp/#comments</comments>
		<pubDate>Thu, 21 May 2009 08:49:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.sapebooks.com/info/?p=805</guid>
		<description><![CDATA[The SAP ERP application is an integrated enterprise resource planning (ERP) software manufactured by SAP AG that targets business software requirements of midsize and large organizations in all industries and sectors. It allows for open communication within and between all company functions. Overview SAP stands for Systems, Applications and Products. It uses the concept of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The SAP ERP application is an integrated enterprise resource planning (ERP) software manufactured by SAP AG that targets business software requirements of midsize and large organizations in all industries and sectors. It allows for open communication within and between all company functions.<br />
<strong><br />
Overview</strong></p>
<p>SAP stands for Systems, Applications and Products. It uses the concept of modules (&#8220;individual programs that can be purchased, installed, and run separately, but that all extract data from the common database&#8221;).SAP AG, the company that provides the enterprise resource planning solution has upgraded the package and lauched it as SAP ECC 6.0 in 2005. ECC stands for Enterprise Central Component. The purpose of positioning it as ECC is to enable SAP to build and develop an environment of other products that can function upon the foundation of the central component.</p>
<p>SAP&#8217;s ERP solution includes several modules that support key functional areas &#8211; some of them are -</p>
<p>* SAP ERP Financials<br />
* SAP ERP Logistics<br />
* SAP ERP Human Resource Management<br />
<span id="more-805"></span></p>
<h2>The evolution of mySAP ERP</h2>
<p style="text-align: justify;">
SAP R/3 through version 4.6c consisted of various applications on top of SAP Basis, SAP&#8217;s set of middleware programs and tools.</p>
<p>When SAP R/3 Enterprise was launched in 2002, all applications were built on top of the SAP Web Application Server. Extension sets were used to deliver new features and kept the core as stable as possible. The Web Application Server contained all the capabilities of SAP Basis.</p>
<p>As a result of marketing changes and changes in the industry, other versions of SAP have been released that address these changes. The first edition of mySAP ERP was launched in 2003 and bundled previously separate products, including SAP R/3 Enterprise, SAP Strategic Enterprise Management (SEM) and extension sets. The SAP Web Application Server was wrapped into NetWeaver, which was also introduced in 2003.</p>
<p>A complete architecture change took place with the introduction of mySAP ERP edition 2004. R/3 Enterprise was replaced with the introduction of ERP Central Component (SAP ECC). The SAP Business Warehouse, SAP Strategic Enterprise Management and Internet Transaction Server were also merged into SAP ECC, allowing users to run them under one instance. Architectural changes were also made to support an enterprise services architecture to transition customers to a services-oriented architecture.</p>
<p>More than 2,300 customers are using the latest version of mySAP ERP, since it was released in early 2005, according to SAP. SAP reported a 20% growth in new ERP license deals in the second quarter of 2005.</p>
<h2>Benefits of SAP ERP</h2>
<p style="text-align: justify;">
* ERP allows easier global integration (Barriers of currency exchange rates, language, and culture can be bridged automatically)<br />
* Updates only need to be done once to be implemented company wide<br />
* Provides real-time information, reducing the possibility of redundancy errors<br />
* Creates a more efficient work environment making it easier for employees to do their job which leads to effectiveness</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapebooks.com/info/general/what-is-sap-erp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

