February 15, 2011

Copying a Concurrent program


Let us assume that we are going to register a report.

E.g:-

Customizing seeded report:

1.Copy the rdf for the module top.
2.open it in the report bulider ad save it in different name.
3.Do the changes and save it.
4.Create a executable for the same.While creating the concurrent program... Retrive the seeded program and go to optiom copy to,give your concurrent program name and save it.
--So that the parameters defined for the seeded program will be reflected for the customized report.
5.Now change the executable and add it to the responsibilty and submit it.

Changing a seeded report will be more complicated and replacing the same is not recommended,so we can do in this way.

No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...