Fonction SAP CBP_MRP_MANORDER_GET_RFC - Return a specific manufacturing order

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_MANORDERID SCBP_MRP_ITEMID u 255 ID of a manufacturing order
I_MRPCTR SCBP_MRPCTR u 11 Control parameters

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

Functionality
Returns a specific manufacturing order 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
This field contains the ID of the manufacturing order that has to bereturned.

Description
Control parameters that can be used by the external system.
PLHNDL_PUB: (not used)
PLHNDL: This ID is used to differntiate between the stored and thecurrent plan.

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 is 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 thistable.