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 track records from data dictionary?
Can we call reports and transactions from interactive reporting lists?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is native sql?
Can you create a table with fields not referring to data elements? : abap data dictionary
Explain what are the different functions used in sap script?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
Difference between transparent tables and pooled tables? : abap hr
Did you create primary index?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is meant by read lock? : sap abap data dictionary
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are critical issues you have faced in your project
Specify the types of data dictionary objects.