What are the events used in ABAP4?

The events are• INITIALIZATION• AT SELECTION-SCREEN• AT SELECTION-SCREEN ON • START-OF-SELECTION• TOP-OF-PAGE• TOP-OF-PAGE DURING LINE SELECTION• END-OF-PAGE• END-OF-SELECTION• AT USER-COMMAND• AT LINE-SELECTION• AT PF• GET• GET LATE.• AT User Command

What are the events used in ABAP4?

The events are• INITIALIZATION• AT SELECTION-SCREEN• AT SELECTION-SCREEN ON • START-OF-SELECTION• TOP-OF-PAGE• TOP-OF-PAGE DURING LINE SELECTION• END-OF-PAGE• END-OF-SELECTION• AT USER-COMMAND• AT LINE-SELECTION• AT PF• GET• GET LATE.• AT User Command

What is a check table and What is a value table?

The relational data model contains not only tables, but also relationships between tables.These relationships are defined in the ABAP/4 Dictionary by foreign keys. An importantfunction of foreign keys is to support data integrity in the relational data model. Foreignkey fields may assume only those values allowed by the check table, in other words,values occurring in … Read more

What is a check table and What is a value table?

The relational data model contains not only tables, but also relationships between tables.These relationships are defined in the ABAP/4 Dictionary by foreign keys. An importantfunction of foreign keys is to support data integrity in the relational data model. Foreignkey fields may assume only those values allowed by the check table, in other words,values occurring in … Read more