Hi, can any one tell me the follwoing question's answer
1.How can we validate single selection screen field and
multiple selection screen field in report and also in
module pool programming.pls give answer in brief with
example.
2.What is search help ? pls tell search help type breifly
with example?
Answer / malli.gontla
hi
1)Answer:
selection screen validations are doing in At selection
screen on field event. In this event u can write ur screen
validations.
Eg:
Select-option: carrid1 for sflight-carrid.
At Selection-screen.
if carrid1-low = '' and carrid1-high='';
error msg
endif
In above example, if u did not enter any values for carrid1,
then it displays error message
In module pool programming,validations are doing in PAI event
example:
Field sflight-carrid values('LH')
In this example, u must enter value LH, other wise the
screen is not moving.
2)Answer:
Search help means, it displays a list of all possible values
for screen field when u press F4 key .
Search helps are 2 types, Collective and Elementary search
helps.
# Elementary search helps describe a search path. The
elementary search help must define where the data of the hit
list should be read from (selection method), how the
exchange of values between the screen template and selection
method is implemented (interface of the search help) and how
the online input help should be defined (online behavior of
the search help).
Collective search helps combine several elementary search
helps. A collective search help thus can offer several
alternative search paths.
Is This Answer Correct ? | 6 Yes | 0 No |
please tell me. different ways of find out the user exist?what is the basic difference between ,user exist ,BAdi,Bapis?
how to create interactive report from alv ?
What are the difference between tables and structures? : abap data dictionary
How are BAPI different from normal function modules?
my questions are (1) how to transport a table along with its data from dev to prod/qa server? pls reply elaborately. if possible with screen shots. (2) i want to display like this :- * ** *** ****
What are uses of foreign key?
How many types os LSMW are there anyone knows please tell me?
What is the use of lock objects?
what is the use of select for all entries in an internal table?
Events in Reporting. Which events we can ignore while coding.
The structure of a table has been changed in the ABAP/4 Dictionary. Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?
Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?