cancel
Showing results for 
Search instead for 
Did you mean: 

Default values in SAP standard BSP applications

Former Member
0 Kudos

Hi,

is it possible to use default values in SAP standard BSP applications (without modifications? Question is also posted in HCM forum, because E-Recruiting context.

Thanks and regards

Gabriel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raja,

I found the method IF_BSP_CONTROLLER~FILL_VALUES implemented in the Class CL_HRRCF_ABSTRACT_CONTROLLER (its a HR E-Recruiting component). This method fills a table with the structure type IHTTPNVP wich contains field/value pairs. Can you tell me, if I can use this somehow?

Thanks ans regards

Gabriel

raja_thangamani
Active Contributor
0 Kudos

1. Check in class "CL_HRRCF_ABSTRACT_CONTROLLER " how the entries are populated. If its from Database table then you can maintain the entries.

2. If its hardcoded then you need to search for some BADI or user-exit which you can use to modify the values.

<b>*Reward each useful answer</b>

Raja T

Answers (3)

Answers (3)

Former Member
0 Kudos

the method is implemented in IF_BSP_CONTROLLER~FILL_VALUES.

It seems to be BSP Standard. I'm not familiar with BSP MVC Model to be able to understand the method.

Can you help?

raja_thangamani
Active Contributor
0 Kudos

Reply/Reward/close the thread if your issue resolved pls.

Raja T

raja_thangamani
Active Contributor
0 Kudos

Without modification, its not possible.

<i>*Reward each useful answer</i>

Raja T