1) If the scripts are client dependent, what above driver
program ?
(client dependent / independent)
2. I have two pages, In one page I want address, Header,
Main &
footer. In the second page
I want only Main. How to do it?
3) Will 50,000 records be uploaded directly into APP's
Server?
4) What is the button to change the variant in ALV ?
5) If your project is support project ? when is your
implementation has completed ?
6)In start of selection, if we perform validation, what
happens ?
7)How to join 3 tallies & looping. We have developed a
program
in a client say
(200- client) and 210 has test data. No developing rights.
How to test data?
8)How to transfer data which is coming from are report as
output to another report
9)How to create standard text and how do u transfer it ?
10)What are the views when we are creating Material ?
Answer / buddula15
1)
Form is Cleint dependent but print program is client
independent.
2)
In 1st page create all the windows (header,footer,address)
as variable windows so it can be displayed in 1st page and
it cannot be dispalyed in 2nd page. only main window can be
displayed in 2nd page.
6)
If you perform validations in start-of-selection nothing
happend because start-of selection trigger once you come
out from the selection-screen.
7)
Program is client independent so you can very well logon to
210 system and test it.
8) using IMPORT and EXPORT
9) using SO10 you can create standard text and using
RSTXTRAN you can transport standard text.
Buddula15
Is This Answer Correct ? | 4 Yes | 1 No |
What commands are used to change database table entries ?
can any body tell what is idoc archieving and how to do that
How do you set up background jobs in sap? What are the steps?
What is a sequence of event-triggered in report?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
How do you write a function module in SAP? describe.
Difference between Drill Down and Interactive Reports, Events triggered in both reports
How do you define an internal using types?
What are the advantages of logical databases : abap hr
Explain what is the step-by-step process to create a table in data dictionary?
what is the role of ST05 in performance tuning?
what is difference between MOVE and MOVE-CORRESPONDING?