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 / balamurugan

Answer for second question:

DO 5 TIMES.
DO sy-index TIMES.
WRITE : '*'.
ENDDO.
NEW-LINE.
ENDDO.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is step-loop?

763


How would you define the exponents for a type ‘f’ field?

626


What is a table cluster? : abap data dictionary

736


Can i Have Some Examples on Enhancements.

1979


If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc

671






What are the different types of abap reports in sap?

768


Explain the difference between domain and data element? What are aggregate object?

566


How are the date abd time field values stored in sap?

599


What is the difference between sy-tabix and sy-index? Where it is used?

754


What are the user groups?

569


Can i know some of the Realtime tickets that anyone has been faced ?

1663


wat is the difference between A-gate & W-gate?where are they used?

1485


Explain what is step-loop? Explain all the steps?

709


What is meant by authorization? Did you ever work on it? : sap abap hr

522


What is transparent table?

600