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 |
By which function module upload data from application Server to desk top and to code can u explain
25) Can we create more than one main window in smartforms?
Can a domain, assigned to a data element be changed? : abap data dictionary
What is hotspot?
How to write a code for multiple transactions? : abap bdc
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
in an interactive report i want to trigger both 'at line selection' and 'user command'....if possible then how?
What is an ABAP data dictionary?
different ways to process/run the session
What is a view? : abap data dictionary
Explain the session method? : abap bdc
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary