Edit

Get started using the SAP Requisition Management app

The SAP Requisition Management app is part of the SAP Procurement solution for Microsoft Power Platform. It makes several functions in SAP quicker and easier than using SAP GUI. You can search, view, and update an existing requisition, create a new requisition, and convert a requisition to a purchase order.

View requisition data

You have three options for viewing a requisition:

  • Enter a known requisition number.
  • Select a recent requisition that you interacted with.
  • Search for a requisition based on vendor and date range.

Image of Microsoft's SAP Procurement requisition app for Power Platform.

Enter a requisition number

If you know the requisition number of the document you want to view, type it in the Search Purchase Requisitions field and select Search.

Select a recent requisition

Select a recently viewed requisition from the Recently Searched Requisitions list. Select a requisition from the list to load onto your screen.

Search for requisition

If you didn't interact with the requisition and you don't know the exact number, search for a requisition.

  1. Select Search Purchase Requisitions to open the Requisition search screen. On the screen, you can search by any individual field or a combination of Requisition Number, Vendor, and Date Range.

    Image shows requisition search screen.

  2. Enter your selection criteria in the fields.

  3. Select Search and your results are displayed.

  4. Select the requisition you want to display on the requisition overview screen.

Create a requisition

Create a new requisition:

  1. Select New Purchase Requisition.

  2. Enter a vendor number and select Search to see the vendor name.

  3. Select the appropriate Purchasing Organization from the dropdown list.

  4. Select the appropriate Purchasing Group from the dropdown list.

  5. Select the appropriate Location from the dropdown list.

  6. Select the appropriate Currency from the dropdown list.

  7. Select Next.

Add line items to a requisition

  1. Select the appropriate Location from the dropdown list.

  2. If you know your material number, enter it and select Search to find it. Or, select Go to advanced search to find it. When you select a material, the Description and Unit fields are prepopulated.

  3. Enter the quantity and the unit price.

  4. View the total automatically calculated based on the quantity multiplied by the unit price.

  5. Select Add Line Item to add this line item to the requisition.

  6. Repeat the preceding steps until you add all line items.

Submit the requisition

  1. After you add all line items, select Next.

  2. On the Review Purchase Requisition page, review to make sure the information is correct, and then select Submit.

Additional functionalities

You can edit, sort, and filter requisition data.

Edit a requisition

When you load an existing requisition, you can edit it. You can also convert it to a purchase order.

Select Edit Requisition to edit a requisition. You can change values, add more line items, or delete unwanted line items. You can also copy an existing line by selecting it and then selecting Copy.

Sort requisition column headings

You can sort column headings in ascending or descending order. To sort, select Column Heading. An arrow appears to show you the sort order.

Note

The sort is done as a character string, so numbers might not be in numeric order.

Field mappings

The table provides requisition screen to function module field mappings.

BAPI_PR_CREATE mapping

Area Display name Parameter Field Default
Header Vendor PRITEM DES_VENDOR
Header Vendor Name PRITEM Not Sent
Header Purchasing Organization PRITEM PURCH_ORG
Header Purchasing Group PRITEM PUR_GROUP
Line Item PRITEM PREQ_ITEM
Line Location PRITEM PLANT
Line Material PRITEM MATERIAL
Line Description PRITEM SHORT_TEXT
Line Quantity PRITEM QUANTITY
Line Unit PRITEM UNIT
Line Unit Price PRITEM PREQ_PRICE
Line (Default) REL_DATE PRITEM REL_DATE utcNow() Date
Header (Default) Document Type PRITEM PR_TYPE NB

BAPI_PR_CHANGE mapping

Area Display name Parameter Field Default
Header Vendor PRITEM DES_VENDOR
Header Vendor Name PRITEM Not sent
Header Purchasing Organization PRITEM PURCH_ORG
Header Purchasing Group PRITEM PUR_GROUP
Line Item PRITEM PREQ_ITEM
Line Location PRITEM PLANT
Line Material PRITEM MATERIAL
Line Description PRITEM SHORT_TEXT
Line Quantity PRITEM QUANTITY
Line Unit PRITEM UNIT
Line Unit Price PRITEM PREQ_PRICE
Line DELETE_IND PRITEM DELETE_IND CRUD = D (if row is deleted)
Line (Default) REL_DATE PRITEM REL_DATE utcNow() Date
Header (Default) Document Type PRHEADER PR_TYPE NB

See also