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: 

data object cant locate does not have a component.

bryanjacobs
Participant
0 Kudos
142

Hi guys i'm developing an ABAP program that calls a webservice to send data to the producer of the web service.

But when i got to the stage of trying to assign my input parameters i'm getting the error below

could there be something wrong with my xml format..im suspecting the n1 on every tag

please help:

1 ACCEPTED SOLUTION

Former Member
0 Kudos
115

Hi

Go to SE11 and check your structure ZWSZIMRA_SUBMIT_INVOICES_SOAP1

it seems field BPN does not exist in that structure

Regards

2 REPLIES 2

Former Member
0 Kudos
116

Hi

Go to SE11 and check your structure ZWSZIMRA_SUBMIT_INVOICES_SOAP1

it seems field BPN does not exist in that structure

Regards

0 Kudos
115

Hi Hicham

Forgive me for the late reply.

I checked the structure and its seems the BPN number was automatically generated and its saying i can only modify the structure using tcode SPROXY.

though i have seen that the field BPN it seems to be in a deep structure that was generated cause its within another structure ZINVOICE

Message was edited by: bryan mugariri