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: 

how to send metadata from SAP ECC to IBM Filenet

TMSingh_SAP
Participant
0 Kudos

Hi,

there is already integration between SAP to filenet using ACSAP connector. In the current process, the data that gets transferred is from Table TOA01-ARC_DOC_ID to filenet and user can do search in filenet using this no, In FM : OPEN_FORM. we pass TOA_DARA and the value is generated randomely

CALL FUNCTION 'OPEN_FORM'
EXPORTING
archive_index = toa_dara
I have to send more data like Doc#, Assignment no# etc.. from ECC to Filenet IBM tool.

I tried to pass TOA01-OBJECT_ID = Bill Doc# in debug to see if this gets populated in table TOA01 but this filed is overwritten by random no like 0025B5A3315A1ED79EE391CB1631B82E which has no meaning.

So if we have to send data like billing doc#, assignment no# etc..then where to exactly do the change in configuration in ECC ? This will also be need to map the respective data details in Filenet system also. Need expert advice on this.

Thanks in advance.

rgd,

M

1 REPLY 1

TMSingh_SAP
Participant
0 Kudos

All

There is something called Index transfer package from the IBM tool.Further checking on this we found ICC SAP 4.0 which is only compatible with ECC5.0. So now we will wait to see the updates from IBM. but in order to proceed, we are now moving the data to App server and then to Filenet.

@mods - Kindly close this thread.

Thanks,

Mohan