‎2010 Jan 21 9:39 PM
Can somebody explain me what can I do with a wrapper program?
I think is like a program with a copy of the first screen, in which I can make validations, authority checks, etc, and at the end I have to pass values for the parameters, selection-options, etc to run the original program used by the standard transaction.... Can I do something else with a wrapper program? What else can I copy from the standard program, or is just the screen?
‎2010 Jan 21 10:35 PM
A wrapper program is simply a program that runs another program. You don't need to include the original screen because you may be able to simplify it. You may or may not want to do some of the validations that are done in the submitted program.
Rob
PS - you have a number of upen questions. You might want to consider cleaniong them up (closing them). There is a limit of ten open threads on the forums.
‎2010 Jan 21 10:35 PM
A wrapper program is simply a program that runs another program. You don't need to include the original screen because you may be able to simplify it. You may or may not want to do some of the validations that are done in the submitted program.
Rob
PS - you have a number of upen questions. You might want to consider cleaniong them up (closing them). There is a limit of ten open threads on the forums.
‎2010 Jan 21 11:21 PM
the scenario how I used wrapper long back is...
I have a FM which is not RFC enabled...but I need the same FM to work like an RFC to open the it in a new task..
so I created a Z_rfc_wrapper and used the Ordinary FM in the code of the RFC enabled FM.
‎2010 Jan 27 5:32 PM
A Wrapper program is simply a program which may come into picture when processing needs to be done on the data obtained from standard program.