You are on page 1of 5

SAPScript Job Interview

Questions And Answers

Interview Questions Answers


http://interviewquestionsanswers.org/

About Interview Questions Answers

Interview Questions Answers . ORG is an interview preparation guide of thousands of Job


Interview Questions And Answers, Job Interviews are always stressful even for job seekers who have
gone on countless interviews. The best way to reduce the stress is to be prepared for your job
interview. Take the time to review the standard interview questions you will most likely be asked.
These interview questions and answers on SAPScript will help you strengthen your technical skills,
prepare for the interviews and quickly revise the concepts.
If you find any question or answer is incorrect or incomplete then you can submit your question or
answer directly with out any registration or login at our website. You just need to visit SAPScript
Interview Questions And Answers to add your answer click on the Submit Your Answer links on the
website; with each question to post your answer, if you want to ask any question then you will have a
link Submit Your Question; that's will add your question in SAPScript category. To ensure quality,
each submission is checked by our team, before it becomes live. This SAPScript Interview
preparation PDF was generated at Monday 12th January, 2015
You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers.Org
Follow us on Twitter for latest Jobs and interview preparation guides.
http://twitter.com/InterviewQA
If you need any further assistance or have queries regarding this document or its material or any of
other inquiry, please do not hesitate to contact us.
http://interviewquestionsanswers.org/Contact-Us
Best Of Luck.
Interview Questions Answers.ORG Team
http://InterviewQuestionsAnswers.ORG/
Support@InterviewQuestionsAnswers.ORG

SAPScript Interview Questions And Answers

w
ie
rv
te

In
SAPScript Interview Questions And Answers Guide.

ue

Question # 1
Why sap script client depended and smart forms are client independent

View All Answers

Answer:using the events


View All Answers

View All Answers

Answer:if form is available in $TMP:


execute se71 in required client
menu bar--> utilities---> copy from client
provide form name,source client target form. and click on
execute
IF FORM IS AVAILABLE IN YOUR OWN PACKAGE:
execute scc1--> provide source client--> transport request
and select the check box INCLUDING REQUEST SUB TASK-->CLICK
ON start immediately in application tool bar --> click on yes

Question # 4
How will you copy a Sapscript from one client to another client & from login language to org language

s.

Answer:write a simple syntax:


loop at it_tab1 INTO wa_tab from 1 to 5.
ENDLOOP.

er
w

Question # 3
How will you display top 5 records form an internal table ?

ns
A

Question # 2
How to define the total and sub total in smartform

ns

io

st

Answer:By design, SAP script is a word processing tool which


displays data on the form with the help of text elements
where the logic of those is written in the print program and
Forms were designed to be driven from print program, hence
are often termed as client dependent. Smart forms are client
independent. Bcoz it doesn't use any text elements. It will
be executed through a function module. When a print program
calls a Smart Form, the form itself takes over to produce
output, without any further direction from print program.

View All Answers

Question # 5
When we should use ABAP Memory and SAP Memory
Answer:ABAP Memory- The contents of the ABAP/4 memory are retained
only during the lifetime of an external session. You can
retain or pass data across internal sessions. The EXPORT to
memory and IMPPORT from MEMORY statement allow you to write
Copyright http://InterviewQuestionsAnswers.org

Page 3/5

SAPScript Interview Questions And Answers

w
ie
rv
te

In

data to or read data from the ABAP memory.


EX: EXPORT it_tab TO MEMORY ID 'ZADI1'.
IMPORT it_TAB FROM MEMORY ID 'ZADI1'.
SAP MEMORY - Otherwise known as global memory is available
to a user during the entire duartion of a terminal session.
It's contents are retained across transaction boundaries as
well as external and internal sessions. SET PARAMETER & GET
PARAMETER statements allows you to WRITE TO/ READ from the
SAP memory.
View All Answers

Question # 6
What are the advantages and disadvantages of ABAP/4 query tool
Answer:-->Interactive functionality not available.
--> No header lines or PF_STATUS is possible.
--> Not possible to add checkboxes, ICONS, Symbols etc
View All Answers

ue

Question # 7
What are different tools to report data in SAP? What all have you used?

ns

View All Answers

io

st

Answer:Report Painter and Report Writer


This tool can be accessed as follows.
SAP Menu >>>> Information Systems >>>> Ad Hoc Reports >>>>
Report Painter
: Instead of using ABAP code to write a report in FI and
CO, Transaction MC27 is used by a lot of consultants to
build a report by using Report Painter/ Report Writer
library. Transaction GRCT has many advantages over MC27 in
most cases, and eliminates the need to use transaction
MC27.

Answer:Daily materials report.


Tables used: ekbe, "History per Purchasing Document.
mseg,
"Document Segment: Material.
qcpr,
"QM quality certificates in procurement
lfa1, "VENDOR MASTER
makt,
"MATERIAL DESCRIPTION
j_1igrxref, "Goods Receipt to Excise Invoice
CossReference
mkpf.
"Header: Material Document.

Question # 9
What is the most complex interactive report that was written by you?

s.

View All Answers

er
w

Answer:if you are creating a new program then it will not ask request
for selection texts
and they wiill be automatically included in request and
transported.
If you are modifying an existing program and then if you want
to change selection
text then it will ask for request for text also then save it
in same request and transport.

ns
A

Question # 8
When a program is created and need to be transported to production does selection texts always go with it? if not how do you make sure? Can you change the CTS
entries? How
do you do it?

View All Answers

Copyright http://InterviewQuestionsAnswers.org

Page 4/5

Enterprise resource planning Most Popular & Related


Interview Guides

1 : SAP ALE IDocs Interview Questions and Answers.


2 : SAP MM Interview Questions and Answers.
3 : SAP PP Interview Questions and Answers.
4 : SAP Security Interview Questions and Answers.
5 : ERP General Interview Questions and Answers.
6 : SAP Basis Interview Questions and Answers.
7 : SAP PS Interview Questions and Answers.
8 : SAP B1 Interview Questions and Answers.
9 : SAP APO Interview Questions and Answers.
10 : SAP SD Interview Questions and Answers.
Follow us on FaceBook
www.facebook.com/InterviewQuestionsAnswers.Org
Follow us on Twitter
http://twitter.com/InterviewQA
For any inquiry please do not hesitate to contact us.
http://interviewquestionsanswers.org/Contact-Us
Interview Questions Answers.ORG Team
http://InterviewQuestionsAnswers.ORG/
support@InterviewQuestionsAnswers.ORG

You might also like