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
Explain badi in abap.
What is payroll driver ? : abap hr
What statement will be found in an sap application program that implements a function module exit?
what is field string ? & where we are using field strings?
What is the different between abap and ooabap? Why do we use ooabap?
Difference between stand alone CRM and back-end CRM
What is meant by hot spots? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine?
What is use of transparent table in abap? How it is different from pool tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What will you code in start-of-selection & end-of-selecton & why?
How do you Export a session ?
What are the basic objects of the data dictionary?