Hi To all ABAP Guru's
while transporting any report program do we need to
trasnport the text elements seprately or not reuired ?
if it is so how do u transport the text elemtns ?
Thanks in Advance for ur answers
Answer Posted / vidya
Hi,
Text elements or any GUI elements get stored in a separate
repository called MIME in ABAP. If you want to transport
text elements or GUI elements of your report, the only thing
you have to take care is - Transport your report in a
specific package, Go to the Object navigator and make sure
you transport the relevant text and GUI objects via the same
package.
Transporting / not transporting purely depends on the
requirement.
| Is This Answer Correct ? | 29 Yes | 0 No |
Post New Answer View All Answers
When, how and how would you control changes to standard SAP objects.
How the transaction that are programmed by the user can be protected?
What are the differences between sap memory and abap memory?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Example of table cluster and cluster tables.
What is the meaning of table buffer? This buffer is used by which type oftable?
how to see the table output?
What is the difference between collect and append statements?
Explain what are extracts?
Explain the advantages and disadvantages of different types of bdc's?
How do you differentiate tax for different countries? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the 3 types of function modules in sap?
What does hide statement do?