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: 

Dynamic action through BDC sessions

Former Member
0 Kudos

Dear all,

Can we trigger Dynamic action through BDC sessions in ECC 6.0.

My client Scenario:

My client needs to upload Applicant Data through PB40 and PB30 using BDC ,but planned actitivies in PB60 is not triggered when i upload applicant data through this BDC ,hence forth not able to make applicant transfer through PBA7.

When perform applicant actions through PB40 ,planned actitivies is triggered in PB60 ,which confirms that my configs are correct.

Thanks

Muthuraj

2 REPLIES 2

Former Member
0 Kudos

when u simulate this in SHDB did it call pb60?

former_member31961
Contributor
0 Kudos

Hi,

Dyn Actions are not triggered in a BDC. So you have to explicitly code in your program to account for the Dyn Actions. In your case you need to explicitly code for updating Applicant Activities infotype '4003' using HR_INFOTYPE_OPERATION.

Regards,

Shrinivas