Fonction SAP CBP_MRP_DEMORDERLIST_GET_RFC - Return a list of all demand orders

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_MRPCTR SCBP_MRPCTR u 11 Control parameters

Paramètre Reférence Long. Facultatif Description
O_PLATT SCBP_PLATT 179 Attributes of the demand orders

Functionality
Returns a list of all demand orders of a production plan. The returnvalues have to be language specific.
The external system identifies the model that has to be planned via thedestination that is specified for the function call.
The returned values are displayed as a list with several lines andcolumns.

Description
Control parameters that can be used by the external system.
PLHNDL_PUB: (not used)
PLHNDL: This ID is used to differentiate between the stored and thecurrent plan.
LANGU: Language in which the values have to be returned.

Description
This table has to be filled with the contents that shall be displayedin the list. To ensure the correct representation on the screen thefollowing structure of entries in O_PLATT is necessary. The displayedtable consists of several columns and several lines. Each field in thetable is identified by its coordinates in the displayed table. Forevery field in the displayed table an entry in O_PLATT is necessary.
O_platt must contain the following information:
PLREPNAME: (not used)
PROBCAT: (not used)
PLRLNCNT: line in which the field is displayed.
PLATTNAM: name of the column in which the field is displayed.
PLATTDES: (not used)
PLATTVAL: value that is displayed in the field
OUTLEN: display length of the field
The structure of lines and columns and display length must beconsistent. The redundant information that are stored for every fieldmust be the same.
The combination line and name of the column must be unique because theydeclare the position of the field in the displayed table.
The columns are displayed in sequence of their appearance in this
table. The first column has to contain the demand order ids. These IDsare used for the request of a specific demand order.