cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi changes are not reflected in the application

Former Member
0 Kudos

Hello there,

I am doing a service call in my webdynpro application, calling a bapi. I needed to add some export parameter in my bapi. These new export parameters are not part of any structure.

Now If I come back to my webdynpro application...i do not see those new export parameters under export node.

is there a way to update my export node without deleting the whole context and doing a service call again?

Thanks...

The context looks like this before bapi update:

context

---export node

-


attr1

-


attr2

now I added one more export attribute to my bapi.... how to refresh my context...so it reflects the current bapi structure....??

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi J,

The export node should be in the context controller.. U can add the extra exports attributes to the node jus right click on the node. It will allow u to create the attributes/node.. And also u should change the code in the method of the service call to bind the export parameters of the FM to the node.

I feel it is easy to delete the service call and recreate it.

Ranganathan.

Answers (0)