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 |
Wats the name of the first os
6.int x=10; float y=20; a=x%2=? b=y%2=?
public static void main(String args[]) describe it
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
I would like to know which institute in hyderabad provides best ms-dot net training along with a project. I want to join immediately. please help
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)
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
How to print a name "ARCHANA" in any programming language
the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above
2 Answers iNautix, National Investment Commission,
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
What is meant byStatic Variable ?