cancel
Showing results for 
Search instead for 
Did you mean: 

detailed scheduling planning board

Former Member
0 Kudos

hi sap team

i am new to apo.can any one help me to resolve this issue.

In below output we have to add additional functionality to drag the B/90 block to another resource.

  currently whith in the same resource we can drag B/90.


i have no idea how to do this can any one help me.


thank you,


 


Accepted Solutions (1)

Accepted Solutions (1)

frank_horlacher
Employee
Employee
0 Kudos

We describe the concept of alternative resources in our

SAP Advanced Production Scheduling rapid-deployment solution

Access this area directly via

http://service.sap.com
/rds-aps

go to the configuration guides:

S75: SAP ERP Master Data for MRP Based Detailed Scheduling and SNP

Change Routing - Add Alternative Sequence

and see how the drag and drop works in the Business Process Documentation

S80: MRP Based Detailed Scheduling

Former Member
0 Kudos

hi frank horlacher,

thanks for your guidance , with alternative resources i have got some idea about it, in this aspect we had a meeting with client also. but he is expecting the solution in another way.

by deleteing the notmove = x line in below code we move the blocks between resources.

but how to implement that any idea about it. i am new to apo.

the below content i got from customer

Function group /SAPAPO/CDPS_PRESENTATION, subroutine CUST_CBLOCK_LAY_CREATE_SINGLE

..

  e_tbcl_tab-firstdate  = 1.
  e_tbcl_tab-seconddate = 2.
  e_tbcl_tab-layprio    = 126.
  e_tbcl_tab-not_move   = 'X'
<-DELETE this row
  APPEND e_tbcl_tab.

After this the mouse cursor will change to a cross to indicate that the characteristic block can be moved.

Pressing the left mouse button and moving the mouse the block will move to another resource

frank_horlacher
Employee
Employee
0 Kudos

Hi Sandeep,

You need to be very careful when you modify the code. You shall not move any operation to another block which does not fit the characteristic requirements of the block. Get the clear specification of the customer.

BR Frank

Former Member
0 Kudos

hi frank horlacher,


Regarding moving blocks to another resource what they are saying is


"

Keep in mind, that a block is only a dumb graphical object with a ID and not knowing that it has characteristics, …

you have to check if the characteristic block matches to the target resource."


what is that above ? is it really possible..


thank you,

sandeep.




frank_horlacher
Employee
Employee
0 Kudos

hi Sandeep,

that is in other words what I said before.

BR Frank

Former Member
0 Kudos

hi frank,

in cdps0 , i made changes so that the blocks are moving from one resource to another,when i place block from resource 1 to resource 2 the new position and intervals are returned by method.

with this new position and intervals of block  i have to update the same into r/3 and livecachche?.

can you help me how to do this... ?

thank you.

Answers (2)

Answers (2)

frank_horlacher
Employee
Employee
0 Kudos

Hi,

the alternative resources need to be modeled as alternative modes in the PPM or PDS. Then it is possible to drag and drop the operation from one resource to another in the detailed scheduling planning book.

You can get alternative modes by modeling alternative sequences in the ERP routing and transfer this to APO or by classification of the operations as described above.

BR Frank

Former Member
0 Kudos
andy_yeri
Contributor
0 Kudos

Hi Ulrich,

The classification of the resource/routing from ECC builds the relation between the 3 resources in APO, however, according to my experience, it'll not allow one to drag a block or any order from one of the resources to another.

Let me know if you've seen it work otherwise.

Thanks