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 through Enjoy SAP Controls

Former Member
0 Kudos

Hello all,

Is it possible to record BDC sessions through

custom controls like ALV grid, if not anyone knows how we can migrate data for transactions using Custom controls.

please help out !!!!

5 REPLIES 5

Former Member
0 Kudos

Hi,

It is not possible with ALVs as far as I know.

Regards,

Sükrü

nablan_umar
Active Contributor
0 Kudos

I had this issue before when I upgraded a custom BDC program that use standard transaction in the previous SAP version but use EnjoySAP transaction in the new version. The solution is we had to use BAPI or update function modules to replace BDC since Enjoy SAP transaction will not work with BDC.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm afriad BDC can't see Enjoy Controls. Since the Controls exist on the user's frontend and BDC has not connection to the Frontend this causes a problem. The same problem exsists for CATT. That is why SAP came up with SAPGui Scripting and eCatt. Although I can't say that I have ever used either tool for data loads.

Sometimes SAP still has the old transaction in the system with the enjoy controls, just for BDC. The other option would be to try and use a BAPI, Direct Input Program, or IDoc.

You can see OSS Note 311440 for more details.

Former Member
0 Kudos

What EnjoySAP transaction are you trying to use ?

If it is just for a dataload program, just use the old transaction pre Enjoy SAP if you must use BDC. Otherwise use BAPI, functions or IDOCs to create the data.

Cheers

Colin.

Former Member
0 Kudos

Dear experts,

If I wanna use BDC recording for ME29N, can I achieve that??

Currently my problem is, whenever I use ME28 to release the PO, it cause me problem, but ME29N is perfect. and the BAPI_PO_RELEASE is pointing to t-code ME28.

So, I have to do my recording on ME29N. But it is EnjoySAP control screen. Any idea and approach for me to use ?

Thanks

Cheers,

Isaac