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

What is the max no of match code id’s that can be defined for one match code object?

687


What are the events used in abap in the order of execution?

561


What is its? : abap hr

628


What is the difference between getting and get late?

593


What is the difference between internal tables and extract datasets? : abap modularization

674






Name some data dictionary objects?

563


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?

1625


Explain what is the step-by-step process to create a table in data dictionary?

641


Tell me a scenario where did you use secondary index?

635


What is primary index?

538


What are conversion & interface programs in sap?

657


What is design pattern? Provide example .Why are we using it?

995


What is the significance of the memory table ‘screen’?

601


What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr

540


What is new enhancement framework?

892