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 use of program rsbdcsub? : abap bdc
How to display or know if the value entered contains records or not?
Difference between sap script and report?
What is the difference between a pool table and a transparent table?
how to create view in bdc..??
Explain the use of insert and append statement in sap abap?
What is a projection view? : abap data dictionary
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What is read line in abap?
What are the requirements a dialog program must fulfill?
What are the advantages of logical databases?
What primary key and foreign key relationship
Can a posting run be deleted? : sap abap hr
What are the different types of work process?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization