Release Notes for SAP NetWeaver '04 Cross-Application Components

Size: px
Start display at page:

Download "Release Notes for SAP NetWeaver '04 Cross-Application Components"

Transcription

1 for SAP NetWeaver '04 Cross-Application Components

2 Copyright Copyright(c) 2004 SAP AG. All rights reserved. Neither this document nor any part of it may be copied or reproduced in any form or by any means or translated into another language, without the prior consent of SAP AG. The information contained in this document is subject to change without notice. SAP is a registered trademark of SAP AG. All other products which are mentioned in this documentation are registered or not registered trademarks of their respective companies.

3 Table of Contents SAP AG 1 CA Cross-Application Components CA-BP SAP Business Partner Creating a Do Not Call List (New) Mass Changes (New) Duplicate Check (Extended) Data Cleansing (Extended) Additional check for BAPIs (Extended) Easy Enhancement Workbench for SAP Business Partner (New) Business Hours (New) Separation of the Field Groups (Changed) Business Partner Role (Extended) High-Performing Search Name/Address (Changed) Time Dependency for Addresses (New) Time Dependency for Bank Details (New) CA-BP-BP Data Tax Jurisdictions (Changed) CA-BP-GRH Group Hierarchy Business Partner Group Hierarchy (New) CA-BP-RS Relationships Duplicate Check (Extended) Easy Enhancement Workbench (Extended) Relationships (Extended) CA-BP-UI Dialog SAP-GUI Search Helps (Extended) Role Change for Required Entry Fields (New) CA-GTF General Application Functions BAdIs for DME Engine in Application Basis Layer (New) CA-GTF-CSC Country-Specific Objects Tax Jurisdictions (Changed) CA-GTF-IL Relationships Betw GUID Identificat Customizing Relationship Types (Changed) CA-PRO Central Part of Product Master Archiving Functionality for SAP Products (New) CA-PRO-SET Set Types and Attributes Multi-value attributes without Product Mod (New) 24 SAP AG iii

4 1 CA Cross-Application Components 1.1 CA-BP SAP Business Partner Creating a Do Not Call List (New) In the USA firms and private customers can register with the National Do Not Call Registry (similar to the so-called Robinson List in Germany) in order to avoid receiving unwanted telemarketing calls. They can also have this list sent to them. From Release 6.40 and 6.20 (SP 37) on, you can copy such a Do Not Call list to a database table using the report BUPA_DO_NOT_CALL and search for all telephone numbers in question in the business partner master data. If a telephone number is found, then the flag Do Not is set for the relevant business partner in the communication data in the dialog. The following application, such as Marketing in SAP CRM, must then react to the flag. You can also suppress the setting of the flag in the dialog by means of a Business Add-In (BAdI) if, for example, you were recently in contact with a firm and your telephone call is desired. Note You can only maintain the Do Not Call lists from America. All data formats of the National Do Not Call Registry are supported. The following is a list of the data formats: - Flat Text File - Full List - Flat Text File - Change List - XML Tagged File - Full List - XML Tagged File - Change List Effects on Data Transfer Since the indicator Do Not is not communicated to other systems, the report BUPA_DO_NOT_CALL should be carried out separately in all relevant systems. Effects on System Administration To create a Do Not Call list and set the indicator in the dialog, carry out the following steps: 1. Decompress the files received 2. Write the data to the table BUT_DNC using the report BUPA_DO_NOT_CALL. This step must be carried out separately for each client. Note SAP AG 1

5 We recommend that you first execute the report in test mode. 3. When you execute the report again, check whether the telephone numbers are in the table BUT_DNC in the master data of the business partner. If the telephone numbers in the business partner master data are there, then the above-mentioned indicator (field FLG_NOUSE) is already set. Note Since the telephone numbers are determined using the field TELNR_LONG (which contains the telephone number in full and without special characters), you should first check that this field has been correctly maintained throughout by using the report Z_CHECK_PHONE_DATA. 4. Suppress the indicator if necessary by using the BAdI BUPA_DO_NOT_CALL. Note We recommend you schedule the report BUPA_DO_NOT_CALL to set the indicator to run at night in the background. See also For more information on creating a Do Not Call list, see the SAP note Mass Changes (New) From Release 6.40 SP2 you can maintain business partner data using the mass maintenance tool. You can find the tool in the transaction MASS or MASSD. This function allows you to change data for several business partners in one processing step. You can use it, for example, to reassign Customizing attributes or external key fields (e.g. bank key) You can maintain the following business partner data: - General data I (attributes from table BUT000) - Bank details (attributes from table BUT0BK) - Identification numbers (attributes from table BUT0ID) - Industries (attributes from table BUT0IS) - Roles (attributes from table BUT100) The changes are carried out for the Business Partner by means of the APIs (Application Programming Interface). They are also used to check the authorizations, write change documents and set user locks. Note SAP AG 2

6 It is not possible to change relationship data (application object BUPR) and address data. The latter can however be changed via the quarterly adjustment of the Business Address Services (BAS) (see the SAP Library under Business Services -> Business Address Services (BC-SRV-ADR) -> Address Check -> SAP Regional Structure -> Quarterly Adjustment). It is not possible either to insert new records (e.g. new bank details or industries). Effects on System Administration You can integrate user-defined data into the mass maintenance tool. To do this, you must implement a class and register it in maintenance view V_TB053. Methods exist for all application exits of the mass maintenance tool. Make the settings for registering table extensions and new application tables in transaction MASSOBJ. See also For more information on mass maintenance, see the SAP Library under SAP R/3 Enterprise Application Components -> Cross-Application Components -> Cross-Application Mass Maintenance (CA-GTF-MS) (see Mass Update with the New Interactive Design for the new features in transaction MASSD), as well as in transaction MASSD under Display Help Duplicate Check (Extended) Duplicate Check for Relationships As of Release 6.40 SP2 you can carry out a duplicate check of the address data for contact person relationships (CP relationships) and employee relationships, in addition to the check of the business partner address data. In this way duplicates can be also be recognized when contact partners and employees are created or changed. A duplicate check is carried out in the following cases: - Duplicate check of the central address data - When a business partner is created with address data - When a business partner is changed - Duplicate address of the address data for relationships - When a CP relationship (or an employee relationship) is created with a firm's address The check is carried out only if an address has been assigned. - When a CP relationship or an employee relationship is changed Duplicate Check Dialog SAP AG 3

7 A new dialog replaces the dialog currently supplied by a third-party provider. If a duplicate is identified during one of the above-mentioned activities, a dialog box appears containing the relevant options for processing duplicates. You can use the following functions in this dialog: - Navigation to the display of a potential duplicate - Navigation to the relevant duplicate when you create a business partner or a relationship. You can choose whether you want to save the changes you have made to the business partner you are maintaining. - Creation of a data cleansing case for further processing in transaction BUPA_CLEAR - Navigation to the display of the relationship for a duplicate in the case of contact person or employee data - Display of the similarity of the duplicate in percent You can use the following standard functions of the SAP List Viewer SAP List Viewer (ALV) to adapt the display of the duplicates to your specific requirements: - Sorting - Filtering - Searching - Hiding columns - Exporting - Positioning on the last name - Layout management For more information, see the user documentation of the SAP List Viewer. Hinweis As is currently the case, a third-party provider tool must be connected to the certified interface of the Business Address Services (BAS) for the duplicate check. Effects on System Administration The following BAPIs were adapted so that they provide a list of potential duplicates: - CP relationships - BAPI_BUPR_CONTP_CREATE - BAPI_BUPR_CONTP_ADDR_ADD - BAPI_BUPR_CONTP_ADDR_CHANGE SAP AG 4

8 - Employee relationships - BAPI_BUPR_EMPLO_CREATE - BAPI_BUPR_EMPLO_ADDR_ADD - BAPI_BUPR_EMPLO_ADDR_CHANGE Effects on Customizing Ensure that the duplicate check has been activated in both index pools (tables BUT000 and BUT052). For this purpose, make the necessary settings in the Implementation Guide (IMG) in Customizing of the Address Management under SAP NetWeaver -> SAP Web Application Server -> Basis-Services -> Address Management -> Duplicate Check -> Activate Index Pools for the Duplicate Check Data Cleansing (Extended) From Release 6.40 SP3 the following additional data is available for comparing the data in a data cleansing case: - BP roles - Time-dependent data for - Addresses and address usages - Bank details - BP roles SAP AG 5

9 1.1.5 Additional check for BAPIs (Extended) From Release 6.40 there is a Business Add-In (BAdI) for user-defined checks. This is the following BAdI, which enables you to carry out consistency checks for the business partner data: - BUPA_FURTHER_CHECKS When you create or change a business partner, you can check the consistency of the central data, such as the business partner category, header data, person, organization and group data; and if necessary, you can prevent the business partner from being saved by issuing an error message in the return table. Effects on System Administration The BAdI BUPA_FURTHER_CHECKS is contained in the BAPIs BAPI_BUPA_CREATE_FROM_DATA and BAPI_BUPA_CENTRAL_CHANGE Easy Enhancement Workbench for SAP Business Partner (New) The Easy Enhancement Workbench (EEW) is a tool that makes extensions to SAP business partner quick and easy to execute. You can extend SAP Business Partner (extension object BUPA) as follows: - Add new fields (extension type ADD_NEW_FIELD) - Add new tables (extension type ADD_NEW_TABLE) The EEW supports you with wizards where you can first define the basic conditions of the extension. Once you have defined the extension, the system generates all the necessary objects and table entries for the dialog and the user interface SAP GUI. The extensions executed using the EEW occur in the customer namespace and do not need to be modified. Effects on Customizing SAP AG 6

10 Using the EEW does not require Customizing. Depending on the required extension, postprocessing can be triggered in the EEW. From the EEW you can then carry out things directly, such as the Customizing of check tables that the system generated Business Hours (New) The business hours can be used from Release On the tab page Control in the business partner dialog, you can state when it is possible to contact a business partner. You can enter various schedule types for a business partner. The following schedule types are found in the standard system : - Calling hours - Goods receiving hours - Visiting hours You can also define your own schedule types. SAP note tells you how to use them in the dialog. You can create calling and visiting hours under Sales Data, but not define any other schedule types. The business hours are based on the SAP appointment calendar, where you can define appointment rules with the help of the rule editor. You can use various rule types (for example, regular daily or weekly visiting hours). Therefore you can state, for example, that a business partner can be visited on the first Tuesday and Wednesday of every month from to 10.00, with the exception of holidays. For more information on the appointment calendar, see the SAP Library under Appointment Calendar (BC-SRV-GBT). At the moment it is not possible to display the change history or analyze the change documents for the business hours. Effects on Existing Data You can undertake field modifications for the business hours per business partner role, business partner type and activity. Effects on Data Transfer The business hours can be exchanged with the SAP R/3 System and the Mobile Client. You must set the usage of simplified appointment rules in the Customizing for data exchange with the SAP R/3 System. For this reason you can use only two weekly rules when you enter business hours. For more information, see the Implementation Guide (IMG). Note Only the visting hours of the contact person relationship and the goods receiving hours are SAP AG 7

11 relevant for the SAP R/3 System. You can exchange all schedule types with the Mobile Client. Effects on System Administration The following (B)APIs are available for creating, changing and deleting business hours: - Central data - BAPI_BUPA_HOURS_ADD/ BUPH_BUPA_HOURS_MAINTAIN - BAPI_BUPA_HOURS_CHANGE/ BUPH_BUPA_HOURS_MAINTAIN - BAPI_BUPA_HOURS_GETDETAIL/ BUPH_BUPA_HOURS_GETDETAIL - BAPI_BUPA_HOURS_REMOVE/ BUPH_BUPA_HOURS_REMOVE The API BUPH_BUPA_HOURS_MAINTAIN is called in both cases for the BAPI methods ADD and CHANGE. It establishes internally whether the business hours of the relevant schedule type for the business partner are created anew or changed (corresponds roughly to a MODIFY). - Contact person relationship - BAPI_BUPR_CONTP_HRS_ADD/ BUPR_CONTP_HOURS_MAINTAIN - BAPI_BUPR_CONTP_HRS_CHANGE/ BUPR_CONTP_HOURS_MAINTAIN - BAPI_BUPR_CONTP_HRS_GETDETAIL/ BUPR_CONTP_HOURS_GETDETAIL - BAPI_BUPR_CONTP_HRS_REMOVE/ BUPR_CONTP_HOURS_REMOVE What applies to BUPH_BUPA_HOURS_MAINTAIN also then applies to API BUPR_CONTP_HOURS_MAINTAIN. Execute report CRM_CHECK_APP to check if the goods receiving hours and visiting hours of the contact person relationship, which are maintained in the system, can be exchanged with the SAP R/3 System. The hit list can be can be maintained in order to adapt the relevant rules to the necessary format. Effects on Customizing Make the following settings in the IMG in the Customizing of the Basic Settings of the SAP Business Partner under Business Hours : - Establish Dialog Form for Visiting Hours Make the settings for field grouping in the Customizing of the basic settings under Field Groupings Separation of the Field Groups (Changed) From Release 6.40 it is possible to control the field grouping for name fields separately. For this purpose separate field groups were created for the following fields: SAP AG 8

12 - First and last name of the person - Date and place of birth - Search term 1 and search term 2 - Name 3 and name 4 of the organization - Name 1 and name 2 of the group In addition, the fields for the first and last name are now found in different BDT views, which means that these fields can also be configured using the Virtual Configuration Tool (VCT) at different points of the screen layout. Effects on Existing Data Execute report BUPXPRA16 in order to adapt the field grouping for the separated field groups. Note If you have defined your own field grouping criteria, you must adapt these settings manually. Effects on Customizing Make the necessary settings for the VCT in the Implementation Guide (IMG) in the Customizing of the Basic Settings of the SAP Business Partner in the Screen Configuration under Configure Screens. Check the settings in the Customizing of the Basic Settings under Field Groupings Business Partner Role (Extended) From Release 6.40 there is a new concept for the business partner roles. This means that the significance of the business partner role (BP role) has changed in some respects. Up till now, the BP role was also used for screen control, which makes it possible to establish a certain view of the data of a business partner based on the data sets assigned to a role. At the same time, the BP role was used to classify a business partner from a business point of view. The term, "BP role" is now significant only from a business point of view. This has been done in order to separate the BP role's function in terms of screen control from its business function. The BP role retains its previous significance, but will be used in future only in the context of the Business Data Toolset (BDT) and the screen sequence. It is now called the "business partner view". Screen control then takes place by assigning a BP view to a BP role SAP AG 9

13 In addition, the "BP role category" and the "BP role grouping category" are introduced, allowing you to program on the BP role or the BP role grouping. You can define different attributes, such as a business transaction and a business partner category, to a BP role category. You can use the classifying character of the BP role by defining permitted transitions between the individual roles with the help of a "BP role exclusion group". The role exclusion group is also used to establish that certain BP roles cannot be assigned at the same time to a business partner. You can use the following additional functions for the BP roles in the business partner dialog: - Overview of all the roles that have been assigned and that are valid on a key date - Display and maintenance of a validity period for a role - Deletion of a role assignment - Where-used list for a role The where-used list allows you to check whether it is possible to delete the assignment of BP roles to business partners, which are part of a business partner relationship. If these roles are assigned to the relationship category and constitute a prerequisite for creating a relationship, then the assignment cannot be deleted. - Change history of a role Effects on System Administration The introduction of the BP role category means that it is now necessary to extend the interface for the corresonding BAPI or API methods. For this reason, the following new (B)APIs for creating, changing, deleting, reading and checking the existence of BP roles for a business partner were introduced: - BUPA_ROLE_ADD_2 (BAPI_BUPA_ROLE_ADD_2) - BUPA_ROLE_CHANGE (BAPI_BUPA_ROLE_CHANGE) - BUPA_ROLE_REMOVE (BAPI_BUPA_ROLE_REMOVE) - BUPA_ROLES_GET_2 (BAPI_BUPA_ROLES_GET_2) - BUPA_ROLE_EXISTENCE_CHECK_2 (BAPI_BUPA_ROLE_EXIST_CHECK_2) Since the present (B)APIs still have to be supported for a transitional period, but the input parameter IV_PARTNERROLE/ BUSINESSPARTNERROLE is interpreted as a BP role category, the new methods are called up by filling in the parameter IV_PARTNERROLECATEGORY (BP role category) within the API method. The present methods are: - BUPA_ROLE_ADD - BUPA_ROLES_GET SAP AG 10

14 - BUPA_ROLE_EXISTENCE_CHECK (Prefix "BAPI_" for the relevant BAPI methods) The structure for the Direct Input (DI) was extended by adding the relevant fields, in order to enable extended processing of business partner roles from Release 6.40 (deleting or changing the validity of a role) also using the DI. The following fields were included in the structure BUS_DI for this purpose: - RLTP (Role category) - ROLE (Role) - VALID_FROM (Start of validity) - VALID_TO (End of validity) - CHIND (Change category) Effects on Customizing Make the following settings in the Implementation Guide (IMG) in the Customizing of the Basic Settings of the SAP Business Partner under Business Partner Roles: - Define BP Roles - Define BP Role Groupings - Define BP Role Exclusion Groups High-Performing Search Name/Address (Changed) From Release 6.40 or 6.20 (SP 19) you can use an improved search for business partners with address data. During the search using the input help "partner by address", it took a long time to get a search result when the following conditions occurred: - Systems that contain many business partners with address data - Combinations of search criteria that were not refined enough The performance for this search has now been improved. Effects on System Administration If necessary, execute the following reports: SAP AG 11

15 - BPADRSEARCH_FILL - BPADRSEARCH_DEL For more information, see SAP note If you have used the search only in Release 6.20 up till now, then execute report BPADRSEARCH_CLIENTSPEC_CONVERT in order to carry out the conversion during the upgrade to Release For more information, see SAP note Time Dependency for Addresses (New) From Release 6.40 you can establish validity periods for the following address data: - Addresses - Address usages - Communication data Time dependency replaces the planned changed function. Standard addresses are now no longer established through the address overview list, but rather through the time-dependent assignment to the address usage "standard address". The following additional functions are available to you for the addresses in the business partner dialog: - Creating and changing validity periods for - Addresses - Address usages - Communication data - Creating and changing a standard address through the address usage - Moving an existing address to a new target address Effects on Existing Data The BAPIs for the address data ensure that when you compare address data in a data cleansing case, the validity periods for the address or address usage are transferred correctly. Effects on System Administration You can use the following BAPIs for creating, changing, deleting and reading time-dependent SAP AG 12

16 address data: - BAPI_BUPA_ADDRESS_ADD - BAPI_BUPA_ADDRESS_CHANGE - BAPI_BUPA_ADDRESS_REMOVE - BAPI_BUPA_ADDRESSES_GET - BAPI_BUPA_ADDRESS_GET_NUMBERS - BAPI_BUPA_ADDRESS_GETDETAIL These BAPIs were adapted accordingly and can now also be used for time-dependent data. The structures for the Direct Input (DI) were extended by adding the relevant fields so that it is also possible to maintain time-dependent address data using the DI Time Dependency for Bank Details (New) From Release 6.40 you can establish validity periods for bank details: Time dependency replaces the planned changed function. The following additional functions are available to you for the bank details in the business partner dialog: - Creating and changing validity periods - Transferring bank details Effects on Existing Data The BAPIs for the bank details ensure that when you compare bank details in a data cleansing case, the validity periods are transferred correctly. Effects on System Administration You can use the following BAPIs for creating, changing, deleting and reading time-dependent bank details: - BAPI_BUPA_BANKDETAIL_ADD - BAPI_BUPA_BANKDETAIL_CHANGE - BAPI_BUPA_BANKDETAIL_REMOVE - BAPI_BUPA_BANKDETAIL_GET SAP AG 13

17 - BAPI_BUPA_BANKDETAIL_NUMBERS - BAPI_BUPA_BANKDETAIL_GETDETAIL These BAPIs were adapted accordingly and can now also be used for time-dependent data. The structures for the Direct Input (DI) were extended by adding the relevant fields so that it is also possible to maintain time-dependent bank details using the DI CA-BP-BP Data Tax Jurisdictions (Changed) As of Release 6.40, when you maintain a business partner master record, the system automatically proposes a tax jurisdiction. This feature only applies in countries where taxes are calculated using tax jurisdictions. Effects on Customizing To set up the system, carry out the IMG activities in Customizing for Cross-Application Components, by choosing SAP Business Partner -> Business Partner -> Basic Functions -> Tax Jurisdictions. You can still continue to use the tax jurisdictions as defined in view V_TTXJ_CORE_ABA. However, this view has been removed from the IMG, and we recommend that you migrate to the new solution CA-BP-GRH Group Hierarchy Business Partner Group Hierarchy (New) From Release 6.40 you can use the group hierarchy. The business partner group hierarchy allows you to map complex organizational structures of a SAP AG 14

18 business partner (for example buying group, cooperative or chain of retail outlets). You should form groups of business partners (for example for purchasing groups) in order to create a hierarchy tree. These groups represent the hierarchy nodes in the hierarchy. Hierarchy nodes can be constructed in several stages. You can assign any number of business partners to a hierarchy node. Both the assignment between nodes and the assignment of business partners to nodes is time-dependent. You can create hierarchy trees with different hierarchy categories, via which the usage of a group hierarchy is established. A business partner can be assigned to several hierarchies. A hierarchy node is always clearly assigned to a hierarchy. This does not mean that the hierarchy nodes of a business hierarchy are the same as business partners, but rather that business partners are merely attached to them. The separation of the hierarchy structure and business partner master data means that dummy business partners are not created when a hierarchy is constructed, and that performance is improved. Effects on Customizing Make the following settings in the Implementation Guide (IMG) in the Customizing of the SAP Business Partner under Business Partner Group Hierarchy: - Establish Hierarchy Type CA-BP-RS Relationships Duplicate Check (Extended) Duplicate Check for Relationships As of Release 6.40 SP2 you can carry out a duplicate check of the address data for contact person relationships (CP relationships) and employee relationships, in addition to the check of the business partner address data. In this way duplicates can be also be recognized when contact partners and employees are created or changed. A duplicate check is carried out in the following cases: - Duplicate check of the central address data - When a business partner is created with address data - When a business partner is changed - Duplicate address of the address data for relationships - When a CP relationship (or an employee relationship) is created with a firm's address SAP AG 15

19 The check is carried out only if an address has been assigned. - When a CP relationship or an employee relationship is changed Duplicate Check Dialog A new dialog replaces the dialog currently supplied by a third-party provider. If a duplicate is identified during one of the above-mentioned activities, a dialog box appears containing the relevant options for processing duplicates. You can use the following functions in this dialog: - Navigation to the display of a potential duplicate - Navigation to the relevant duplicate when you create a business partner or a relationship. You can choose whether you want to save the changes you have made to the business partner you are maintaining. - Creation of a data cleansing case for further processing in transaction BUPA_CLEAR - Navigation to the display of the relationship for a duplicate in the case of contact person or employee data - Display of the similarity of the duplicate in percent You can use the following standard functions of the SAP List Viewer SAP List Viewer (ALV) to adapt the display of the duplicates to your specific requirements: - Sorting - Filtering - Searching - Hiding columns - Exporting - Positioning on the last name - Layout management For more information, see the user documentation of the SAP List Viewer. Hinweis As is currently the case, a third-party provider tool must be connected to the certified interface of the Business Address Services (BAS) for the duplicate check. Effects on System Administration The following BAPIs were adapted so that they provide a list of potential duplicates: - CP relationships - BAPI_BUPR_CONTP_CREATE SAP AG 16

20 - BAPI_BUPR_CONTP_ADDR_ADD - BAPI_BUPR_CONTP_ADDR_CHANGE - Employee relationships - BAPI_BUPR_EMPLO_CREATE - BAPI_BUPR_EMPLO_ADDR_ADD - BAPI_BUPR_EMPLO_ADDR_CHANGE Effects on Customizing Ensure that the duplicate check has been activated in both index pools (tables BUT000 and BUT052). For this purpose, make the necessary settings in the Implementation Guide (IMG) in Customizing of the Address Management under SAP NetWeaver -> SAP Web Application Server -> Basis-Services -> Address Management -> Duplicate Check -> Activate Index Pools for the Duplicate Check Easy Enhancement Workbench (Extended) From Release 6.40 SP4 you can also use the EEW to extend the business partner relationships (application object BUPR) for the user interface of the SAP GUI. Using the EEW, you can add new tables to the data model of the BP relationships. You can convert extensions to the Business Partner in the BDT, made prior to 6.40 and restricted to the SAP GUI, to the People-Centric UI. Note A BW connection is not planned for the extension of relationships. SAP AG 17

21 Relationships (Extended) Selection Area in the Relationship Overview From Release 6.40 you can restrict the number of the selected relationships in the list display in the relationship overview with the help of various selection criteria and combinations thereof, and also display additional data at the same time. Only the first 200 relationships for a business partner are read by default. If the number of relationships exceeds the maximum number of hits, the selection fields are automatically displayed if the user has not already displayed them himself. You can expand or collapse the selection area. You can restrict the selection of relationships as follows: - Per relationship category (per tab page in the dialog) - In the complete list of the overview for all categories The following selection criteria are available: - Maximum number of hits - Names - Search terms - ID type and ID number - Validity (key date or period) The following criteria are available for the contact person relationship: - Function - Department - VIP data The standard relationship and the standard communication data, such as fax, telephone and , are also displayed in the list for the contact person relationship. Additional fields, which you can choose when you personalize the lists, are available for the display. Notes When you switch to a different business partner or another tab page the settings for the selection area (e.g. expanding) are transferred per tab page from last transaction carried out on the BP in question. When the transaction is called up the next time, the settings in the selection area are not transferred. Personalization of the List Display You can adapt the display of the relationships to your specific user requirements. The standard functions of the SAP List Viewer (ALV) can be used for this purpose. You can do the following: SAP AG 18

22 - Sort - Filter - Search - Hide columns - Export - Position the cursor on the last name - Manage the layout For more information, see the user documentation for the SAP List Viewer. BAdIs for r-defined Fields You can use the BAdI BUPR_RELSHP_OVR_EXT to extend the relationship overview by adding your own fields. Effects on Customizing You can hide the selection fields in the Implementation Guide (IMG) in the Customizing of the SAP Business Partner under Field Modifications. From Release 6.20 it is possible to hide fields using the IMG activity Configure field attributes for each client (application object BUPR). Up to Release 6.10 you can use the IMG activity Configure field attributes for each activity (activity '02: change'). Make the necessary settings for the layout management in the Customizing of the SAP Business Partner under Assign layout groups to relationship categories. Carry out the BAdI implementation for the user-defined fields in the Customizing of the SAP Business Partner in the IMG activity BAdI: Extension of the relationship overview CA-BP-UI Dialog SAP-GUI Search Helps (Extended) From Release 6.40 and 6.20 (SP33) on, the following search helps are provided: - Search using the locator - By business partner using the address or address version SAP AG 19

23 - Search by fast entry using the input help - Partners by address versions As of 6.40 and 6.20 (SP32) you can also use the search Partner by Relationship by fast entry, using the input help Role Change for Required Entry Fields (New) From Release 6.40 SP3 you can change to a different BP role when you create or change a business partner in the business partner dialog, even if required entry fields exist. In this case a dialog box appears asking you if you want to save the data you have already entered. 1.2 CA-GTF General Application Functions BAdIs for DME Engine in Application Basis Layer (New) As of SAP Application Basis 6.40 (SAP_ABA 640), the Implementation Guide contains three BAdIs (Business Add-Ins) for use with DME Engine format trees in the Application Basis layer. You can use these BAdIs to process certain types incoming and outgoing DME files in ways not technically possible with the DME Engine itself. For a list of the DME format trees that are supported, see the BAdI documentation itself. SAP AG 20

24 Effects on Customizing See also You can implement the BAdIs, if required, in Customizing for Cross-Application Components by choosing General Application Functions -> DME Engine -> Business Add-Ins. SAP Library -> SAP ERP Central Component -> Financials -> Financial Accounting -> Accounts Payable (FI-AP) -> FI Accounts Receivable and Accounts Payable -> Payments -> Executing the Payment Program -> Payment Medium Workbench -> Data Medium Exchange Engine CA-GTF-CSC Country-Specific Objects Tax Jurisdictions (Changed) As of Release 6.40, when you maintain a business partner master record, the system automatically proposes a tax jurisdiction. This feature only applies in countries where taxes are calculated using tax jurisdictions. Effects on Customizing To set up the system, carry out the IMG activities in Customizing for Cross-Application Components, by choosing SAP Business Partner -> Business Partner -> Basic Functions -> Tax Jurisdictions. You can still continue to use the tax jurisdictions as defined in view V_TTXJ_CORE_ABA. However, this view has been removed from the IMG, and we recommend that you migrate to the new solution CA-GTF-IL Relationships Between Objects with GUID Identificat Customizing Relationship Types (Changed) SAP AG 21

25 Customizing relationship types has been changed as follows for SP01. - The indicator GEN_FLG has been added as another field Client The client field has been removed. The client is no longer needed in Customizing and was therefore taken out. The previous Customizing tables have been replaced by the following, new Customizing tables: DDIC-Type Previous Object Replaced by New Object Database Table COMC_IL_RELTYPE COMC_IL_TYPE Database Table COMC_IL_OBJTYPE COMC_IL_OTYPE Database Table COMC_IL_TYPE_TXT COMC_IL_TYPE_T Structure Table Type Structure Table Type COMT_IL_TYPE COMT_IL_TYPE_TAB COMT_IL_TYPE_T COMT_IL_TYPE_T_TAB Maintenance View COMV_IL_RELTYPE COMV_IL_TYPE Maintenance View COMV_IL_TYPE_TXT COMV_IL_TYPE_T Maintenance View COMV_IL_OBJTYPE COMV_IL_OTYPE The previous Customizing tables and their relevant DDIC objects have, however, not been deleted and as a precaution still contain the standard SAP data. If you have programmed on these structures and DDIC objects, you should convert the code to the new structures, table types or database tables. Please note that not every new table type or new structure has an old object. Differentiation Key (KEYTYPE_ID) The differentiation key has been added as another field. This field contains the ID for the key. This field should not be filled, however, as it currently not used in processes. It therefore has no further impact. Indicator 'Generated' (GEN_FLG) The indicator GEN_FLG has been added as another field. This indicates whether a relationship type has been generated manually or via a generation report. This indicator should not be filled. Generation will be realized at a later date and the indicator will be used then. It therefore has no further impact. Effects on Existing Data Relationship-type master-data is not affected by the changes. Effects on Data Transfer Data transfer is not affected by the changes. SAP AG 22

26 Effects on Customizing If you have made no changes to the Customizing of relationship types, then no action is necessary. If you have defined your own relationship types or removed SAP relationship types, then you have to convert the Customizing data of the old tables to the new tables. the report COM_IL_CUSTOMIZING_TRANSFER to do this, it transfers the data to the new tables. In this way the total quantity is combined from all clients. If you want to transport the data, you can use the maintenance views listed in the table, by executing transaction SM CA-PRO Central Part of Product Master Archiving Functionality for SAP Products (New) As of Release 6.40, archiving functionality is available for SAP Products, thus providing archiving and deletion functionality for all SAP product data (in systems such as CRM, SRM) using archiving object PRODUCT_MD. Two options are available when working with systems with SAP Basis 6.40: 1. Continue working with the SAP Products-specific archiving tools of the archiving object PRODUCT_MD (preprocessing, writing to the archive, releasing SAP product data for deletion, and physically deleting the archived data): - There are no functional changes or restrictions after upgrading - No additional measures are required to be able to continue working with transaction SARA and archiving object PRODUCT_MD, which takes you to the archiving functionality for SAP product data. 2. Work with Archive Development Kit (ADK) object-independent tools for preprocessing (check and verification functionality) and postprocessing (physical deletion of archived products). If you wish to use the ADK object-independent tools for preprocessing and postprocessing purposes, meaning that you no longer work on an archiving object-specific basis, SAP recommends that you switch from the old cross-archiving object tools in CRM to the new ADK object-independent tools for preprocessing and postprocessing. If you choose to work with the new cross-archiving object tools provided by the ADK for preprocessing and postprocessing, there are a number of changes to take into account: - Customizing transaction DACONTROL is now called DA_CONTROL (Customizing table CRG_ARCHOBJ now ARCHDEL_OBJ). Customizing entries may need to be adjusted in table ARCHDEL_OBJ, compare with CRG_ARCHOBJ (see also last point below). SAP AG 23

27 - ADK reports DARGE_VERIFY_PARA and DARGE_DELETE_OBJECTS have been replaced by ARCDEL_VERIFY_PARA and ARCDEL_DELETE_PARA. Any preprocessing or postprocessing jobs scheduled using transaction SM36 and the old ADK reports may have to be changed after an upgrade so that the correct reports are used. - The new cross-archiving object tools provided by the ADK for preprocessing and postprocessing are available using transaction SARA. When using transaction SARA with archiving object PRODUCT_MD, the ADK now generates a Check/Delete button if it finds that there are new Customizing entries in table ARCHDEL_OBJ. This function includes the cross-archiving object check and deletion programs ARCDEL_VERIFY_PARA and ARCDEL_DELETE_PARA CA-PRO-SET Set Types and Attributes Multi-value attributes without Product Modeling Engine (PME) (New) Multiple-value attributes in SAP Product were previously administered via the PME. The administration of multiple-value attributes has been decoupled from the PME in this release, so that applications of SAP Product can use multiple-value attributes without PME. Installing PME is no longer necessary to define multiple-value attributes in SAP Product. This change has an affect on the maintenance of set types. When assigning set types to categories, there are no longer restrictions for set types that have multiple-value attributes assigned to them. - To save the meta data for multiple-value attributes directly in the application, the table COMC_ATTRIBUTE was extended by the following three fields: - DB_TABLE This field contains those database table names generated by the system in which the data for the multiple-value attributes is stored. The name of the database table does not contain the attribute ID as part of its name component. - DB_HIST_TABLE This field contains those database table names generated by the system in which all values ever taken by the multiple-value attribute, is stored. Ins this respect this database table contains the history of the multiple-value attribute. The name of the database table does not SAP AG 24

28 ot contain the attribute ID as part of its name component. - CLASS_NAME This field contains the name of the class generated by the system, in which the methods for reading and writing the data for the multiple-value attribute are stored. The name of the class contains the attribute ID as part of its name component and follows the naming convention: - ZL_<ATTRIBUTE_ID>_DB for the customer system - CL_<ATTRIBUTE_ID>_DB for the SAP development system Effects on Customizing In the system table COMS_SETTYPE_CON the parameter MV_ATTR_DB for the object type BUS1178 controls whether the use of multiple-value attributes without PME is active or inactive. The parameter can have the following values: - Value X = active - No value = inactive SAP AG 25

Business Data Toolset (BDT) Developer s Manual

Business Data Toolset (BDT) Developer s Manual Business Data Toolset (BDT) Developer s Manual.BDT Developer's Manual Page 1 of 72 1 Introduction... 4 2 Introduction to the BDT... 5 2.1 What is the BDT?... 5 2.2 History... 5 2.3 Current Status... 6

More information

Object Determination Softproviding Core User Documentation

Object Determination Softproviding Core User Documentation Great ideas are always simple Softproviding simply makes them happen. Object Determination Softproviding Core User Documentation Version: 1.00 Date 28. June 2017 Release: v2.50 Softproviding AG Riehenring

More information

SAP Policy Management 5.4

SAP Policy Management 5.4 Upgrade Guide SAP Policy Management Document Version: 1.0 2017-04-27 Component Upgrade Guide Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

Duplicate Check. Master Data Check for Duplicates in SAP. excellence in data quality

Duplicate Check. Master Data Check for Duplicates in SAP.   excellence in data quality excellence in data quality Duplicate Check Master Data Check for Duplicates in SAP www.iso-gruppe.com Master data life without having to worry about duplicates The life cycle and usefulness of master data

More information

Output Determination (SD-BF- OC)

Output Determination (SD-BF- OC) Output Determination (SD-BF- OC) HELP.SDBFOC Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose

More information

Quality Notifications (QM-QN)

Quality Notifications (QM-QN) HELP.QMQN Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Business Configuration Sets (BC-CUS)

Business Configuration Sets (BC-CUS) Business Configuration Sets (BC-CUS) HELP.BCCUSBCS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Demystyfying SAP CRM Technical

Demystyfying SAP CRM Technical Demystyfying SAP CRM Technical Page 1 of 14 Document History Version Date Author Reason Reviewers Date Page 2 of 14 Table of Contents 1.0 Executive Summary... 4 1.1 Document Purpose... 4 1.2 Document scope...

More information

Enterprise Services Enhancement Guide

Enterprise Services Enhancement Guide Enterprise Services Enhancement Guide Version 2.0 Copyright Copyright 2008 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate.

COURSE LISTING. Courses Listed. Training for Database & Technology with Development in ABAP Dialog Programming. Beginner. Intermediate. Training for Database & Technology with Development in ABAP Dialog Programming Courses Listed Beginner NW001 - SAP NetWeaver - Overview Intermediate SAPTEC - Technology Fundamentals for SAP S/4HANA and

More information

Stock Balancing Management

Stock Balancing Management User Guide Document Version: 1.0 2013-06-28 Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from the screen. These include

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP5 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP5StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

COURSE LISTING. Courses Listed. with ABAP Dialog Programming. 25 December 2017 (08:57 GMT) NW001 - SAP NetWeaver - Overview

COURSE LISTING. Courses Listed. with ABAP Dialog Programming. 25 December 2017 (08:57 GMT) NW001 - SAP NetWeaver - Overview with ABAP Dialog Programming Courses Listed NW001 - SAP NetWeaver - Overview SAPTEC - SAP NetWeaver Application Server Fundamentals BC100 - ( ABAP) BC100E - Introduction to Programming with ABAP BC400

More information

Cross-Application Mass Maintenance (CA-GTF-MS)

Cross-Application Mass Maintenance (CA-GTF-MS) Cross-Application Mass Maintenance (CA-GTF-MS) HELP.CAGTFMS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Oracle Copy Inventory Organization

Oracle Copy Inventory Organization Oracle Copy Inventory Organization Implementation Guide Release 11i October 2001 Part No. A95116-01 Oracle Copy Inventory Organization Implementation Guide, Release 11i Part No. A95116-01 Copyright 1996,

More information

ALE Introduction and Administration

ALE Introduction and Administration ALE Introduction and Administration HELP.BCMIDALEIO Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

BC ABAP Workbench Tools

BC ABAP Workbench Tools HELP.BCDWBTOO Release 4.6B SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

SAP IS-U Migration Workbench: Step by Step EMIGALL

SAP IS-U Migration Workbench: Step by Step EMIGALL SAP IS-U Migration Workbench: Step by Step EMIGALL Applies to: SAP IS-U, CRM. For more information, visit the Customer Relationship Management homepage. Summary SAP IS-U migration workbench (Tcode-EMIGALL)

More information

IRMIPM 40B: Patch 007 Notes

IRMIPM 40B: Patch 007 Notes IRMIPM 40B: Patch 007 Notes User functions have been added to the pricing sheet. There are now two methods to the existing interface for key fields checks. One is to provide a button on the rule sheet

More information

How to... Master Data Governance for Material: Use the Data Import Framework for Material. Applicable Releases: From EhP6

How to... Master Data Governance for Material: Use the Data Import Framework for Material. Applicable Releases: From EhP6 Applicable Releases: From EhP6 Version 7 January 2018 www.sap.com Document History Document Version Description 1.0 First official release of this guide 2.0 Additional SAP notes 3.0 Background information

More information

Financial Management 1099 Processing Year-End Update Guide

Financial Management 1099 Processing Year-End Update Guide Financial Management 1099 Processing - 2016 Year-End Update Guide December 20, 2016 2016 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property

More information

SAP Policy Management 5.3 SP03

SAP Policy Management 5.3 SP03 How-To Guide SAP Policy Management Document Version: 1.3 2016-11-30 Guide for Implementing Business Transactions Typographic Conventions Type Style Example Description Words or characters quoted from the

More information

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02

Mobile Application Workbench. SAP Mobile Platform 3.0 SP02 SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC-01-0302-01 LAST REVISED: January 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

General Report Selection

General Report Selection HELP.BCSRVREP Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

PM Solution Product Manual. This document is a product manual for BTCSoftware s Practice Management Solution.

PM Solution Product Manual. This document is a product manual for BTCSoftware s Practice Management Solution. This document is a product manual for BTCSoftware s Practice Management Solution. Index 1. Introduction 2. Overview 3. Creating a client (Individual & Organisation Clients) 4. Events (Appointments, Tasks

More information

Claim Management HELP.PSCLM. Release 4.6C

Claim Management HELP.PSCLM. Release 4.6C HELP.PSCLM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Community Edition. Web User Interface 3.X. User Guide

Community Edition. Web User Interface 3.X. User Guide Community Edition Talend MDM Web User Interface 3.X User Guide Version 3.2_a Adapted for Talend MDM Web User Interface 3.2 Web Interface User Guide release. Copyright This documentation is provided under

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

Customizing System Setting (BC-CUS)

Customizing System Setting (BC-CUS) Customizing System Setting (BC-CUS) HELP.BCBECUSIMG Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or

More information

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E

Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release E Oracle Agile Product Lifecycle Management for Process Content Synchronization and Syndication User Guide Release 6.1.0.1 E27853-01 March 2012 Oracle Agile Product Lifecycle Management for Process Content

More information

Extensibility Guide for SAP Business Partner Screening

Extensibility Guide for SAP Business Partner Screening USER GUIDE PUBLIC 2018-05-28 Extensibility Guide for SAP Business Partner Screening ---------- 2018 SAP SE or an SAP affiliate company. All rights reserved. Run Simple Content 1 SAP Business Partner Screening

More information

Determination Applications Softproviding Core User Documentation

Determination Applications Softproviding Core User Documentation Great ideas are always simple Softproviding simply makes them happen. Determination Applications Softproviding Core User Documentation Version: 1.00 Date: 20. June 2018 Release: v2.60 Softproviding AG

More information

SmartSeminars User Guide

SmartSeminars User Guide SmartSeminars User Guide Copyright 1998-2006, E-Z Data, Inc. All Rights Reserved No part of this documentation may be copied, reproduced, or translated in any form without the prior written consent of

More information

ACT! by Sage. Premium for Web 2007 (9.0) User s Guide

ACT! by Sage. Premium for Web 2007 (9.0) User s Guide ACT! by Sage Premium for Web 2007 (9.0) User s Guide ACT! by Sage Premium for Web 2007 (9.0) User s Guide Copyright Notice and Trademark 2006 Sage Software SB, Inc. All Rights Reserved. The Sage Software

More information

WhitePaper Xtract PPV

WhitePaper Xtract PPV WhitePaper Xtract PPV March 2011 Khoder Elzein Senior Product Manager Mail: khoder.elzein@theobald-software.com Fon: +49 711 46 05 99 12 Theobald Software GmbH Kernerstraße 50 D 70182 Stuttgart Fon: +49

More information

CA - Drilldown Reporting

CA - Drilldown Reporting HELP.CAREP Release 4.6C SAP AG Copyright Copyright 2000 SAP AG. All rights reserved. No part of this brochure may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Sage What s New. March 2019

Sage What s New. March 2019 Sage 100 2019 What s New March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage Group

More information

Inspection Planning with the Engineering Workbench

Inspection Planning with the Engineering Workbench Inspection Planning with the Engineering Workbench HELP.QMPTWB Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

Sage Getting Started Guide. September 2017

Sage Getting Started Guide. September 2017 Sage 100 2018 Getting Started Guide September 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks

More information

Layer Seven Security ADVISORY

Layer Seven Security ADVISORY Layer Seven Security ADVISORY SAP Security Notes May 2015 SAP released several significant patches in May for memory corruption vulnerabilities effecting multiple applications and components. Such weaknesses

More information

Integration Scenarios in Central Address Management

Integration Scenarios in Central Address Management Integration Scenarios in Central Address Management Postal Validation & Duplicate Check and Error-Tolerant Search Releases 4.6B/4.6C Interfaces of central address managmenet - 1 - TABLE OF CONTENTS 1.

More information

Thermo Scientific. Centri-Log V1.0. Operating Manual November 2010

Thermo Scientific. Centri-Log V1.0. Operating Manual November 2010 Thermo Scientific Centri-Log V1.0 Operating Manual 50127006-1 November 2010 2010 Thermo Fisher Scientific Inc. All rights reserved. RC 3BP+ TM, RC 12BP+ TM and RC BIOS are either registered trademarks

More information

INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23,

INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23, INTERVIEW QUESTIONS SAP ABAP (SAMPLE) May 23, 2006 www.examguru.net DO NOT COPY OR DUPLICATE Paper Copies of These Materials or Software Files Downloaded From Website For Use by Anyone Other Than Original

More information

Salesforce Enterprise Edition Upgrade Guide

Salesforce Enterprise Edition Upgrade Guide Salesforce Enterprise Edition Upgrade Guide Salesforce, Spring 16 @salesforcedocs Last updated: February 11, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Classification System (CA-CL)

Classification System (CA-CL) HELP.CACL Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Editor for Personnel Calculation Rules (PY-XX-TL)

Editor for Personnel Calculation Rules (PY-XX-TL) Editor for Personnel Calculation Rules (PY-XX-TL) HELP.PAXX Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM Proprietary Materials No use of these Proprietary materials is permitted without

More information

Release 6.0E. Support Package 4. Summary of New Features and Enhancements

Release 6.0E. Support Package 4. Summary of New Features and Enhancements Release 6.0E Support Package 4 Summary of New Features and Enhancements Contents Introduction... 5 Information Sources... 5 Social Media... 5 Disclaimer and Liability Notice... 6 SAP ECC Version Requirements...

More information

Outbound Engine Manual 1

Outbound Engine Manual 1 1 Contents Outbound Engine... 3 Login... 4 Main View...5 Filter... 6 Edit... 6 Delete... 6 Contacts Menu... 7 Imports... 7 Field Mapping... 10 Field Information...12 Start import... 20 Import Formats...21

More information

The Test Workbench in the SAP System (BC-CAT-PLN)

The Test Workbench in the SAP System (BC-CAT-PLN) The Test Workbench in the SAP System (BC-CAT-PLN) HELP.BCCATPLN_2 Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018

Oracle Financial Services Common Reporting Standard Canada User Guide. Release May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Oracle Financial Services Common Reporting Standard Canada User Guide Release 8.0.6 May 2018 Part Number: E93132-01

More information

Munis. Using Munis Version For more information, visit

Munis. Using Munis Version For more information, visit Munis Using Munis Version 10.1 For more information, visit www.tylertech.com. TABLE OF CONTENTS Using Munis... 3 Permissions and Security... 3 Munis Menus... 3 Standard Screen Features... 4 Help, Settings,

More information

VEDATRAK CRM 3.0. User Guide

VEDATRAK CRM 3.0. User Guide VEDATRAK CRM 3.0 User Guide 2 (C) 2006-2012 SUI SOLUTIONS Ltd. All rights reserved. 3 Contents Overview...9 System Requirements...12 Installation Notes...13 Vedatrak Basics...14 User Roles...14 System

More information

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI:

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI: SAP' ABAP Handbook Kogent Learning Solutions, Inc. JONES AND BARTLETT PUBLISHERS Sudbury, Massachusetts BOSTON TORONTO LONDON SINUAPORI: Table of Contents Introduction xxi About This Book How to Use This

More information

SAP Test Data Migration Server

SAP Test Data Migration Server Application Operations Guide Document Version: 1.7 2015-02-16 CUSTOMER Release 4.0 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field

More information

Introduction: Overview

Introduction: Overview HELP.LOLIS Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Eclipse Forms. Release 8.7.2

Eclipse Forms. Release 8.7.2 Eclipse Forms Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered trademarks

More information

ACTIVANT B2B Seller. New Features Guide. Version 5.5

ACTIVANT B2B Seller. New Features Guide. Version 5.5 ACTIVANT B2B Seller New Features Guide Version 5.5 1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Database Migration Option: Target Database SAP ASE

Database Migration Option: Target Database SAP ASE UPGRADE GUIDE PUBLIC Software Update Manager 1.0 SP23 Document Version: 1.0 2019-01-21 Database Migration Option: Target Database SAP ASE 2019 SAP SE or an SAP affiliate company. All rights reserved. THE

More information

SDN Community Contribution

SDN Community Contribution SDN Community Contribution (This is not an official SAP document.) Disclaimer & Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces

More information

Content: Company presentation:

Content: Company presentation: Content: Content:... 1 Company presenation:... 1 Overview of AG-VIP SQL:... 2 AG-VIP SQL: detailed description... 3 Concept... 3 Data base and data model... 3 Access Rights... 3 Free desktop definition...

More information

Vendor Create and Maintenance Manual

Vendor Create and Maintenance Manual University of Maine System Financials Vendor Create and Maintenance Manual Vendor Create and Maintenance 1 Index Introduction & Conversion from the Legacy System with Process Assumptions....3 I. Adding

More information

The Appointment Calendar (BC- SRV-GBT)

The Appointment Calendar (BC- SRV-GBT) The Appointment Calendar (BC- SRV-GBT) HELP.BCSRVOFCCAL Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

IACs for External Services Management (MM-SRV)

IACs for External Services Management (MM-SRV) IACs for External Services Management (MM-SRV) HELP.MMSRV Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Oracle Financial Services Common Reporting Standard Singapore User Guide. Release May 2018

Oracle Financial Services Common Reporting Standard Singapore User Guide. Release May 2018 Oracle Financial Services Common Reporting Standard Singapore User Guide Release 8.0.6 May 2018 Oracle Financial Services Common Reporting Standard Singapore User Guide Release 8.0.6 May 2018 Part Number:

More information

Sage ERP Accpac Online 5.5

Sage ERP Accpac Online 5.5 Sage ERP Accpac Online 5.5 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: July 11, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

SAP NetWeaver Master Data Management

SAP NetWeaver Master Data Management Upgrade Guide GDS 2.1 Document Version: 1.04 2015-11-15 Global Data Synchronization Option 2.1 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include

More information

Product Documentation SAP Business ByDesign February Marketing

Product Documentation SAP Business ByDesign February Marketing Product Documentation PUBLIC Marketing Table Of Contents 1 Marketing.... 5 2... 6 3 Business Background... 8 3.1 Target Groups and Campaign Management... 8 3.2 Lead Processing... 13 3.3 Opportunity Processing...

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

ADP Vantage HCM. Navigation for Practitioners

ADP Vantage HCM. Navigation for Practitioners ADP Vantage HCM Navigation for Practitioners Introduction This is a high-level look at the various navigation features associated with ADP Vantage HCM. The features available are dependent upon your job

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

Keep It Easy Software Cloud User Manual

Keep It Easy Software Cloud User Manual Keep It Easy Software Cloud User Manual 2015 Keep It Easy Software 1 CONTENTS How to Login... 5 Functions... 5 System Preferences... 6 General... 7 Receipt Categories... 9 Expense Categories... 10 Service

More information

Function (Selection) SAP Standard Extension. Automatic insertion of mail texts depending on intended recipient

Function (Selection) SAP Standard Extension. Automatic insertion of mail texts depending on intended recipient xtmail Suite for SAP conlutio GmbH Living without e-mail seems almost inconceivable these days. However, SAP users often sent common documents such as purchase orders or order confirmations via paper or

More information

Business Add-Ins (BAdIs) for SD Jam Integration Document Version:

Business Add-Ins (BAdIs) for SD Jam Integration Document Version: Document Version: 1.0 2014-08-22 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names, screen titles, pushbuttons labels, menu names,

More information

Table of content. B1 Document Manager Manual

Table of content. B1 Document Manager Manual Table of content Table of content... 1 Overview... 2 Configuration... 2 Administer Folders configuration... 2 Administer keywords configuration... 2 Administer Categories configuration... 4 Administer

More information

Student Lifecycle Management: Attendance Tracking Cookbook

Student Lifecycle Management: Attendance Tracking Cookbook Student Lifecycle Management: Attendance Tracking Cookbook Applies to: All described functionality is based upon Student Lifecycle Management (SLCM) with ERP6 Enhancement Package 4 (EHP4). Summary This

More information

Querying deeper with BEx Query Designer and Analyzer

Querying deeper with BEx Query Designer and Analyzer Querying deeper with BEx Query Designer and Analyzer Product SAP NetWeaver Release 2004s Level Undergraduate/Graduate Intermediate Focus BI Reporting Author Nitin Kale Version 1.0 OBJECTIVE To derive business

More information

Production Resources/Tools (PRT)

Production Resources/Tools (PRT) Production Resources/Tools (PRT) HELP.PSPRT Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any

More information

Table of Contents. Contents. 1 Introduction. 2 The Main Menu Notification Popups. 9 Service Calendar. 12 Generating Reports ...

Table of Contents. Contents. 1 Introduction. 2 The Main Menu Notification Popups. 9 Service Calendar. 12 Generating Reports ... Contents I Table of Contents 1 Introduction...1 2 The Main Menu...1 3 The Equipment...3 Manager...6 4 Step #1 - Establishing Locations/Categories...6 5 Step #2 - Defining Your PM schedules...9 6 Step #3

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

D'Rainbow ALV. User Guide. Paint.Enhance.Annotate.

D'Rainbow ALV. User Guide. Paint.Enhance.Annotate. D'Rainbow ALV User Guide Paint.Enhance.Annotate. D-PRO Innovation Ltd. April 2018 Rainbow User Guide Version 4.6 Contents Overview 4 Create a new report 5 Edit and View a Report 8 Selection 9 Paint 9 Comment

More information

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09

Feature Scope Description Document Version: CUSTOMER. SAP Analytics Hub. Software version 17.09 Feature Scope Description Document Version: 2017-09-23 Software version 17.09 Typographic Conventions Type Style Example Description Words or characters quoted from the screen. These include field names,

More information

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server

Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server Installation Guide SAP Landscape Transformation Replication Server Document Version: 1.6 2017-06-14 CUSTOMER Trigger-Based Data Replication Using SAP Landscape Transformation Replication Server - For SAP

More information

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda:

Outlook 2010 One. Wednesday, August 7, 9-11 am. Agenda: Page 1 Outlook 2010 One Wednesday, August 7, 9-11 am Agenda: Outlook Search Options Working with Attachments Creating a Signature Marking a Message as Read Flag an item for Follow-Up Reply, Reply All &

More information

Layer Seven Security ADVISORY

Layer Seven Security ADVISORY Layer Seven Security ADVISORY SAP Security Notes November 01 SAP issued a critical bulletin in November to raise awareness of three Security Notes related to SAProuter and a new malware variant that is

More information

Marketing Guide. Detailed Overview of The Reports in The Envision Software

Marketing Guide. Detailed Overview of The Reports in The Envision Software Marketing Guide Detailed Overview of The Reports in The Envision Software I Marketing in Envision Cloud Table of Contents Part I Introduction 1 Part II Creating Client Filters 1 1 Client Options Tab...

More information

CMS. QuickBooks Interface Manual

CMS. QuickBooks Interface Manual CMS QuickBooks Interface Manual Copyright 2006 Tailwind Management Systems Inc. All rights reserved. No part of this publication may be reproduced or stored in a retrieval system, in any form or by any

More information

Foreword. Trademarks bavel is a trademark of Voxel Group.

Foreword. Trademarks bavel is a trademark of Voxel Group. User s Manual for the PARTNER PORTAL Foreword Data and design subject to change without notice. Supply subject to availability. 2016 Copyright Voxel Group We reserve all rights in this document and in

More information

Oracle Planning and Budgeting Cloud

Oracle Planning and Budgeting Cloud Oracle Planning and Budgeting Cloud July Update (16.07) Release Content Document July 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE PLANNING AND BUDGETING CLOUD, JULY UPDATE... 4 ANNOUNCEMENTS...

More information

Customer Relationship Management Software

Customer Relationship Management Software Customer Relationship Management Software User Manual Admin Version 1.3 2 Second CRM Getting Started 2013 Table of Content BASIC ADMINISTRATION... 4 MAINTAIN USERS... 4 USERS CONFIGURATION... 5 Create

More information

R e l ea se 6. 20/

R e l ea se 6. 20/ Release 6.20/6.40 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP

More information

SAP ABAP Training Course Content :

SAP ABAP Training Course Content : SAP ABAP Training Course Content : Topics Covered: Introduction to ERP Introduction to SAP & R/3 Architecture Introduction to ABAP/4 What is ABAP? Logon to SAP Environment Transaction Codes Multitasking

More information

SAP Engineering Control Center 5.1

SAP Engineering Control Center 5.1 Installation Guide CUSTOMER Document Version: 11.0 2017-09-29 Typographical Conventions Format Example Description Words or characters that are quote from the screen display. These include field names,

More information

Security Audit Log HELP.BCCSTADM. Release 4.6C

Security Audit Log HELP.BCCSTADM. Release 4.6C HELP.BCCSTADM Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Timeslips BillQuick 2011 Data Conversion

Timeslips BillQuick 2011 Data Conversion Time Billing and Business Management Software Built With Your Industry Knowledge Timeslips BillQuick 2011 Data Conversion Conversion Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505

More information

Sage Getting Started Guide

Sage Getting Started Guide Sage 100 2016 Getting Started Guide This is a publication of Sage Software, Inc. Version 2016 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects

More information

SAP Product and REACH Compliance 2.0

SAP Product and REACH Compliance 2.0 Installation Check List SAP Product and REACH Compliance 2.0 Target Audience System Administrators Technology Consultants Document version: 2.3 February 2011 Installation Check List: SAP REACH Compliance

More information