You are on page 1of 3

More

Create Blog
Sign In

SAP ABAP Central


Home SAP ABAP Tutorials Interview Q&A Job Certifications Books

Change yourself

Don’t have time for reading

millions of self-growth

books? We have a solution!


Starnest Services Limited

SAP ABAP Interview Questions & Answers Part 13


«« Previous Index Next »»

181. What is the role of TNAPR table in SAP ?


Ans: Stores all the forms and driver programs and as well as all NACE settings.

182. How to create a JOB in SAP ?


Ans: 1. SM 36 2. JOB NAME JOB CLASS < SAVE > 3. ABAP PROGRAM NAME :
VARIANT : < CHECK > < SAVE> 4. START CONDITION IMMEDIATE 5. OWN JOBS
< CHECK > & RELEASE < SAVE > < CHECK > < IMMEDIATE > 6. SEE JOB LOG
FOR STATUS 7. CLICK ON FINISHED PROGRAM & GOTO [ SPOOL ] DISPLAY.

183. What is database LUW in SAP ?


Ans: database LUW is an inseparable sequence of database operations that ends
with a database commit. The database LUW is either fully executed by the
database system or not at all. Once a database LUW has been successfully
executed, the database will be in a consistent state. If an error occurs within a
database LUW, all of the database changes since the beginning of the database
LUW are reversed. This leaves the database in the state it was in before the
transaction started.

184. What is the role of MODIF ID in abap ?


Ans: Please find in this example: TABLES SAPLANE. ... SELECT-OPTIONS
S_PTYPE FOR SAPLANE-PLANETYPE MODIF ID ABC. ... AT SELECTION-SCREEN
OUTPUT. LOOP AT SCREEN. IF SCREEN-GROUP1 = 'ABC'. SCREEN-INTENSIFIED =
'1'. MODIFY SCREEN. ENDIF. ENDLOOP.

185. Describe Internal Table and Work area?


Ans: 

An Internal table is a temporary table that contains the records of an


Advanced Business Application Programming Program, while the
program is being executed.

An internal table exists only during run time of a SAP program. Search This Blog

Internal table are used to process large volumes of data by using the
ABAP language. Search

We must declare an internal table in an ABAP program when you need


to retrieve data from database tables. Internal table can act as data
type and data object. Blog Archive

A data type is the abstract description of data object an internal table is ▼ 


2021
(114)
accessed by using the concept of work area, a work area is a temporary
▼ 
August
(9)
memory space that helps you in reading and modifying the data of an
SAP GLM Integration with
internal table line by line.
EWM in S4 Embedded
System...

186.  What will happen if i sort a sorted internal table ? FBL1N Enhancement
Document Date
Functionality
Ans: I think it is not possible to sort the sorted internal table.

A Pocket guide for Hello


World in SAP ABAP
187. what is the difference between data type D and data
Exceptions in oabap for
type DATS? new abapers
Refresh of CL_SALV_TREE
Ans: for D data type it is 8 character. 00000000

for DATS data type it is 10 character . 00.00.0000


Azure Synapse Pipelines
and OData – Part 3 –
Metad...
188. WHAT IS THE ABRIVATION FOR SAP
Azure Synapse Pipelines
and OData – Part 2 – All
Ans: SYSTEMS APPLICATION PROGRAMING
a...
Azure Synapse Pipelines
189. how many Types of Internal Table? and OData – Part 1 –
The F...
Ans: 3
Connecting from SAP
Business Application
190. What are different database tables in SAP ABAP Studio to...

► 
July
(20)
Ans: 3
► 
June
(15)
«« Previous Index Next »» ► 
May
(8)
► 
April
(13)
► 
March
(20)
► 
February
(14)
No comments: ► 
January
(15)

You might also like