B3.3 - Global Events
B3.3 - Global Events
3 - Global Events
Level Topic
B3 (Medium Three) This tutorial describes how to use mass mode to create field selections. A report
will be generated – it provides a quick overview about all selections and table
connections. The global event will be created and the scope adjusted. A data
Keys migration will illustrate the behavior of the global event.
Mass mode to create
field selections Content
Goals
TC release:
XX.XX SPXX ...
Prerequisites:
Nice to have:
Values Result
1 Start TC and create a new scenario. Transaction: TC starts and the new
/n/SNP/TC scenario is displayed.
4 Enter MA* into the Tables text field and The Table selection
confirm the pop-up. window opens.
5 Click Select all and confirm the window. All SAP tables starting with
the letters “MA” will be
CASE te-tabname.
WHEN 'marc'
OR 'mara'.
PERFORM api_message_add
USING
'I'
'The global event has been called from table MARC or MARA'.
WHEN OTHERS.
PERFORM api_message_add
USING
'I'
te-tabname.
ENDCASE.
18 Save the global event and run a syntax The syntax check finishes
check. without finding errors.
21 Compare the number of effected tables The global rule has been
with the total number of tables. assigned to all tables from
the current scenario.
22 Switch to the Data objects area and check The global event appears
that the global event has been assigned to in the navigation list
all tables. beneath every table.
26 The pop-up states that the global event has A second global event
already been created. Confirm the pop-up cannot be maintained.
with Yes to adjust the scope. Only the scope can be
adjusted.