ME2N – Purchase Orders by PO Number

Component Name and System Landscape

Brief Description

Program RM06EN00 – Purchase Orders by PO Number (T-code: ME2N) is a standard report that retrieves purchase order details via a document number and other user-defined parameters. Minimum parameters being PO number and the Scope of List.

Parameter Mapping – Generic Tabs

There are several tabs under this section. Some will be generic, and others are specific to the component.

The generic tabs usually are:

  • Target: Requires SAP and Client information. You can also hard code the SAP user name.
  • Infrastructure: Used for Action rules. See Action Rules.
  • Recipient parameters: Generally left to default values.
  • Job output parameters: Defines the format of the required output. Defaults to RTX and Text. See Handling ABAP Programs for more information.

Most of the time these tabs will be shown, but there are components where these differ and either do not appear at all, or they are specific tabs.

Parameter Mapping – Specific Tabs

This guide shows the minimum parameter values required for the component to run. Refer to the Redwood Automation Engineering Training course for submission and monitoring activities.

Tab Technical Name Description FormatClosed Mandatory Field Example
Variant PAR_LISTU Scope of List (PAR) As per SAP manual entry BEST
Variant SEl_S_WERKS Plant 4 characters [1000]
Variant SEL_S_LIFNR Vendor As per SAP manual entry ['T-K515A07']
Variant SEl_S_BEDAT DocumentClosed Date YYYYMMDD [@RW_DATE_YEAR@0224]

Troubleshooting

Variant Tab

SEL_S_LIFNR

  • Issue: Some vendor account numbers could be alphanumeric and include a hyphen, for example: T-K515A07. Because of the hyphen, SAP thinks this is a range with a lower and upper limit, which results in an error.
  • Resolution: Enter the value as [T-K515A07] with single apostrophes between the square brackets.