cancel
Showing results for 
Search instead for 
Did you mean: 

Modify control record and send out to external (TAMA) system using ALE

Former Member
0 Kudos

Hi All,

I have a scenario to send idoc from ECC 5.0 to 3.1R/3 and then to TAMA system (external system-through TRFC)

In the inbound process code of 3.1R/3, I have to write a custom FM to modify the control record and point to TAMA system and then send it out to TAMA system.

Has anybody got idea about this and what function module need to use for modifying the control record and send it out. Any help is really appreciated

Thanks

Ricky

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ricky,

to update a IDOC the is a special IDOC ALEAUD*. Try to find out the function module that is used for ALEAUD. I guess you will find beneficial coding.

Regards Mario

Former Member
0 Kudos

Hi Ricky,

To access IDoc data and modify it in your custom FM, you could investigate the following FM's:

EDI_DOCUMENT_OPEN_FOR_PROCESS

EDI_SEGMENTS_GET_ALL

They should allow you to access the EDIDD, EDIDC tables.

The IDoc related functions are contained in the function group EDI1, it may be helpful to start from there.