In the manager self service,when we initiate Reporting Change transaction after selecting an employee a page appears with Instructions and to enter the effective date.How we have to get those instructions on the initiation page?I need because i am...
There is a problem in the very first line. Variables &FileDirAndName and &Archive_Dir will not be resolved if its inside the double quotes. You have to do something like this:
&cmd = "cp " | &FileDirAndName " " | &Archive_Dir;
Also, your IF stat...