cancel
Showing results for 
Search instead for 
Did you mean: 

Application Configuration - External Candidate Start Page

Former Member
0 Kudos

Hi,

I have a created a z-application configuration for the WDA "HRRCF_A_STARTPAGE_EXT_CAND ".I have also implemented and activated the BADI "HRRCF00_DET_APPLCONFIG_GENERAL"  to store the application configuration id. In normal scenarios, I don't have issues as I can call the application with the parameter "&sap-wd-configid".

However, when the application is not called directly, it is referring to the original configuration as the BADI is not triggered.

Kindly advice.

Thanks,
Sachin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Sachin,

You have configured the wrong BAdI. You should implement HRRCF00_DET_APPL_CONFIG_STARTP.

Regards,

Julien

Former Member
0 Kudos

Thanks Nicole and Julien for pointing the right BADI. Can you please let me know the significance of BADI HRRCF00_DET_APPLCONFIG_GENERAL? When is this BADI used?

Regards,
Sachin

Former Member
0 Kudos

This other BAdI is used by most other applications. Just do a "where-used list" for those 2 BAdI's and you will see when they are called.

Regards,

Julien

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sachin,

This BAdI comes with EhP5 and is used also when applications are called explicity but here you define the configurations which should be used when the application is called from another application.

Best regards,

Nicole

Answers (2)

Answers (2)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sachin,

Do you mean HRRCF00_DET_APPL_CONFIG_STARTP? That BAdI is just called when the start pages are called indirectly. So eg. when a correspondence is sent and a link refers to it.

Regards,

Nicole

Former Member
0 Kudos

there are 2 others badi's, check those out (regarding configuration)