variant attached in the report. can be transportable from
one server to another server
Answer Posted / santosh
YES.
1. Go to the ABAP editor, and go to the variant screen.
Under the Utilities menu is Transport Variant. This allows
you to choose the variants to transport, and the transport to
put them in.
2. manually add an entry to the transport for the variant you
want to move. The format of the entry is LIMU VARX
xxxxxxxxName_of_the_variant where xxxxxxxx is the program
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types joins?
What are control tables? : abap data dictionary
What is the difference between collect and append statements?
How to create any functions? How to go about it?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How to call a subroutine in sapscript?
What are pool tables?
What are the attributes of the data? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
What are different abap/4 editors?
Explain badi in abap.
How many main windows will be there in a page window?
Can i have some Realtime Scenarios on Reports.
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
How do you populate data into a multiple line field?