Searching for a Sap Adobe Forms job? If you are an expert in Sap Adobe Forms then this is for you. Do not worry, we’ve a right answer for your job interview preparation. If you are preparing for Sap Adobe Forms job interview, we will help you in clearing the interview through Wisdomjobs interview questions and answers page. Sap Adobe Forms is the tool or application where the forms are created. The forms are created using Text fields, Logos, Addresses, Barcodes, Tables and etc. This is customized forms that can be used extensively. Good knowledge on Sap Adobe Forms is required for this job. Below are the Sap Adobe Forms interview questions and answers which makes you comfortable to face the interviews:
Question 1. What Are Components Of Sap Script?
Answer :
Layout Set, Form, Print Program, Function Modules.
Question 2. What Is Lock Object?
Answer :
To synchronize access of several users using same data Lock objects are used.
Question 3. How Data Is Stored In Cluster Table?
Answer :
A cluster table contains data from multiple DDIC tables. It stores data as name value pair.
Question 4. What Are The Types Of Subroutines?
Answer :
Internal Subroutines: The source code of the internal subroutines will be in the same ABAP/4 program as the calling procedure (internal call).
External Subroutines: The source code of the external subroutines will be in an ABAP/4 program other than the calling procedure.
Question 5. What Are The Different Types Of Parameters?
Answer :
Formal Parameters: Parameters, which are defined during the definition of subroutine with the FORM statement.
Actual Parameters: Parameters which are specified during the call of a subroutine with the PERFORM statement.
Question 6. What Is Sap Style Maintenance?
Answer :
SAP style maintenance is a collection of character & paragraph format.
Question 7. How Will Create Standard Text? How Will You Insert Standard Text In Sap Script?
Answer :
Transaction code for creating standard text in SO10. In SE 71 goto ,main menu ->insert ->standard text or by using control command “Include Name [Object o] [ ID i] [ Language L ] [Paragraph p ]” Where: Name denotes the name of standard text that you given Rest all are optional parameters.
Question 8. Give The Types Of Symbols Used In Sap Script?
Answer :
Question 9. Name Some Of The Control Commands?
Answer :
Question 10. How Do You Insert Conditional & Unconditional Page Breaks During Text Formatting?
Answer :
We can insert conditional page breaks by using control command -> Protect…Endprotect. And Unconditional page breaks-> New-page.
Question 11. How Do You Upload Logo In Sap Script ?
Answer :
We can upload logo using the program RSTXLDMC or using transaction code SE78.
Question 12. Differentiate Between Page1 To Page2 Format?
Answer :
Page1 format: In this all pages have the same format.
Page2 format: In this there is variation in page format i.e. first page has different format than second page.
Question 13. Name The Abap/4 Modularization Techniques?
Answer :
Question 14. Differentiate Between Character Format And Paragraph Format?
Answer :
Paragraph format is used for formatting a paragraph, we can add tabs in this.We can use character format in paragraph format. Character format are used for assigning various attributes of font ( size, type, bold }.
Question 15. What Are The Different Methods Of Passing Data?
Answer :
Calling by reference: During a subroutine call, only the address of the actual parameter is transferred to the formal parameters. The formal parameter has no memory of its own, and we work with the field of the calling program within the subroutine. If we change the formal parameter, the field contents in the calling program also changes.
Calling by value: During a subroutine call, the formal parameters are created as copies of the actual parameters.The formal parameters have memory of their own.Changes to the formal parameters have no effect on the actual parameters.
Call by value and result: Similar to pass by value, but the contents of new memory is copied back into the original memory before returning.
Question 16. What Is The Difference Between The Function Module And External Subroutine?
Answer :
Table work area are not shared between the function module and calling program. Whereas subroutine use shared same work area. We can leave a function module using Raise statement.Whereas check,exit or stop are used to leave a subroutine . Function module has special interface to define parameters.Whereas subroutine don’t have.
Question 17. What Are The Different Print Modes Used In Sap Script & Explain?
Answer :
S The page is printed in simplex mode. That is, the printer should print on only one side of the paper. If another mode was previously active, then the printer is switched to simplex mode with the start of the page.
D The page is printed on the first side of a sheet in duplex mode. If another mode was previously active, then the printer is switched to duplex mode with the start of the page and continues in this mode.
T The page is printed on the first side of a sheet in tumble duplex mode. That is, the printer prints on both sides. The page on the second side is always inverted, so that the footer of the second page is printed opposite the header of the first page.
Question 18. Which Are The Components Of Function Group?
Answer :
Question 19. Which Are The Function Modules Used In A Print Program?
Answer :
Question 20. What Is Sap Abap?
Answer :
SAP is a type of software known as ERP (Enterprise Resource Planning) that large company use to manage their day to day affairs. ABAP (Advanced Business Application Programming) is the coding language for SAP to develop RICEFW objects. (Reports, Interfaces, Extensions, Forms and Workflows).
Question 21. Explain The Difference Between Pool Tables And Transparent Tables?
Answer :
Transparent tables: It has one to one relation with the table in the database. Its structure corresponds to single database field.
Pooled tables: It has many to one relation with the table in the database. Pooled tables are stored at the database level.
Basic List: For simple reports
Statistics: For Percentage, Average etc.
Ranked List : For analytical reports
Question 22. What Is Cardinality In Webdynpro Abap?
Answer :
Cardinality is a property which specifies how many records that can be stored in a node.
Question 23. What Is Mvc In Webdynpro Abap?
Answer :
Basically WebDynpro follows MVC M-Model(Business logic ) V-View(Screen) C-Controller( Controls screen and Model)
Question 24. What Is A Context In Webdynpro Abap?
Answer :
Context is a temporary place which stores data in the form of nodes and attributes.
Question 25. What Is Purpose Of “wd_this” In Web Dynpro Abap ?
Answer :
wd_this : is the instance on current controller, all methods and attributes in that controller can be accessed by using this instance.
Question 26. What Is Mvc Architecture? Explain?
Answer :
Web dynpro ABAP follows MVC (Model View Controller) Architecture.
Here M – Modal – actual business logic ex: calling Function modules, class methods etc
V – View – View is nothing but screen with UI elements that holds data.
C – Controller – This is responsible for communication between modal and view.
The main advantage of MVC is for better readability and re-usability
Question 27. Difference Between Abap And Webdynpro Abap Applications?
Answer :
Question 28. What Are The Controllers Available In Webdynpro Abap And Explain?
Answer :
Question 29. What Are The Internal Tables?
Answer :
Internal table exists only when the program is run. It is used for performing table calculations on subset of database tables and also for re-organizing the content of database tables as per the users need.
Question 30. What Is A Foreign Key Relationship?
Answer :
To ensure the consistency of data, foreign keys are used. The relationship established between the tables and must be explicitly defined at field level. Data entered should be checked against the existing data to ensure that there is no contradiction. Cardinality has to be specified while defining foreign key relationship.
Question 31. What Are The Components Of Sap Scripts?
Answer :
For SAP, SAP scripts are a word processing tool. It has a function like standard text and layout sets.
Its layout set consists of: Windows and pages, Character formats, Paragraph formats etc.
Question 32. How To Create ‘table Cluster’?
Answer :
In ABAP dictionary, select object type Table, enter a table name and choose create
A field maintenance screen for the table is displayed. Table type Transparent table, set it as a default
Make the necessary entries in the short description and delivery classified on the Attributes page. Then define the fields of the table.
Proceed as when creating a transparent table. Now save your entries
Now choose EXTRASàChange table category
When a dialogue box appears you have to select the table type ‘Pooled table’ or ‘Cluster table’
After selecting the table, return to the field maintenance screen for the table. Field pool or cluster name is displayed on the Attributes tab page in addition to the standard fields.
Now enter the name of the table cluster or table pool to which you want to assign the cluster table.
Question 33. How Can You Format The Data Before Write Statement In The Report?
Answer :
By using the loop event the reports output can be formatted
Question 34. What Is The Difference Between ‘type’ And ‘like’?
Answer :
‘Type’: You assign data type directly to the data object while declaring.
‘Like’: You assign the data type of another object to the declaring data object.
‘Type’ refers the existing data type while ‘Like’ refers to the existing data object.
Question 35. What Are The Different Abap/4 Editors? What Are The Differences?
Answer :
The 2 editors are SE38 and SE80 and both have the ABAP editor in place. In SE38 , you can create programs and view online reports and basically do all the development of objects in this editor. In SE80, there are additional features such as creating packages, function group, module pool, classes, programs and BSP applications.
Question 36. How Can You Debug A Script Form?
Answer :
To debug a script form, you have to follow
SE71–>give the form name->utilities->activate debugger
Question 37. What Is The Difference Between A ‘database Index’ And A ‘match Code’?
Answer :
Database Index’ contains fields from one table while ‘Match Code’ contain fields from several tables. Match code objects can be built on cluster tables, transparent tables and pooled tables.
SAP Adobe Forms Related Tutorials |
|
---|---|
SAP ABAP Tutorial | SAP ABAP Web Dynpro Tutorial |
SAP BW Tutorial | SAP BPC Tutorial |
SAP Smart Forms Tutorial |
SAP Adobe Forms Related Practice Tests |
|
---|---|
SAP ABAP Practice Tests | SAP ABAP Web Dynpro Practice Tests |
SAP BW Practice Tests | SAP BPC Practice Tests |
OOPS Practice Tests |
All rights reserved © 2020 Wisdom IT Services India Pvt. Ltd
Wisdomjobs.com is one of the best job search sites in India.