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 :-
*
**
***
****
Answers were Sorted based on User's Feedback
Answer / guest
To Transport table contents you need to create a workbench
request in SE10 .. There you can select table name and table
contents information and finally you can transport the
request...
You can find for the same in the follwed link...
http://www.saptechnical.com/Tips/Basis/Transport/TableEntries.htm
Buddula15.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / ved thakur
simply write
WRITE: '*'.
SKIP 2.
WRITE:/ '**'.
SKIP 2.
WRITE:/ '***'.
SKIP 2.
write:/ '****'.
Is This Answer Correct ? | 0 Yes | 11 No |
6. wat is pf status interactine report?
From excel to abap - is batch mode possible ? : abap bdc
For a package or transaction we will be having multiple no of user exits .Out of these exits how we will find out that the particular exit is the exit which we have to code
What is Basic IDOC type?
What is the full form of spro? : sap abap hr
What are the differences between the table and the structure in the data dictionary in the sap abap?
What are the events in screen programming?
How to convert the Unit for 'Distance' (The value from one Unit to another).
can please tell me the differences b/w bapi & bdc?
there is size categery(0,1,2,3)if i need more space after giving the size 0.what i have to do now?
what is the use of SLIS type pool in alv reports?
Can we download master data using LSMW method?