InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 201. |
Does Sap Handle Multiple Currencies? Multiple Languages? |
|
Answer» Yes. Yes. |
|
| 202. |
What Is Sap Script And Layout Set? |
|
Answer» The tool, which is used to create layout SET is called SAP SCRIPT. Layout set is a design, APPEARANCE and structure of DOCUMENT. The tool, which is used to create layout set is called SAP Script. Layout set is a design, appearance and structure of document. |
|
| 203. |
What Are The Abap Commands That Link To A Layout Set? |
|
Answer» CONTROL COMMANDS, SYSTEM Commands. Control Commands, System Commands. |
|
| 204. |
List Of Screen Elements? |
|
Answer» There are 13 screen elements: There are 13 screen elements: |
|
| 205. |
What Are Dml Commands? |
|
Answer» SELECT, INSERT, DELETE, MODIFY, UPDATE. Select, Insert, Delete, Modify, Update. |
|
| 206. |
Write Syntax For Message Error (report)? |
|
Answer» AT SELECTION-SCREEN. AT SELECTION-SCREEN. |
|
| 207. |
How To See The List Of All Created Session? |
|
Answer» There are two METHOD to see all SESSIONS: There are two method to see all sessions: |
|
| 208. |
What Are The Fields Of Sales Order? |
|
Answer» Transaction Code of SALES Order: VA01. Transaction Code of Sales Order: VA01. |
|
| 209. |
What Are The Different Types Of Abap Statements? |
|
Answer» There are six types of ABAP statements:
There are six types of ABAP statements: |
|
| 210. |
What Are Client Dependant Objects In Abap / Sap? |
|
Answer» SAP Script layout, TEXT element, and some DDIC objects. SAP Script layout, text element, and some DDIC objects. |
|
| 211. |
On Which Event We Can Validate The Input Fields In Module Programs? |
|
Answer» In PAI (Write FIELD STATEMENT on field you want to validate, if you want to validate group of FIELDS put in CHAIN and End chain statement). In PAI (Write field statement on field you want to validate, if you want to validate group of fields put in chain and End chain statement). |
|
| 212. |
How Do You Get Output From Idoc? |
|
Answer» DATA in IDOC is stored in segments; the OUTPUT from IDOC is OBTAINED by reading the data stored in its respective segments. Data in IDOC is stored in segments; the output from IDOC is obtained by reading the data stored in its respective segments. |
|
| 213. |
When Top Of The Page Event Is Triggered? |
|
Answer» After EXECUTING FIRST WRITE STATEMENT in start-of-selection EVENT. After executing first write statement in start-of-selection event. |
|
| 214. |
Can We Create Field Without Data Element And How? |
|
Answer» In SE11, ONE option is AVAILABLE above the FIELDS STRIP i.e. Data element / DIRECT type. In SE11, one option is available above the fields strip i.e. Data element / direct type. |
|
| 215. |
What Is Runtime Analysis? Have You Used This? |
|
Answer» It checks program execution TIME in microseconds. When you go to SE30. If you give desired program name in performance file. It will TAKE you to below screen. You can GET how much FAST is your program. It checks program execution time in microseconds. When you go to SE30. If you give desired program name in performance file. It will take you to below screen. You can get how much fast is your program. |
|
| 216. |
How Did You Test The Developed Objects? |
|
Answer» There are TWO types of TESTING:
-In negative testing, we will give negative DATA in input and we check any errors occurs. There are two types of testing: -In negative testing, we will give negative data in input and we check any errors occurs. |
|
| 217. |
Among The Call Transaction And Session Method, Which Is Faster? |
|
Answer» Call transaction is faster then SESSION method. But USUALLY we use session method in real time...because we can transfer large amount of data from internal table to database and if any errors in a session, then PROCESS will not complete until session get correct. Call transaction is faster then session method. But usually we use session method in real time...because we can transfer large amount of data from internal table to database and if any errors in a session, then process will not complete until session get correct. |
|
| 218. |
What Are The Difference Between Interactive And Drill Down Reports? |
|
Answer» ABAP/4 PROVIDES some interactive EVENTS on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through LAYERS of information about individual ITEMS in a list. Drill down REPORT is nothing but interactive report...drilldown means above paragraph only. ABAP/4 provides some interactive events on lists such as AT LINE-SELECTION (double click) or AT USER-COMMAND (pressing a button). You can use these events to move through layers of information about individual items in a list. Drill down report is nothing but interactive report...drilldown means above paragraph only. |
|
| 219. |
What Is The Table, Which Contain The Details Of All The Name Of The Programs And Forms? |
|
Answer» Table CONTAINS vertical and horizontal LINES. We can store the DATA in table as blocks. We can scroll DEPENDS upon your wish. And these all are stored in database (data dictionary). Table contains vertical and horizontal lines. We can store the data in table as blocks. We can scroll depends upon your wish. And these all are stored in database (data dictionary). |
|
| 220. |
What Is The Difference Between Clustered Tables And Pooled Tables? |
|
Answer» A pooled table is used to combine SEVERAL logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that MUST be assigned to a table POOL when they are defined. Cluster table are logical tables that must be assigned to a table cluster when they are defined. Cluster table can be used to store control DATA. They can also used to store TEMPORARY data or text such as documentation. A pooled table is used to combine several logical tables in the ABAP/4 dictionary. Pooled tables are logical tables that must be assigned to a table pool when they are defined. Cluster table are logical tables that must be assigned to a table cluster when they are defined. Cluster table can be used to store control data. They can also used to store temporary data or text such as documentation. |
|
| 221. |
What Is Pf-status? |
|
Answer» PF-Status is used in interactive REPORT for enhancing the FUNCTIONALITY. If we go to SE41, we can get menus, items and different function KEYS, which we are using for secondary list in interactive report. PF-Status is used in interactive report for enhancing the functionality. If we go to SE41, we can get menus, items and different function keys, which we are using for secondary list in interactive report. |
|
| 222. |
Among "move" And "move Corresponding", Which Is Efficient One? |
|
Answer» I guess, 'MOVE CORRESPONDING' is very efficient then 'move' statement. Because USUALLY we use this statement for internal table FIELDS only...so if we give move corresponding. Those fields only MOVING to other place (what ever you want). I guess, 'move corresponding' is very efficient then 'move' statement. Because usually we use this statement for internal table fields only...so if we give move corresponding. Those fields only moving to other place (what ever you want). |
|
| 223. |
Where We Use Chain And End Chain? |
|
Answer» In SCREEN PROGRAMMING. In Screen Programming. |
|
| 224. |
What Are Idoc's? |
|
Answer» IDOC's are intermediate documents to hold the MESSAGES as a CONTAINER. IDOC's are intermediate documents to hold the messages as a container. |
|
| 225. |
What Is Screen Flow Logic? What Are The Sections In It? Explain Pai And Pbo? |
|
Answer» The control statements that control the screen flow. The control statements that control the screen flow. |
|
| 226. |
Does Sap Has A Gui Screen Painter Or Not? If Yes What Operating Systems Is It Available On? What Is The Other Type Of Screen Painter Called? |
|
Answer» YES. Yes. |
|
| 227. |
What Are Step Loops? How Do You Program Page Down Page Up In Step Loops? |
|
Answer» Step loops are REPEATED blocks of field in a SCREEN. Step loops: Method of DISPLAYING a set of records. Step loops are repeated blocks of field in a screen. Step loops: Method of displaying a set of records. |
|
| 228. |
Is Abap A Gui Language? |
|
Answer» YES, ABAP IS AN EVENT DRIVEN LANGUAGE. Yes, ABAP IS AN EVENT DRIVEN LANGUAGE. |
|
| 229. |
What Are The Include Programs? |
|
Answer» When the same SEQUENCE of statements in several programs is to be written REPEATEDLY. They are coded in include programs (EXTERNAL programs) and are INCLUDED in ABAP/4 programs. When the same sequence of statements in several programs is to be written repeatedly. They are coded in include programs (External programs) and are included in ABAP/4 programs. |
|
| 230. |
Can You Call A Subroutine Of One Program From Another Program? |
|
Answer» YES, only EXTERNAL SUBROUTINES USING 'SUBMIT' STATEMENT. Yes, only external subroutines Using 'SUBMIT' statement. |
|
| 231. |
What Are The General Naming Conventions Of Abap Programs? |
|
Answer» Should start with Y or Z. |
|
| 232. |
How Do You Find If A Logical Database Exists For Your Program Requirements? |
|
Answer» SLDB-F4. SLDB-F4. |
|
| 233. |
How Do You Find The Tables To Report From When The User Just Tell You The Transaction He Uses? And All The Underlying Data Is From Sap Structures? |
|
Answer» TRANSACTION code is entered in COMMAND field to open the table – UTILITIES – Table CONTENTS DISPLAY. Transaction code is entered in command field to open the table – Utilities – Table contents display. |
|
| 234. |
What Are The Different Modules Of Sap? |
|
Answer» FI, CO, SD, MM, PP, HR. etc.. |
|
| 235. |
How Do You Get Help In Abap? |
|
Answer» HELP-SAP LIBRARY, by PRESSING F1 on a KEYWORD. HELP-SAP LIBRARY, by pressing F1 on a keyword. |
|
| 236. |
What Are The Different Elements In Layout Sets? |
|
Answer» PAGES, PAGE windows, Header, PARAGRAPH, CHARACTER String, Windows. PAGES, Page windows, Header, Paragraph, Character String, Windows. |
|
| 237. |
Can You Use If Then Else, Perform..etc Statements In Sap Script? |
|
Answer» Yes. Yes. |
|
| 238. |
How Do You Number Pages In Sap Script Layout Outputs? |
|
Answer» & page & &next Page &. |
|
| 239. |
What Takes Most Time In Sap Script Programming? |
|
Answer» LAYOUT DESIGN AND LOGO INSERTION. LAYOUT DESIGN AND LOGO INSERTION. |
|
| 240. |
How Do You Use Tab Sets In Layout Sets? |
|
Answer» DEFINE PARAGRAPH with DEFINED TABS. Define paragraph with defined tabs. |
|
| 241. |
What Are Presentation And Application Servers In Sap? |
|
Answer» 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. 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. |
|
| 242. |
In An Abap/4 Program, How Do You Access Data That Exists On Presentation Server Vs On An Application Server? |
|
Answer» USING LOOP STATEMENTS and FLAT. Using loop statements and Flat. |
|
| 243. |
What Are Different Data Types In Abap/4? |
|
Answer» Elementary - Structured - Elementary - Structured - |
|
| 244. |
What Is Difference Between Session Method And Call Transaction? |
|
Answer» Call Transaction – Session – Call Transaction – Session – |
|
| 245. |
What Has To Be Done To The Packed Fields Before Submitting To A Bdc Session? |
|
Answer» FIELDS CONVERTED into CHARACTER TYPE. Fields converted into character type. |
|
| 246. |
What Is The Structure Of A Bdc Sessions? |
|
Answer» BDCDATA (standard structure). |
|
| 247. |
What Are The Fields In A Bdc_tab Table? |
|
Answer» PROGRAM, DYNPRO, DYNBEGIN, FNAM, FVAL. PROGRAM, DYNPRO, DYNBEGIN, FNAM, FVAL. |
|
| 248. |
What Do You Define In The Domain And Data Element? |
|
Answer» Domain - Technical details are defined in Domain like DATA type, NUMBER of decimal places and LENGTH. Data Element – Functionality details are defined in Data elements – FIELD Text, Column Captions, PARAMETERS ID, and Online Field Documentation. Domain - Technical details are defined in Domain like data type, number of decimal places and length. Data Element – Functionality details are defined in Data elements – Field Text, Column Captions, Parameters ID, and Online Field Documentation. |
|
| 249. |
What Is Cardinality? |
|
Answer» For CARDINALITY one out of two (domain or DATA element) should be the same for Ztest1 and Ztest2 tables. M:N Cardinality specifies the NUMBER of DEPENDENT(Target) and independent (source) entities which can be in a relationship. For cardinality one out of two (domain or data element) should be the same for Ztest1 and Ztest2 tables. M:N Cardinality specifies the number of dependent(Target) and independent (source) entities which can be in a relationship. |
|
| 250. |
For Sales Document: Item Data, Which Table Is Used? |
|
Answer» VBAP – Sales Document, Sales Document Item, Material Number, Material Entered, BATCH Number, Material GROUP, Target QUANTITY in Sales Document. VBAP – Sales Document, Sales Document Item, Material Number, Material Entered, Batch Number, Material Group, Target Quantity in Sales Document. |
|