Answer Posted / siddharth samal
WE USE F4 TO HAVE SOEM POSSIBLE VALUES OF THAT FIELD THAT
ARE ALREADY BEEN SAVED IN THE DATABASE. SUPPOSE YOU ARE NOT
SURE OF THE MATERIAL NUMBER THAT YOU HAVE TO ENTER THEN YOU
CAN PRESS F4 WHICH IS KNOW AS SEARCH HELP AND THEN SOME
VALUE PRESENT IN THE DATABASE WOULD BE POPULATED ON THE
SCREEN FROM WHICH YOU CAN SELECT.
WE DEFINE THE SEARCH HELP IN THE DDIC WHEN DEFINING A TABLE
OR EXTERNALLY YOU CAN CALL TWO FUNCTION MODULE IN THE AT-
SELECTION-SCREEN EVENTS TO TRIGGER THE SEARCH HELP WHEN
PRESSING F4.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the function module and a normal abap/4 subroutine?
What are two methods of modifying sap standard tables? : abap data dictionary
What are the differences between macro and subroutine?
Explain the table, which contain the details of all the name of the programs and forms?
Mention some important events in abap programming.
What are types of select statements?
Sal abap on hana interview
what is the difference between Blocked ALV and interactive ALV?
What is the definition of modification in an sap system and how do they impact an upgrade?
Why do we use abstract class
What is the use of message command in a report? What are the different message types?
What kind of financial periods exist in SAP? What is the relevant table for that?
What are the different buffering methods?
What two statements would be used to exchange data between programs using abap memory?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization