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 |
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
I want Ada programming language books. Could anyone post me any link for that?
5. How do you round the addition or subtraction of two numbers in assembler?
What are the advantages of Server Controls over HTML/ASP Controls.
Difference between debugging, running, executing of an application
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
SYNFOSYS PLACEMENT PAPER 2010 Hi Friends I have attended the recent synfosys test 2010. Here r some questions which i remember. Section – I 1) There are 12 balls weigh similar but one is dissimilar (more/less). How to find the dissimilar ball with minimum no of weighs? 2) There r 7people carrying 7bags. Each bag contains 7cats. Each cat has 7small cats. How many total legs r there? 3) There are 12 balls weigh similar but one is dissimilar (more/less). How to find the dissimilar ball with minimum no of weighs? 4) 5) There r 2 poles each 15 meters high. A cable of length 16 meters is tied between pillars top. For its maximum the cable lies down above 7mts high from the ground. What is the distance between pillars? ------------------------------------------------------------ ------------------------------------------------ Section -II What is the value of 11^5 Some Other quetions ------------------------------------------------------------ ------------------------------------------------ Section - III 16) Serialization and deserialization? 17) Will finally block execute even though there is an exception & return statement are there in catch block? Explain? 18) memory leak? How can we avoid it? 19) virtual destructor? 20) Two program codes for code optimization? ------------------------------------------------------------ ------------------------------------------------ Section – IV Q) Program for finding the alternate digits of the number If number is 35846 then Sum1=3+8+6=17 Sum2=5+4=9 Q) Program for Single linked list? ------------------------------------------------------------ ------------------------------------------------ Section - V Q) What is software engineering? Explain SDLC Q) Explain any two upcoming IT Scenarios? ------------------------------------------------------------ ------------------------------------------------ Regards Gopinath Allanku +91 9885457211
Corillian's product is a "Component Container." Name at least 3 component
what is the pl/sql block size in oracle 10g and 11g?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
How to call dll API sub routine in VB Form.
what is woransient key word? how it is used in java