Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ECC6

Former Member
0 Kudos
143

Hi all...

can you tell me where i can get the help document on ECC6

1 ACCEPTED SOLUTION

markus_doehr2
Active Contributor
0 Kudos
111

"The" help document?

http://help.sap.com

Markus

11 REPLIES 11

markus_doehr2
Active Contributor
0 Kudos
112

"The" help document?

http://help.sap.com

Markus

0 Kudos
111

here you cant get helps on ecc6...i have looked into that

Former Member
0 Kudos
111

can you tell me the CTS functinality link in ECC6....will be very helpful

0 Kudos
111

Hi,

what you mean with "CTS functinality link in ECC6". Please explain to help you

Regards Vassko!

Former Member
0 Kudos
111

I meant by Change and Transport System in ECC6.Actually i am trying to find the documentation on the transaction code SPRO_ADMIN.where the project is handled and the CTS functionality there.....Thanx Vassko for your help

Former Member
0 Kudos
111

Hello ,

for CTS...

Please refer to the link below :

http://help.sap.com/saphelp_47x200/helpdata/en/d7/8eb9361a75ea43e10000009b38f839/frameset.htm

***************reward points,if found useful

Former Member
0 Kudos
111

Hello,,

Sorry this is for ECC 6.0

http://help.sap.com/erp2005_ehp_03/helpdata/EN/3b/dfba3692dc635ce10000009b38f839/frameset.htm

***************reward points,if found useful

Edited by: BVS on May 27, 2008 1:34 PM

Former Member
0 Kudos
111

Thanks Vassko....let me see what i can find out from there.Thanx again

0 Kudos
111

we make a change to a Z-table, let's say increase the lenght of a field from 10 to 20.we tranposrt that object (ztable) to QA.then we create a program where we will use this table, and the field that is now 20 CHAR long.we test it in D, it works.ten we tranport it in QA.works fine.then we transport it in P (don't forget our ZTABLE modification from 10 to 20 is still in QA, so in P our ZTABLE-field is 10).and our program tries to populate that field with a value that's 20 long.dump.....now we want to prevent this, but SPRO_ADMIN does not take data declarations in account.

CAN WE COPE WITH THIS SITUATION.

If so how