Hi All,
I have created function module and function for the dependency as per the data given in below link
I have created a class and assigned 3 characteristic Zgrade, Zseries and zvariants1.
Created the configuration profile and while assigning the dependency i am getting the error E28024 Syntax error in simple action/procedure (Line 1)
i have written the following code in dependency
FUNCTION ZVARIANT1
(ZSERIES = $ROOT.ZSERIES,
ZGRADE = $ROOT.ZGRADE,
ZVARIANTS1 = $SELF.ZVARIANTS1)
Functions and FM have been created correctly.
Could any one help here. I am new to VC.
Thanks and Regards,
Ashutosh Dubey