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.
Answers were Sorted based on User's Feedback
Answer / sivaramakrishna.s.v
before release the object it will be avileble under
modifible objects in se09 tcode. once we release it will
not be avileble in modifible and avileble under released
objects. basis consultents will move to these test server
for testing after development is over,
basis consultents will move these to prodction server for
golive after after several tests is is over in testing
server and client approvel is finished.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sravan
"Vesrion comparision" of the object with other client
systems is one of the best options.
Is This Answer Correct ? | 1 Yes | 1 No |
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 |
how to debug the smartform? plz tell me step by step process or screen shots?
what is the difference between se16 and se17 ??? need urgent ans plz..
Difference between /N and /BEND?
Differentiate database index and match code.
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
Which is the best institute for abap in ameerpet
1.how to developed inreractive report 2.how to developed classicall report.
What is the function of the transport system and workbench organizer? : abap data dictionary
What are AUTHORITY OBJECTS ?
what are the events in Module pool Programming?
18 Answers HCL, Mahle, TCS, Wipro,
Whom you report if you face difficulty in understanding the business process given in Functional Spec.
How Group 10 sets of records per group of Internal Table in ABAP. Good Afternoon All, I have one internal table which have 400 records ,i need to group these records in set of 10 records . for example: ID value 2 100 1 95 3 90 4 85 6 80 7 75 8 70 10 65 9 60 ---------------------------------- Total : 720---------------------------------------1st group ------------------------------- 11 59 13 58 12 55 14 54 15 52 18 51 16 50 17 49 19 40 20 39 ------------------------------- Total : 507 -----------------------2nd Group ------------------------------ .......... .......... ........ please help me ....how i get this in abap. Thanks