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
how to capture the errors in bdc Call transaction method?
Explain how is batch input process different from processing on line?
What are the types of search helps? : sap abap data dictionary
What is an update type with reference to a match code id? : abap data dictionary
What is bdc programming? : abap bdc
What are the pooled and cluster tables?
Explain the advantages/disadvantages of logical databases?
How can I make a differentiation between dependent and independent data? : abap hr
How do you find if a logical database exists for your program requrements?
How can we declare a table control in the abap/4 program?
What is the lock object?
difference between Valuation type and valuation category?
What data is contained in data dictionary? : abap data dictionary
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is screen flow logic? What are the sections in it?