difference between application, presentation servers in sap
and servers or layers both are same or not
Answer Posted / hari
The server exist in presentation layer is presentation
server and the server exist in application layer is
application server.
Presentation layer --> Application Layer --> Database Layer
e.g. SAP GUI SAP Application Database.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What is the difference between data elements and domains? : abap data dictionary
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Can a constructor be redefined?
What are ranges?
What is an Unpack command?
Can we create field without data element? If yes, how?
What is sap abap tables?
Table events aNd table maintains generation
what is bapi,badi,bdc,ale idocs?
What is a 'z' report?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What is abap?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What are uses of foreign key?