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 Posted / 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 |
Post New Answer View All Answers
When the get cursor command used in interactive lists?
What are the page windows? How many main windows will be there in a page window?
Did you create any joins?
Workbench request are client dependent or client independent
When you prefer lsmw?
How to call other programs?
What are the events in abap/4 language? : abap hr
Explain Singleton class
How to define selection screen?
What is the difference between Exit and Stop?
What is the function module to popup contents in the internal table?
What are the two statements which are required in an abap program to output an icon using a write statement?
How do we handle multiple line items in BDC's.
What is bdc? : abap bdc
Differentiate between the uline and write: sy-uline statements if any?