cancel
Showing results for 
Search instead for 
Did you mean: 

BDT BUS7 AUTH1

markus_reich
Participant
0 Kudos

Hi,

I need to implement a function modul at event AUTH1 in BUS7 Business Data Toolset, in the function modul I need to know which tab is selected in BP, I need something like the actual fieldgroups? Is there a function module or a global memory variable which contains such info?

regards

Meex

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_reich
Participant
0 Kudos

I could get the info from memory:

FIELD-SYMBOLS: <fs_dynid> TYPE bu_dynid.

ASSIGN ('(SAPLBUSS)GT_TBZ3A-DYNID') TO <fs_dynid>.