cancel
Showing results for 
Search instead for 
Did you mean: 

Entity type structure update

Former Member
0 Kudos

Hi

I am developing an app that uploads a file to R3.

To do that I am using the method ~create_stream

The method works fine, but my problem is

that upon success, with the response, I get only

5 of the 7 properties I have on my structure.

When I started the application had only 5 fields

on this structure. As the app evolved I added 2 more

properties the entity should return if operation is successful.

Unfortunately I do not see these new properties

Does the response include only the properties

included in the request?

p.s I also tried to edit the return data: ER_ENTITY

to include these 2 properties but this attempt

also failed

I thank you all for every clarification

regards

Yuval

Accepted Solutions (0)

Answers (2)

Answers (2)

ugurkaya
Active Participant
0 Kudos

Hey Yuval,

If you only see 5 attributes not 7, try to re-generate your gw service.

If you see 7 attributes but two of them are always blank:

- If you are using RFC mapping, check if all of the attributes are mapped

- Did you redefine your get entity method in your dpc_ext class? If Yes, please check if those two attributes are mapped to er_entity in your method.

bpawanchand
Active Contributor
0 Kudos

Hi?

  I guess you might have to reload the metadata of the service by choosing it from /iwfnd/maint_service.

Thanks

Pavan