SAP Logo

3300480 - Warning Message ME365 for Purchase Orders

You receive the warning message ME365 when you create Purchase orders.

"No partner schema entered for Purch. Doc. Type"

From release 2302CE a new consistency check is done when you create a Purchase Order.

In SSCUI 102524 a Partner Schema for Purchase Orders is  activated

sap assignment of partner schema to document type

The system will check if a Partner  Schema is assigned to the PO document type in the SSCUI 103122.

If there is not any schema for your Document type, warning message 365 will appear.

It is a warning message and can be ignored  in case you want to continue.

It was introduced for consistency check across SSCUI points.

KBA , MM-PUR-GF-PA , Partner , MM-FIO-PUR-PO , Fiori UI for Purchase Orders , How To

Privacy | Terms of use | Legal Disclosure | Copyright | Trademark

Assigning Document Types and Tasks

After completing this lesson, you will be able to:

  • Assign document types and tasks

Document Type and Task Assignment

After, the elimination method is configured, it is assigned to a task and document type.

The task for the integrated elimination is 2042 IC Elim Balance Sheet .

The 2042 task is displayed

The document type assignment in the following example is 2I. Document type 2I has the following settings:

  • Posting Level : 20
  • Posting : Automatic
  • Currencies : transaction, local, and group currency.
  • Reversal : Auto reversal

The 2042 task is assigned to the u00em method and document type 2i

Assign a Document Type

Business scenario.

Now that you have created an elimination method, you need to assign it to a task and document type.

What skills will you develop in this practice exercise?

  • Set your global parameters in configuration
  • Assign the elimination method to a task and document type

Log in to track your progress & complete quizzes

Create Schema for Purchase Order Documents

  • How to create a schema for purchase order documents
  • How to add standard and custom data fields for the header and line item information of purchase order documents

Juliana-Morais

The core functionality of Document Information Extraction is to automatically extract structured information from documents using machine learning. The service supports extraction from the following standard document types out of the box: invoices, payment advices, and purchase orders. You can customize the information extracted from these document types by creating a schema and adding the specific information that you have in your documents. Additionally, you can add completely new document types.

If you are new to the Document Information Extraction UI, first try out the tutorial: Use Machine Learning to Extract Information from Documents with Document Information Extraction UI .

Open the Document Information Extraction UI, as described in the tutorial: Use Trial to Set Up Account for Document Information Extraction and Go to Application or Use Free Tier to Set Up Account for Document Information Extraction and Go to Application .

If you HAVE NOT just used the Set up account for Document Information Extraction booster to create a service instance for Document Information Extraction and subscribe to the Document Information Extraction UI, observe the following: To access the Schema Configuration and Template features, ensure that you use the blocks_of_100 plan to create the service instance for Document Information Extraction Trial. And make sure you’re assigned to the role collection: Document_Information_Extraction_UI_Templates_Admin_trial (or Document_Information_Extraction_UI_Templates_Admin if you’re using the free tier option). For more details on how to assign role collections, see step 2 in the tutorial: Use Trial to Subscribe to Document Information Extraction Trial UI , or step 3 in the tutorial: Use Free Tier to Subscribe to Document Information Extraction UI . After assigning new role collections, Log Off from the UI application to see all features you’re now entitled to try out.

In the left navigation pane, click Schema Configuration .

Access Schema Configuration

Here, you find the SAP schemas. The Document Information Extraction UI includes preconfigured SAP schemas for the following standard document types: purchase order, payment advice, and invoice. In addition, there’s an SAP schema for custom documents ( SAP_OCROnly_schema ). You can’t delete or change SAP schemas. You can use them as they are, or create copies and adapt the list of fields according to your needs.

Access Schema Configuration

CAUTION: When using the free tier option for Document Information Extraction or a trial account, be aware of the technical limits listed in Free Tier Option and Trial Account Technical Constraints .

To create your own schema, click Create and a dialog opens.

Create Schema

In the dialog, enter a name for your schema, purchase_order_schema , for example. Note that the name cannot include blanks. Further, select Purchase Order as your Document Type .

Click Create to create the schema.

Create Schema Dialog

Now, your schema shows up in the list. Access the schema by clicking on the row.

Access Schema

A schema defines a list of header fields and line item fields that represent the information you want to extract from a document.

Header fields represent information that is specific to your document and only occurs one time. This may include the document number, any sender information, or the total amount of the order. In contrast, line item fields represent the products that you ordered, where each line is one product, often with a certain quantity attached. Thus, the line item fields extract the information for each product in your order. Those may include the article number, the price and the quantity.

Document Information Extraction already includes a number of fields that it can extract. See here which header fields are supported and here which line item fields are supported. Additionally, you can define custom fields. In the next step, you’ll learn about both.

The image below shows an example purchase order. All the fields that you define in your schema in this tutorial are highlighted. The header fields represent all information outside of the table that occurs once. The line item fields represent all information within the table, which occurs per product. You can, of course, extend or reduce the information that you want to extract.

Purchase Order Example

Choose the appropriate example of a line item field.

  • Description
  • Purchase Order Number
  • Shipping Address
  • Shipping Amount

To define your first header field, click Add to the right of the headline Header Fields .

Add Header Field

For each field, you have to enter a name, a data type, a setup type, and optionally a default extractor and a description. The available data types are string , number , date , discount , currency , and country/region .

The available setup types are auto and manual . The setup type auto supports extraction using the service’s machine learning models. You must specify a default extractor (standard fields supported by Document Information Extraction) for this setup type. It can only be used in schemas created for standard document types. The setup type manual supports extraction using a template. It’s available in schemas created for standard or custom document types.

As your first header field, add the number of your purchase order which identifies your document.

Enter an appropriate name for your field, purchaseOrderNumber , for example.

Select string for the Data Type . Note that a document number is a string , even though it consists of numbers, as it is an arbitrary combination of numbers without meaning. In contrast, price is an example of the data type number .

As all business documents have a unique identification, Document Information Extraction already includes a standard field. Select auto for the Setup Type and then select documentNumber for the Default Extractor .

Click Add to add the header field.

Create Purchase Order Number

The field now displays in your list of header fields, where you again find all the information that you’ve just entered. You can edit or delete the field by clicking the respective icons on the right.

View Purchase Order Number

You’ve now added your first header field that uses a default extractor from Document Information Extraction. Next, you’ll add your first custom header field,

Click Add again to open the dialog.

Enter an appropriate name for your field, purchaseOrderStatus , for example.

Select string for the Data Type .

As Document Information Extraction offers no equivalent field, select manual for the Setup Type . Click Add to add the field.

Create Purchase Order Status

You’ve now added your first custom field. Go ahead and add the list of header fields as shown in the table and image below. Pay attention to which fields have a default extractor and which don’t. Feel free to extend or reduce the list of header fields.

All Header Fields

Next, you need to define the line item fields. As your first line item field, add the SKU (Stock Keeping Unit) that uniquely identifies an article.

Click Add to the right of the headline Line Item Fields .

Add Line Item Field

In the dialog proceed as follows:

Enter an appropriate name for your field, skuNumber , for example.

Select manual for the Setup Type and click Add to add the field.

Add SKU Number

The field now displays in your list of line item fields where you find all the information again that you’ve just entered.

View SKU Number

You’ve now added your first line item field. Go ahead and add the list of line item fields as shown in the table and image below. Pay attention to which fields have a default extractor and which don’t. Feel free to extend or reduce the list of line item fields.

All Line Item Field

Once you’ve added all header and line item fields, the schema needs to be activated so that it can be used to extract information from documents. Right now, the schema has the status DRAFT , indicating that it cannot be used yet.

To activate the schema, click Activate .

Activate Schema

Now, the status of your schema changes to ACTIVE . To make changes to your schema, you have to Deactivate it first.

Activate Schema

Congratulations, you’ve created and activated your own schema for purchase order documents.

In the next tutorial: Create Template for Purchase Order Documents , you’ll create a template that uses your schema, and associate documents with your template to show the Document Information Extraction service where each field is located in the document.

  • Access schema configuration
  • Create schema
  • Understand schemas
  • Add header fields
  • Add line item fields
  • Activate schema

IMAGES

  1. How to Create Sales Document Type in SAP SD

    sap assignment of partner schema to document type

  2. SAP Business Partner

    sap assignment of partner schema to document type

  3. How to Create Partner Functions in SAP Easily

    sap assignment of partner schema to document type

  4. How to Create Partner Functions in SAP Easily

    sap assignment of partner schema to document type

  5. Understanding Standard Partner Functions In Sap Advan

    sap assignment of partner schema to document type

  6. How to Configure a Business Partner in SAP S/4HANA for MM Purposes

    sap assignment of partner schema to document type

VIDEO

  1. Further data integration options and open SQL schema || Datasphere || unit 3.3

  2. SAP DOCUMENT TYPE PART 3

  3. Schema Views in DIW

  4. Integration of SAP Business ByDesign and SAP Successfactors Employee Central Part 1

  5. Integration of SAP Business ByDesign and SAP Successfactors Employee Central Part 2

  6. SAP HANA : Schemas in Detail : Types + Creation of Custom Schema in SAP HANA Studio

COMMENTS

  1. Solved: Partner function assignment to a PO type configur...

    >PARTNER ROLES ->DEFINE PERMISSION PARTNER ROLES. If you want a partner schema for your own document type then define your partner schema and assign to document type using the below mentioned path. IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER ->DETERMINATION - >PARTNER SETTINGS IN PURCHASING DOCUMENTS ->DEFINE PERMISSION . PARTNER SCHEMAS. And ...

  2. Solved: Partmer schema assignment Doubt ......

    on ‎02-09-2011. 0 Kudos. Hi Gurus, I hv a doubt/query, 1.Partner schema is assigned to Account group, as All the PO, having vendor with that account group will get the partners from partner schema. 2.Partner schema is also assigned to doc. type of po. As all the POs for that doc. type will get the parters from partner schema.

  3. Partner determination

    - Determine partner schema for account group. - Ordering address partner role (OA) must be maintained. The role is allowed for account group. - Check whether partner schema is used to determine partner roles for purchasing document type. Output a message to this partner , you need to create a message condition record in purchasing master data.

  4. Solved: Configuration of Vendor Partner Function

    Follow the steps to complete the partner determination configuration setup. And then create a vendor master record for the each account group (each vendor can have different vendor account group) and choose the respective partner account group and then create. And maintain, the partner vendors in the main vendor (which is created with account ...

  5. Solved: Partner schema for STO

    defined the partner schema for vendor master, assigned it to the A/C group. defined the partner schema for purchasing document, assigned it to the document type. This is a bit vague. The standard PO has usually a document type NB while the STO has UB (if it is plant to plant within same company) usually these are 2 different partner schemas.

  6. Partner determination

    what is the use of Assigning Partner roles to Accounting group, Partner schema to Accounting group, Partner schema to Document type?

  7. Partmer schema assignment Doubt ......

    1.Partner schema is assigned to Account group, as All the PO, having vendor with that account group will get the partners from partner schema. 2.Partner schema is also assigned to doc. type of po. As all the POs for that doc. type will get the parters from partner schema.

  8. Partner Determination Procedure

    No Change Possible - Once you assign the Partner & save the document, you can't edit that anymore in that document. 2. Partner Mandatory - If you want to make specific Partner in document to be maintained compulsorily, then you can make use this option. 3. Unique - If you want to maintain some partner function only one time in a ...

  9. 2767873

    Use contract types CMK and CWK if you want to use partner determination in the Cloud. Keywords MM_MAINTAIN_PARTNERS, T161-PARGR, ME32K, SIMG_CFMENUOLMEOMZ7, ME 365, ME365 , KBA , MM-FIO-PUR-SQ-CON , Fiori UI for Manage Purchase Contracts , Problem

  10. Partner Roles in Purchasing

    The system checks whether the vendors assuming the partner roles Ordering address and Goods supplier have been maintained for the current purchasing organization. To maintain partners in the vendor master record, choose Master data Vendor Change . On the initial screen that then appears, select Partner roles (partner functions).

  11. Partner schema for STO

    defined the partner schema for purchasing document, assigned it to the document type. tested with a normal PO where i need to give the vendor #, the partner function details populate into the partner tab. however in STO where i give the supplying plant #, the partner functions associated with the vendor for that supplying plant do not get ...

  12. SAP Help Portal

    The 'trading partner' must be assigned in these master records. Then, when an affiliated customer or vendor is posted in a document, the 'trading partner' is copied into the receivables or payables entry and, usually, also into the offsetting entry. As a result, not only is the partner data later available in Consolidation for the ...

  13. About Define Partner Schema

    The Define Partner Schema activity defines the use of party roles that are relevant for a specific document. These party roles can be internal and external involved parties. A party role describes a person or an organization that is involved in your specific transaction and is visible and selectable on the involved party screen.

  14. There is no partner determined for Stock Transport Order(Document type

    For both document types NB and UD, same partner schema is assigned however for document type UD - Stock transport order, there is no Partner determined during PO Creation

  15. 3300480

    Visit SAP Support Portal's SAP Notes and KBA Search. You receive the warning message ME365 when you create Purchase orders. "No partner schema entered for Purch. Doc. Type".

  16. Settlement Document Type

    Use. A settlement document type determines how the system processes a settlement document such as invoices, credit memos, debit memos, pro forma invoices, and cancellation documents. A settlement document is made up of a header, and a number of items. The header contains data that applies to the whole document.

  17. Assigning Document Types and Tasks

    Document Type and Task Assignment. After, the elimination method is configured, it is assigned to a task and document type. The task for the integrated elimination is 2042 IC Elim Balance Sheet. The document type assignment in the following example is 2I. Document type 2I has the following settings: Posting Level: 20. Posting: Automatic.

  18. partner schema in SAP

    Definitions by Module. Set of partner functions for use in purchasing documents. In a partner schema, you can use partner functions individually or in groups. Partner functions are executed by business partners. You can only use partner functions that you have defined yourself in a partner schema. partner schema in SAP - Everything you need to ...

  19. Different document type with different account assignment

    In ME51N we can make default account assignement for documnt type, click ctrl+f1 personal settings--Default values here enter the data Document type and account assignment and save. But I am not sure this will work for all the users. b'caus it is user specific. Regards, Add a Comment.

  20. Create Schema for Purchase Order Documents

    Here, you find the SAP schemas. The Document Information Extraction UI includes preconfigured SAP schemas for the following standard document types: purchase order, payment advice, and invoice. In addition, there's an SAP schema for custom documents (SAP_OCROnly_schema). You can't delete or change SAP schemas.