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?
Answers were Sorted based on User's Feedback
Answer / chandrababu
a)yes its possible. goto menu utilities -> Printing test
b)no Clinet dependent
c)we can assign print program andscript in NACE T-code in
the output type
c)yes, by using Perform statement in scripts
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
how can you call a function module in smart form..??
Explain the function module in bdc?
what the Recording Purpose?
What is a maintenance view? : abap data dictionary
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What is the main point while using control break in internal table ?
"What is NAST Table, what it will consists?"
What are the basic functions of database utility?
Is multiple implementation possible for one BADI definition? If possible the how can you know that which BADI is active.
What is an ABAP data dictionary?
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.
What are steps you follow to improve the performance of a report ?