what is difference between scripts, smartforms and adobe forms
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between read the data from table and infotype
Explain what is OOPS and its concepts?
Why did you ever become involved in QA/testing?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
What is SOLID Principle in Programming Language?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
Write a program to swap the content of two variables without using a third variable.
what is c sharp dotnet
Any real time example of O2C process from taking order till creating invoice.
what is apt_dump_score in datastage where it is useful
why we use mantis? what u mean mantis in IT trends? addvantages of mantis?
What is autocall macro and how to create autocall macro? what is the use of it?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
What is the entry point function of a DLL?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod