As an ABAP developer, how can we check after we release our
object as to where has it reached(i.e. testing client box
,production client box etc)? In case it is not possible please
let me know the same.
Answer Posted / ajay45
Hi,
I found an answer to this question at
"http://www.saptechies.com/keep-track-of-the-transports/". I
should have framed the question as :
"We need to keep track of the transports that need to flow
through to other systems (ie, DEV, TST, TRN, PRD etc). Is
there a way do this?". The answer to this is : "SAPCRAFT
enables you to control the CTS from DEV system. This keeps
track of all transports at all stages and enables you to
allocate Import, export and Authorization functions to
specific user."
Please let me know if any of you have used SAPCRAFT? Is it a
tool?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the modes in which any update tasks work?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
What are the different types of internal table?
What is sap locking?
What is the t-code to display batch input sessions? : abap bdc
In delivery processing which step comes first picking, packing, posting goods issue ?
Exception handling and how does it transfer from called method to calling method?
How do you read files from the application server ? : abap bdc
how to read the standard field value in your custom program.
How many types of tables exist and what are they in data dictionary?
How do you find the information on the current screen?
When you prefer lsmw?
Write syntax for message error (report)?
Different types of locks?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?