Answer Posted / sachin sanake
WebDynpro is a technology which helps a SAP ERP or SAP CRM
to Place successfully over Internet Applications. Webdynpro
applications can be created using ABAP as well as JAVA
technology.Webdynpro generates a weblink, using whcih we
can place SAP application over internet. So we can say that
Webdynpro are going to start a new era of web based ERP
system.
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
Is the basic list deleted when the new list is created?
What is full form of bdc session? : abap bdc
Mention what is alv programming in abap?
How do you process errors in session method ? : abap bdc
Explain the properties of selection screen?
What is pass by value and what is pass by reference? Which is better?
Write the bdc table structure? : abap bdc
What are the events in screen programming?
What do you understand by work area and internal tables in abap? Why do we use it?
What is the structure of bdcmsgcoll? : abap bdc
What is asap methodology? : sap abap hr
What is value table? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object ?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Can we use transfer dataset to transfer data in internal table ?