cancel
Showing results for 
Search instead for 
Did you mean: 

What is conversiton and generic function ?

Former Member
0 Kudos

What is conversiton, what is generic function and what is the difference b/w Change management system in transpoeting system.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thaks for all

GabrielSagaya
Active Contributor
0 Kudos

Generating Function

*******************

All functions that do not have input values are refered to as Generating Functions

Constant, Sender, Receiver and CopyValue() are generating functions

Generic Function

********************

All Other Functions except Generating functions as above are Generic

they have input values and output values

Conversion function

**********************

that converts a value from one data type to another

eg- fix values and value mapping are existing functions in conversion functions.

Change management system (CMS)

******************************************

Change Management Service (CMS) is part of SAP NetWeaver Development Infrastructure (NWDI). This service enables you to configure your transport landscape and manage the transport of objects between different systems.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f85ff411-0d01-0010-0096-ba14e5db...

Change Transport system (CTS)

*************************************

The CTS is the central tool for managing changes to Customizing and Repository data that you make in the IMG or ABAP Workbench. The CTS records all changes in change requests.

http://help.sap.com/saphelp_nw04/helpdata/en/09/88f339db9911d2b41a00609419f767/content.htm

former_member556603
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi

conversion is used to convert the data from one format to the other.

for ex: we use the FCC parameters to get the desired solutions .

http://help.sap.com/saphelp_nw04/helpdata/en/43/4c38c4cf105f85e10000000a1553f6/frameset.htm

SAP conversion agent it a tool that helps to convert unstructured data

(like EDI messages, work files, pdf files etc) into XI (or from XI)

you just use an IDE to develop the program that you can later on

put inside the adapter module (for fiel adapter for example)

so no programming (as it's drag and drop)

for many documents

generic function?

All functions (regardless of whether they are standard or user-defined functions) that do not have input values are refered to as Generating Functions (Constant, Sender, Receiver and CopyValue() are generating functions).

All other functions are generic function

File system:

1. Involves the maually copying the fiel from the

D:\usr\sap\<SID>\SYS\global\xi\repository_server\export\sample.tpz

to the target system

D:\usr\sap\<SID>\SYS\global\xi\repository_server\import\sample.tpz

this involves person to manually go this each time for IR and ID...time invloved is more then risk is you are loggin into the server....

2. Not feasible approach if the number of intefacess are more.

CMS:

Automated procedure for tranporting....

1. Configure the CMs according to the envinorment and then no reason to login to server to copy the files.

2. Easier

3. Takes less time comapred to fielsystem

4. Feasible for lansacpae having more interfacess

5. COnfiguration has to be done setting various servers according to the server time spent in cofg may be more

Regards,

Ramesh.