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
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Name some system global variables you can use in abap programs?
Which transaction code can I use to analyze the performance of abap program?
How to upload more than 2GB file from External Source to SAP?
What happens Update command is used without where clause ?
What is a table pool? : abap data dictionary
What is an evaluation path? : sap abap hr
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Explain about drill down report?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is maintenance view?
Can a domain, assigned to a data element be changed? : abap data dictionary
Why are insert and append statement used in sap abap?
What is table buffer?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc