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: recording

Former Member
0 Kudos

When i am making a recording of a transaction the screen that pops up is not the same as the one being populated even though the fields fill the same tables! But maybe the sequence is different hence the BDC is not working please help

Credits will be given

Thank you very much

Tatenda I H chaibva

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi,

In some transactions, the screen flow is dynamic in nature.

In the sense that, the screen flow is depenedent on the data being inputted.

Hence you should record the transactions for the different screen flows, and depending upon the condition, call the bdc populating performs accordingly.

It is therefore advisable to use a BAPI instead of a BDC, for the transaction.

BAPI doesn't depend upon the screen flow and hence easy to use.

Regards,

Ravi

1 REPLY 1

former_member181962
Active Contributor
0 Kudos

Hi,

In some transactions, the screen flow is dynamic in nature.

In the sense that, the screen flow is depenedent on the data being inputted.

Hence you should record the transactions for the different screen flows, and depending upon the condition, call the bdc populating performs accordingly.

It is therefore advisable to use a BAPI instead of a BDC, for the transaction.

BAPI doesn't depend upon the screen flow and hence easy to use.

Regards,

Ravi