Hi experts,
i have the following problem.
If i try to config router with parameter NC_CODE in SAP ME 6.0.4.23 the standard script doesn't working:
// Path for SFCs that do not fail
if(NC_CODE==null) {
exit (true);
} else {
exit(false);
}
this script too
// Path for SFCs that fail
if(NC_CODE!=null) {
exit (true);
} else {
exit(false);
}
NC_CODE is always null !!!
is it a bug?
Can anybody help me?
i use this document http://wiki.scn.sap.com/wiki/download/attachments/278332139/SAP+ME+How-To-Guide+-+Setting+up+Production+Lines.pdf?original_fqdn=wiki.sdn.sap.com
is it the right one?
Thanks,
Markus