Application Development and Automation 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: 
Read only

Need to write a BDC for a Tree Structure.

Former Member
0 Likes
1,034

Hi ,

I am trying to record a bdc for a transaction which is in a tree model.

for ex: CX16.

While recording it is working fine and we are processing the recorded session is stopping. This is because the BDC is not able to capyure the sub nodes position and it is always showing the top node.

Please help in this regard.

Thanks,

Raghuveer Kumar K.

Hi ,

I am trying to record a bdc for a transaction which is in a tree model.

for ex: CX16.

While recording it is working fine and we are processing the recorded session is stopping. This is because the BDC is not able to capyure the sub nodes position and it is always showing the top node.

Please help in this regard.

Thanks,

Raghuveer Kumar K.

3 REPLIES 3
Read only

Former Member
0 Likes
813

Hi,

YOu cannot do BDC for transactions having screens with text control elements like trees, collapsibile areas etc.These are called SAP Enjoy transactions.

Look for corresponding BAPIs to upload data instead of BDC.

Regards,

Ravi Kanth

Read only

Former Member
0 Likes
813

Hello,

We cannot do BDC for this Transaction code.

Better u identify the BAPI or IDOCs to update.

Read only

Former Member
0 Likes
813

we have the same problem once

actually there is no direct transaction code for the transaction we searched for

actally it was a view

in BDC recording we done like

calling se11

then calling that view

and then done BDC recording

and if not this is the case

u need to check for any BAPI

with regards

s.janagar