Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is the significance of the memory table screen at runtime attributes for every screen field are stored in the memory table called screen we
what does the suppress dialog do suppressing of whole screens is possible with this command this command permits us to perform screen processing
what is the significance of the screen number 0in calling mode the special screen number 0 leave to screen 0 causes the system to jump back to the
what happens if only one of the commands set screen and leave screen is used without using the otherif we use set screen without leave screen the
what is sap luw or update transactionupdate transaction or sap luwthis is a set of updates terminated by an abap4 commit a sap luw may last much
the max number of calling modes stacked at one time is
the syntex used to call a screen as dialog box pop upiscall screen ltscreen numbergtstarting at ltstart columngtltstart linegtending at ltend
what is dialog modulea dialog module is a callable sequence of screens that does not belong to a certain transaction dialog modules have their
the field sy-dynr refers tonumber of the current
explain assembly languagethis is a family of low-level language for programming computers microprocessors microcontrollers etc they implement a
can we specify the next screen number with a variable-yes we can specify the next screen number with a
set screenwith set screen the present screen simply specifies the next screen in the chain control branches to this next screen as soon as the
the commands through which an abap4 module can branch to or call the next screen are set screenltscr nogtcall screenltscr nogtleave screenleave to
dynamic screen sequence for a screen can be set using which commandsit uses two commands-a set screenb call
navigation to a subsequent screen can be specified staticallydynamicallyyes navigation to a subsequent screen can be specified
of the two next screen attributes the attributes that has more priority
what are the different message types available in the abap4 there are 5 types of message types availablee errorw-warningi -informationa-abnormal
which function type has to be used for using at exit-command to use at exit - command we must assign a function type e to the relevant function in
what is at exit-command the flow logic keyword at exit-command is a special addition to the module statement in the flow logic at exit-command lets
what are conditional chain statementon chain-input similar to on inputthe abap4 module is called if any one of the fields in the chain having a value
what is an on-input filed statement on -inputthe abap4 module is known as if the user has entered the in the first character of the field and
what is an on request field statement on requestthe abap4 module is known as only if the user has entered the value in the field value as the last
what is an on input filed statementson inputthe abap4 module is known as only if a field having the value other than the initial value this initial
what are the field and chain statements the field and chain flow logic statements let you program your own checks field and chain tell the system
the function code currently active is ascertained by what variable the function code at present active in a program can be ascertained from the