1/ how can u move a logo from presentation server to
application server ?
2/ The logo uploaded using rstxldmc prog . where it is
going to store ?
3/ The logo is got inverted then how u handle this
situation ?
4/what r clients ? what r the client no available in a
company ? 800 client for which application ?
5/if i will display data by writing statement on start-of-
selection then what is need of end-of-selection in
classical reporting ?
6/ can u use at-line-selection & user-comand at atime in
same programe ?
Answer Posted / prasanth
1) when we upload a graphic from SE78 tcode its moved to
application server
2) The report RSTXLDMC allows a TIFF graphics file to be
uploaded from the file system of the R/3 GUI to a standard
text in the R/3 word processor SAPscript
4)
Client
is a there didgit number which we enter while
logging which helps in data security by preventing the data
from being visible to users in other client
1) A commercially, organizationally, and technically self-
contained unit within an SAP
system
2) Clients have own master records and set of tables
3) Client is the highest level in the SAP system hierarchy
I think 800 client is IDES server for traing purpose
5) END-OF-SELECTION is must
when there are Logical Database used in the program
when STOP statemnt is used
and in cases where you need to change the O/P after
printing for example if we need to print the page numbers
in the form 1/10 its not possible directly but through end-
of-selection.
6) yes we can use.
In the PF STATUS we must give the tcode PICK beside
the function key F2 in freely assigned keys
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What are logical databases? What are the advantages of logical databases?
What is the disadvantage of using exec sql statement in abap?
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/
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
What are the main events of which are used for logical database?
How will you read from internal table records in a given value range (without using loop)
What will you code in start-of-selection & end-of-selecton & why?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is luw or data base transaction ?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What are match codes? describe?
Define the various contents of technical specifications ?
what precautions or prerequisites do you follow to update a record into database table and how