1.Which of the following is not an EXIT command?
options: BACK, CANCEL, STOP, EXIT?
2.To write certain contents in sap script without skipping
to the next page, which command is used?
Options: ADDRESS...ENDADDRESS, PROTECT...ENDPROTECT,
AT...ENDAT
3. When using a table control in module pool, which
statement has to present in both PAI and PBO.
options : FIELD, LOOP..ENDLOOP, CHAIN...ENDCHAIN
4. Lock objects are :
options : FUNCTION MODULES, PROGRAMS, TABLES
Answer Posted / saurabh srivastava
1.STOP
2.potect and endprotect
3.loop endloop
4.function modules
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the use of at new statement ?
What are the prerequisites for creating foreign key relationship?
What is the transaction code to display the payroll results ? : abap hr
What is the sap abap?
Can we use flow logic control key words in abap/4 and vice-verse?
Explain what are the system fields? Explain?
Define subtype ? : abap hr
What is IMG in SAP?
Program lines for the radio button selection and unabling some input variables in section screen
What is roles and responsibilities of sap hr consultants? : sap abap hr
How do you set up background jobs in sap? What are the steps?
What is tcode se16?
What is a maintenance view? : abap data dictionary
did u done enhancement framework?how u implemented?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.