⟩ What are the various types of selection screen event?
SELECTION-SCREEN BEGIN OF BLOCK ABC WITH FRAME TITLE T01.
SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.
CALL SELECTION-SCREEN 500 STARTING AT 10 10.
SELECTION-SCREEN BEGIN OF BLOCK ABC WITH FRAME TITLE T01.
SELECTION-SCREEN BEGIN OF SCREEN 500 AS WINDOW.
CALL SELECTION-SCREEN 500 STARTING AT 10 10.
Write the steps to execute session method?
hat are the different types of mode (run code) in Call Transaction method?
What are different types of screen keywords?
Write special commands of List?
How data is stored in cluster table?
What are client dependant objects in ABAP / SAP?
On which event we can validate the input fields in module programs?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plant dynamically?
How do you get output from IDOC?
When top of the page event is triggered?