cancel
Showing results for 
Search instead for 
Did you mean: 

SAPExecutePlanningSequence with 2 parameters

Former Member
0 Kudos

My planning sequence depends on two variables.

lResult = Application.Run("SAPSetPlanParameter", "PS_1", ENTER_SOURCE_YEAR", sourceYear, "INPUT_STRING")  

This works normally and gets passed correctly when executing the planning sequence:

lResult = Application.Run("SAPExecutePlanningSequence", "PS_1")

But how could I enter a second variable value (e.g. SOURCE_MONTH)?
Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Anand71
Active Contributor
0 Kudos

Hi,

check this link :

https://archive.sap.com/discussions/thread/3746090

and

SAP Note : 2350675

Regards,

Anand