Can we write code(Select Queries) in SAP-Script? Not to use
Driver Program.
Answers were Sorted based on User's Feedback
Answer / buddula15
In Script you cannot write any select queries but you can
write all abap related code in External Subroutine and you
can call the subroutine from Script.
Buddula15
Is This Answer Correct ? | 46 Yes | 1 No |
Answer / pp
Using External subroutines , with Perform statements in the sap script layout.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / prasad
For writing any code in side the sap script we have to
write the code inside the definition part of the subroutin
by using se38 and the subroutine should be called from the
sap script editor.
SPD
Is This Answer Correct ? | 2 Yes | 0 No |
7. What is the tcode to find application server directories.
What is sap script? What is the purpose of sap script? Difference between sap script and report?
What are the modules in FI that you have worked on ?
How will you display top 5 records form an internal table ?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
How to transfer the objects? Have you transferred any objects ?
What transactions do you use for data analysis?
What is the use of rstxscrp program?
How can I copy sapscripts from one client to another, or export/import them?
How do you handle filters in ALV Reports?
How can I word wrap the text being displayed in sapscript?
How can you copy forms from one client to other?