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 |
How to use the new-window command?
Difference between ABAB Memory and SAP Memory ?
what is the use of outline option?
How to convert a sapscript to smart form?
How to insert field in standard script ..?
What are the components/elements/layout sets in sap script ?
Are labels possible in Smartforms ?
i want default printer name in sap-scripts? please help me how to handle this one.
If the second page is not triggering what is the problem?
What is The Diff Between RFC & FM ? Urjent.
Is it possible to create a sapscript without a main window?
When a program is created and need to be transported to production does selection texts always go with it ? if not how do you make sure ? Can you change the CTS entries? How do you do it ?