cancel
Showing results for 
Search instead for 
Did you mean: 

BIIP Self-defined planning function type ( RSPLF1 )

Former Member
0 Kudos

Dear all,

I got 2 questions regarding the new BIIP customer defined planning function type.

1. How do we create the class for the planning function type ? Do we copy standard one( like CL_RSPLFC_DELETE ) as template ? Or , can we create a class whcih use standard class as a supper class and change the methods as we want?

2. Since the planning modeler is running on web , is it possible to debug the self-defined planning function type in SAPGUI?

Thank you,

Jeff

How can I move this post to BPS forum?

Message was edited by: Jeff Huang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Jeff,

Copying a standard planning function is the simplest way to begin and CL_RSPLFC_DELETE is the simplest function, so that is the ideal one to start with (assuming you are not looking to collect reference data as well).

As far as debugging, simply put a hard BREAK-POINT statement in your method(s) and it will break as desired whenever you test it from the planning modeler.

Michael