what is difference between scripts, smartforms and adobe forms
Answers were Sorted based on User's Feedback
Answer / bvsnaidu
adobe forms user frindly, and we can develop forms with sap
logon also
Is This Answer Correct ? | 30 Yes | 4 No |
Answer / hanimireddy
scripts :script are client dependent ,script does not
generate any function module ,scripts need to have driver
program is mandatory
smartform:
smart form is user friendly nature ,it is web compatability,
it can be allowed multiple pages,smartforms are
interactive operation s are not allowed like (delete ,
insert ,update ) smart form non interactive from
adobeform:
adobe is a interactive from it can be allowed database
operation and web compatability
Is This Answer Correct ? | 23 Yes | 4 No |
Answer / ragavendran
Smart forms / scripts are used to show the data in SAP.
Most likely you will use these to print / display some kind
of reciepts / forms. Many companies must be using this for
hard copies / ALE / EDI or to transfer data from SAP to
others.
Adobe forms are used to post data into SAP from SAP too.
So this has an additional feature compared to smartforms.
Is This Answer Correct ? | 16 Yes | 6 No |
Answer / chandra shekhar agarwal
• For both of them, SAP dynamically creates a function
module that must be called from an ABAP program to generate
the form
• In Smart Forms, it is possible to add ABAP code during
generation of the form, that is not possible with Adobe Forms
Is This Answer Correct ? | 3 Yes | 12 No |
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
Write a program to find factorial of a number using functions
what is the filters in biztakk server? where it can use?
How to call static method in Java?
What is WEB 3.0? What are the features their in WEB3.0
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
what is woransient key word? how it is used in java
what is integration testing in real time applications?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
WHat is execution in manual testing and when will we start execution and what language we use in execution
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
What is the difference b/w Object base and object oriented programming?