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

Mention what is alv programming in abap?

584


Do we create table fields with out data elements and domains?

633


What are conditional chain statement?

750


What is the significance of delivery class? : abap data dictionary

572


Name the abap/4 modularization techniques? : abap modularization

647






What are the different kinds of lock modes?

563


How can you manipulate the presentation and attributes of interactive lists?

613


What are smart forms?

588


What are the components of sapscript?

624


In sap scripts, how will you link form with the event driven?

550


Proxy Programming with ABAP - How to develop the Proxy identification through programming

1883


What are the different functions used in sap script?

530


What is step-loop? Explain all the steps?

541


What is the difference between native sql & open sql? : abap data dictionary

600


how do you transport lsmw data from one system to another?

655