cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transfer of custom defined fields from cProjects to Cats

Former Member
0 Likes
317

Hi All,

I have some custom defined fields in cProjects which I have to integrate in Cats.

Cats and cProjects are running on different systems.

How can I transfer the values of this additional fields to the tables catsdb and catsco?

For example if I press the save button, the fields in cProjects should be transfered to Cats.

How can I realize this scenario?

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Solved!

I use function modules in the Function Group "BAPICATS"

Former Member
0 Likes

Hi,

Please refer to CATS enhancement CATS0005 (Create Customer fields).

Let me know if this helps.

Regards,

Vivek

Former Member
0 Likes

Hi Vivek,

the problem is not to append the additional fields to the table catsdb. I have already solved this with the enhancement CATS0005.

The question is how can I realize the transfer of the data from the CProject system to the other system. What is the best solution? Maybe with IDOCS?

Anyway thanks for your help.

Former Member
0 Likes

Hi ,

There are two different ways how u can transfer the data,

one is through idocs or u have to create a BAPI function module ie u have to create a BOR object. Through idoc you have to create a idoc type if the idoc type is not available and then through ALE the transfer of data can be possible.

regards,

Santosh Thorat