‎2007 Jul 24 6:09 PM
Hi
Is there a way to handle the end transaction command /n (start new transaction XXXX with /nXXXX) in a program?
I tested to use the sy-ucomm (i.e. ok_code), but it gets no value. Instead the program terminates immediately. This is not a good behavior. I need to free resources, terminate sessions and stuff.
Is there at least an event like PAI that I can use for that?
Any help would be much appreciated.
Regards Kilian
‎2007 Jul 24 7:08 PM
Hi,
AFAIK there is no such way - "/n" ends your program without warning.
Regards, Joerg
‎2007 Jul 24 7:08 PM
Hi,
AFAIK there is no such way - "/n" ends your program without warning.
Regards, Joerg
‎2007 Jul 24 7:32 PM
Hi,
I think there is not way to do this.
You can't adapt the programa to use Call transaction ?
Regards.
Marcelo Ramos