ABAP
96. How do you use tab sets in layo
96. How do you use tab sets in layo
96. How do you use tab sets in layo
96. How do you use tab sets in layout sets?
ut sets?
ut sets?
ut sets?
97. How do you backup sapscript layout sets? Can you download and upload?
97. How do you backup sapscript layout sets? Can you download and upload?
97. How do you backup sapscript layout sets? Can you download and upload?
97. How do you backup sapscript layout sets? Can you download and upload?
How?
How?
How?
How?
98. What are presentation and application servers in SAP?
98. What are presentation and application servers in SAP?
98. What are presentation and application servers in SAP?
98. What are presentation and application servers in SAP?
ANS:-
The application layer of an R/3 System is made up of the application servers and
the message server. Application programs in an R/3 System are run on
application servers. The application servers communicate with the presentation
components, the database, and also with each other, using the message server.
99. In an ABAP/4 program how do you access da
99. In an ABAP/4 program how do you access da
99. In an ABAP/4 program how do you access da
99. In an ABAP/4 program how do you access data that exists on a presentation
ta that exists on a presentation
ta that exists on a presentation
ta that exists on a presentation
server vs on an application server?
server vs on an application server?
server vs on an application server?
server vs on an application server?
ans:-
i)using loop statements.
ii)flat
100. What are different data types in ABAP/4?
100. What are different data types in ABAP/4?
100. What are different data types in ABAP/4?
100. What are different data types in ABAP/4?
ans:-
Elementary -
predefined C,D,F,I,N,P,T,X.
userdefined TYPES.
ex: see in intel book page no 35/65
Structured -
predefined TABLES.
userdefined Field Strings and internal tables.
101. What is difference between session method and Call Transaction?
101. What is difference between session method and Call Transaction?
101. What is difference between session method and Call Transaction?
101. What is difference between session method and Call Transaction?
ans:-