cancel
Showing results for 
Search instead for 
Did you mean: 

Calling proxy without PI utilizing FEH/ECH

former_member214137
Participant
0 Kudos

Hi All,

We are moving a number of our bulk uploads off PI and writing programs in ECC to upload the data directly; processing times have decreased significantly.

I have in some cases called the existing proxy code, so as to save time on development and testing.

This has worked well, but now I have an interface that uses FEH/ECH.

The report fails in the proxy when calling cl_feh_registration=>s_initialize( ). Debugging I can see the cause is that the ECH process and component values are blank; when debugging the same interface called from PI the fields process and component are not initial.

So my questions is; is it possible to use ECH when calling the proxy directly from ECC and how can I get this to work if possible?

thanks in advance

Julian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214137
Participant
0 Kudos

No solution found for this issue. Reverted back to PI for this interface as FEH required.