Application Development and Automation 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: 

cts

Former Member
0 Kudos
395

hi friends,

this is surekha. hava a niceday all of u.

please clear my doubts.

1. what is cts?

2. what is the diff b/w bapi & f.module?

3. how t o debug the sapscript?

4 what is the bussiness object?

5. how can we modify the script from standard script?

thanks

regards.

7 REPLIES 7

hymavathi_oruganti
Active Contributor
0 Kudos
362

1) CTS-> IS THE CORRESTION AND TRANSPORT SYSTEM.

se09, se01, se10 are used to transport requests from one server to the other

2)BAPI is an interface which uses the remote enabled fn module

3)RSDEBUG is a program to debug script

4)business object is a concept which uses BAPI.

5)we can do it by copying the form to z form and attach it to the program in NACE

0 Kudos
362

Hi,

CTS is correction and Transport SYstem.

2.BAPI is interface, which is also a FM , but it can be accessed remotely, but FM cannot be accessed,

3. You need to activate the Debugger in SE71->utilitie->actuvate Debugger then you will be able to debug the script.

4. Busineess Objects are used for BAPI's and Workflow's

5. Copy the form from standard one and modify the layout accordingly, and maintain the configurations using NACE to trigger your own form.

regards

vijay

Former Member
0 Kudos
362

Hi Surekha

To know about BAPI Just Check Out these links...

http://help.sap.com/saphelp_erp2005/helpdata/en/5c/f3f0371bc15d73e10000009b38f8cf/content.htm

<b>Business Object:</b>

Definition

Representation of a business object of the real world in the SAP System. Business objects represent concrete or abstract objects as well as activities or processes. Examples include purchase orders, contracts, customers, risk or telephone calls.

Use

Business objects are used to model and further process objects occurring in your company in the SAP System. Certain processing options, for example, display, change or send, are available for each business object.

For <b>CTS</b>

Check it out

http://help.sap.com/saphelp_erp2005/helpdata/en/14/94fc3f8fc2c542e10000000a1550b0/content.htm

Cheers:)

Mithlesh

Lakshmant1
Active Contributor
0 Kudos
362

Hi Surekha,

1) The Change and Transport System (CTS) is a tool that helps you to organize development projects in the ABAP Workbench and in Customizing, and then transport the changes between the SAP Systems in your system landscape.

2&4)http://www.sappoint.com/abap/bapiintro.pdf

3)Use program RSTXDBUG or You can debug a SAPScript: Use Tools - Word Processing - Layout Set. Enter name of layout set and then Utilities - Activate Debugger.

5)http://www.sappoint.com/abap/lsetssap.pdf

Hope this helps.

Thanks

Lakshman

Former Member
0 Kudos
362

Hi,

For 1st one.

CTS is the CHANGE TRANSPORT SYSTEM.Tranx: SE10, When every you changed the object then the system will ask you to assign the CTS no. With the help of this no your object will move from Developmen sys to Quality Sys and further to Production sys or client to client etc.

For point no 3 Debugging SAP Script...

Look at the following link.....

For 5th one...

SE71>Give your cust form name.>Create>Form>copy from>give standard form name from which you want to copy and to which you want to copy.>SAVE-->you can do modivication as per your requirement.

Thanks.

If this helps you reward with points.

Message was edited by: KDeepak

Message was edited by: KDeepak

Message was edited by: KDeepak

0 Kudos
362

thank u friends.

0 Kudos
362

plz visit this link

http://www.planetsap.com/cts.htm

thanks