How to change selection screen dynamically?
Answer / kubera
You can use the event AT SELECTION-SCREEN ON OUTPUT and use
loop at screen, make the screen field visible, invisible,
depending on the requirement and modify screen with in a
loop structure.
Is This Answer Correct ? | 6 Yes | 0 No |
What are control tables?
4) Want to stop the BDC session in progress.How?
When you prefer lsmw?
A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
Why do we use types statement in abap programming?
How do you handle Table Maintenance Generator ?
For a package or transaction we will be having multiple no of user exits .Out of these exits how we will find out that the particular exit is the exit which we have to code
how to combine the transparent table with cluster table.
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
Can we create Secondary Indexes for the Views
What will happen if we write “WRITE” statement in the TOP_OF_PAGE? Can we write?
how to change output option of table control?