cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to show value help with values for Application Job parameters - BTP ABAP Environment

Muthu_raja
Active Participant
5,071

Hello Team,

I have created Application Job Catalog Entries & Application Job Templates with two Selection parameters. I want to have this parameters a value help values so users can select from popup. In the Job Catalog entry, I have defined Value help exit class with Implemented interface IF_APJ_RT_VALUE_HELP_EXIT. How can I populate the value help values for these two parameters ?

I didn't find any blog/documentation related to this.

https://help.sap.com/docs/btp/sap-business-technology-platform/application-jobs-2?locale=zh-CNstate%...

@FrankJentsch  @Andre_Fischer  - Could you please help me here ? The Value help exit is available in the Job Catalog entries but when I populate some values in the class it doesn't visible in the F4 Help dialog

 

application job catalog entries.png

Thanks a lot.

Best Regards,

Muthu

Accepted Solutions (1)

Accepted Solutions (1)

michael_szardenings
Product and Topic Expert
Product and Topic Expert

Hello,

value help are currently not supported. It will be implemented according to the clean core rules after some general architectural decisions are done.

Muthu_raja
Active Participant
0 Likes

Hello Michael,

Thanks for your reply.

Could you please let us know when we can expect this feature ?

Best Regards,

Muthu

Answers (5)

Answers (5)

michael_szardenings
Product and Topic Expert
Product and Topic Expert

Hello,

currently we don't have a time frame when value help will be available.

MattDion
Participant
0 Likes
Any update on this? This is a pretty significant and fundamental usability gap.
DiegoValdivia
Active Participant
0 Likes

For anyone looking for Value Helps in Application Jobs, SAP has just added this functionality in Release 2502. See next:

https://community.sap.com/t5/technology-blogs-by-sap/f4-help-for-application-job-in-public-cloud-250... 

AbhishekKokatnur
Newcomer
0 Likes

Do not know that whether it is available with latest release adhering to Clean Core concept, but I found out a way to attach value helps to parameters in class-based application job catalog. @Muthu_raja 

Create data element & attach SE11 value help to it / use existing standard data elements which has search help linked.

Ab89_0-1738749770062.png

 

Pass this data element to COMPONENT_TYPE in ET_PARAMETER_DEF

Ab89_1-1738749829195.png

Here you go.

Ab89_2-1738749857990.png

Found by debugging OData calls when we select Job Template in Application Job app. CL_APJ_JOB_MANAGEMENT_DPC_EXT class provides data of parameters, value helps, characteristics, linkages etc. 

@Andre_Fischer

SAP HANA service for SAP BTP SAP S/4HANA Cloud ABAP Environment 

 

Sushaku
Explorer
0 Likes

Its available in the lastest release 

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Muthu,

to be honest your requirement is not clear for me.

Are you talking about step 3 when using the application job app when data is filled in the parameters section like when using the template "Lock Unused Business Users" ?

Andre_Fischer_0-1713980426340.png

Kind regards,

Andre

 

Muthuraja_M
Explorer
0 Likes

wrong window

Muthu_raja
Active Participant
0 Likes

Hello @Andre_Fischer,

I would like to show some data when I click and open value help dialog but unable to do that now.

I have checked the template for "Lock Unused Business users" in the ADT which tells it was created using report based catalog entries but in the BTP ABAP environment we cannot do this GUI.

What is an alternative way for this ? How do we populate our custom value help dialog in these job parameters.

Thanks a lot.

Best Regards,

Muthu

gabriel_n_araujo
Explorer

Hi colleagues, do you happen to have news on this topic?

Are value helps really not supported for parameters in Application Job Templates?

Thanks and regards,

Gabriel