Dear Experts pls answer the folowing qs that i have faced
in the recent intvws:
a) Can we execute the script individually? If yes How? Else
what
we need to do so?
b) Are Layout sets Client independent?
c) How do you assign a print program to a script?
d) Can we call a subroutine in a script? If so, how?
e) What are the steps to print SAP script form?
Answer Posted / sai krrishna
U can execute ur script individually. for that goto
utilities --> printing test. By doing so u can view the
texts placed in ur variable windows . but the text in Main
windows can be seen only when u run a driver program. For
tht goto se38 and from thr use function modules OPEN_FORM,
WRITE_FORM, CLOSE_FORM. Pass the Text elements in the
function module WRITE_FORM. and execute it. u can see the
output.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the collect statement? How is it different from append?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the use of the raising exception? : abap modularization
What are the disadvantages of abap query tool?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What is step-loop?
What is the difference between a substructure and an append structure? : abap data dictionary
what is the exact code that shoud be implimented in sap note
Why do we use events and actions in web dynpro?
Does every abap/4 have a modular structure?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Differentiate between static and dynamic step loops?
Define external layer?
What are critical issues you have faced in your project
Control Break statements- At new...endat.