Hi,
Can we do the computations and calculations in Sapscripts?
If yes, please let me know with example.
thanks in advance
Vijay
In Scripts, you can call a perform which in turn can do any
type of computation or calculation and return the result to
the script.
In script u write..
perform p_name using v_par1 type itcsy
v_par2 type itcsy
changing v_par3 type itcsy
you can write the form p_name in the print program.
Or in any program, but in that case u have to give the
program name also while calling the script.
perform p_name in program v_prog
using v_par1 type itcsy
v_par2 type itcsy
changing v_par3 type itcsy
v_par1 and v_par2 are passed to the form and the return
value is filled in v_par3.
you can do any type of computation using the variables
passed from the script and return the result in the changing
parameter.
Note- the type of parameter should by ITCSY.
Is This Answer Correct ? | 20 Yes | 1 No |
Explain the character format in layout set.
HELLO ALL...HOW CAN WE CORRECT AN ERROR IN PRODUCTION...?
Disadvantage of Move-corresponding Statement ?
I receive 5 orders from customer. Irrespective of Value or quantity, first 3 orders get discount. From 4th order onwards no discount. How to do this?
What are the different types of symbols?
Explain the pages in layout set.
I am getting problem in language(like EN,DE & FR) whenever i copy from one client to another...means the layout is getting printed in EN even though the lanuage selected is DE...
What is the client concept in SAP? What is the meaning of client independent ?
Explain composer. What does it do?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time ?
/: ADDRESS PARAGRAPH AS /: NAME &LFA1-NAME1& . . /: COUNTRY &LFA1-LAND1& THIS CODE IS NOT GENERATING ANY ADDRESS ON THE OUTPUT FORM. IF I NEED TO PRINT THE ADDRESS THEN,WAT CODE I NEED TO FOLLOW?EVEN I READ THE DATA THRU THE SELECT STATEMENT IN MY OWN DRIVER PROGRAM!
What is client dependent and client independent?