Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Events

Former Member
0 Likes
619

hi all,

what do u mean by system events and custom events in ooabap .

with regards,

suresh babu aluri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
596

Hi Suresh,

Look at the Below link

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/objectOrientedABAP+(OO-ABAP)&

Regards

Sudheer

Hi Suresh,

Look at the Below link

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/objectOrientedABAP+(OO-ABAP)&

Regards

Sudheer

5 REPLIES 5
Read only

Former Member
0 Likes
596

Hi,

System events: Defined by SAP and triggered automatically by system changes, such as the activation of a new operation mode. You cannot modify system events.

User events: Defined by users. These events must be triggered from ABAP or from external programs. For example, use an external program to trigger a background processing user event to signal the arrival of external data to be read into the SAP System.

Thanks,

Anitha

Read only

Former Member
0 Likes
597

Hi Suresh,

Look at the Below link

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/objectOrientedABAP+(OO-ABAP)&

Regards

Sudheer

Read only

Former Member
Read only

Former Member
0 Likes
596

Answered