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
performance tuning concepts
Explain the use of insert and append statement in sap abap?
What is the client concept in sap?
What are the steps in a bdc session? : abap bdc
What are the two different ways of building a match code object? : abap data dictionary
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is the use of the raising exception?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
Describe data classes? : abap hr
What is the abap program name to process the batch input session automatically? : abap bdc
What are the personnel administration related Infotypes
What is partner selection?
Exception handling and how does it transfer from called method to calling method?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are internal tables? How do you get the number of lines in an internal table?