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: 

BDC and TREE_CONTROL

Former Member
0 Kudos

I created a BDC function module to create WE20 partner profiles when remotely called from a web order system. When running the BDC in SE37 (not in debug) it works fine. When running in debug, the CALL TRANSACTION fails but I don't see an error dump. When the web system makes the call, I get an OBJECTS_OBJREF_NOT_ASSIGNED ABAP dump and the details mention termination in "CREATE_TREE_CONTROL".

I came out to SDN and found thread "handling of tree control in BDC" which mentions it cannot be done. Since I find no BAPI for this, what other options do I have?

Thanks

1 REPLY 1

Hans
Explorer
0 Kudos

Check out the function modules of function group EDI6. Particularly EDI_AGREE_PARTNER_INSERT. I'm not saying that's it, it just looks promising.