my questions are
(1) how to transport a table along with its data from dev to
prod/qa server? pls reply elaborately. if possible with
screen shots.
(2) i want to display like this :-
*
**
***
****
Answer Posted / ved thakur
simply write
WRITE: '*'.
SKIP 2.
WRITE:/ '**'.
SKIP 2.
WRITE:/ '***'.
SKIP 2.
write:/ '****'.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Explain sap abap 3-tier architecture?
what is abstract classes
Define alv programming in abap?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What are secondary indexes. How can we know which index is being used in a select query?
What is meant by search help? : sap abap data dictionary
What are the uses of table pool or table cluster.
what is user specific parameter?
What is the difference between a structure and a table?
How are BAPI different from Normal function modules ?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is dialog module?
What happens if we use leave to list-processing without using suppress-dialog?