Skip to Content
0
Former Member
Apr 24, 2012 at 06:11 AM

How to know the BTCI session name in background mode

1007 Views

Hello all,

I have created a BTCI session on a standard transaction.

When I execute the BTCI from SM35, I need to know the BTCI session name during the standard processing (in an extension point).

I have used bekow instructions :

DATA : l_group TYPE apq_grpn.
GET PARAMETER ID 'MPN' FIELD l_group.

It perfectly works when the BTCI is launched is foreground mode.

But in background mode, variable l_group is empty. --> I don't understand why.

Could you please help about this point ?

Many thanks in advance. 😊