Saturday, 20 October 2012

When would you use a global variable instead of a local variable? | SAP BO Interview Questions

?    When the variable will need to be used multiple times within a job.
?    When you want to reduce the development time required for passing values between job components.
?    When you need to create a dependency between job level global variable name and job components.

No comments: