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: 

How do I know if a given transaction is BDC Compatible ?

Former Member
0 Kudos

Hi,

I am working on a Insurance module of SAP. I want to know how can I know if a given transaction is compatible for data transfer using BDC ?

Please throw some light.

Regards,

Rajesh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You should check if your trx use Control Framework like the enjoi trx.

Max

5 REPLIES 5

Former Member
0 Kudos

I think you can do BDC for every transaction ,

Former Member
0 Kudos

Run the tcode and check for all the required fields in the screen sequences (check with F1 on each field value)if all the fields are available then proceed with BDC.....

Award points if helpfull..........

Thanks,

Venkat Chaitanya

Former Member
0 Kudos

Hi

You should check if your trx use Control Framework like the enjoi trx.

Max

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

I think we can not use BDCs for enjoy transactions.

The reason for this is there are lot of controls used in the enjoy transactions.

You can use BAPI/RFC function modules instead of BDCs for enjoy transactions.

But it is possible to run as batch jobs using BAPIs.

Which one we have to use for the transaction?

This depends on the transaction and business requirement.

Thanks,

ramakrishna

Former Member
0 Kudos

Check OSS notes - if a transaction is not BDC compatible, there should be a note that says this.

Rob