Wednesday, February 17, 2016

Determine Product for Resource in SAP APO

It is not easy to determine products for a resource for a general case in SAP APO.

Even if there are no orders, there is a function module scanning the most common sources of supply for products by resources: Function Module /SAPAPO/RRP_PT_SELECTION

Populate IS_SEL-SIMID with Simulation Version, IS_SEL-RESNAM_RTAB with the selection of resource names. Find the result in ET_PEGAREA.

No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...