Happy new year everyone!
I am writing a piece of ABAP code which creates a batch input session.
In the code I have the following statement:
PERFORM session_insert USING 'F-02'.
However, when I run SM35 and look and display the log, in the transaction
column FB01 appears. There is no reference to F-02.
Does anybody know why this is?
Thanks
Andy
Add a comment