‎2009 May 06 12:27 AM
Is it possible to define a form (subprocedure) inside a user exit? When I try it complains that I'm trying to define a form inside of a function. Of course I have no choice because the whole user exit is a function. What's the best way to work around this?
‎2009 May 06 2:54 AM
i came to know from one of the posts here in SDN, the options are,
1) create a custom function module and call it
2) write ur subroutine in a report prog. and call that subroutine of that report prog.
3) develop a INCLUDE and add it in MAIN prog.
for more info. pls. search in SDN
thanq
‎2009 May 06 2:54 AM
i came to know from one of the posts here in SDN, the options are,
1) create a custom function module and call it
2) write ur subroutine in a report prog. and call that subroutine of that report prog.
3) develop a INCLUDE and add it in MAIN prog.
for more info. pls. search in SDN
thanq
‎2009 May 06 1:59 PM
Option 3 is not an option because the main program is standard SAP. I was aware of the other two, just seemed like there should be another way. Thanks!
‎2009 May 07 6:33 AM
Yes, u r correct. Actually, in the original post, they hv given 3 options........i forgot the 3rd option exactly.........but, i guess, its creating a function group, anyways, i hope the other 2 wuld solve.
thanq