cancel
Showing results for 
Search instead for 
Did you mean: 

problem with HRHAP00_TEXT_SUBST badi ( text replacement badi in MBO )

Former Member
0 Kudos

Hi experts,

i have implemented the badi <b>HRHAP00_TEXT_SUBST</b> and its in active state but its not getting triggered when i click on the text replacement icon in <b>phap_catalog_pa</b> transaction, when i deactivate my zbadi and activate the standard implementation <b>HRHAP00_TEXT_SUBST01</b>, this is getting triggered, i am not understanding where am i going wrong, i have implemented four other badi's in the similar fashion all are working fine.

plz help.

Regards,

Santosh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Santosh,

I assume you want to see the default replacement in the catalog.

The definition has two methods:

GET_TEXT_SUBSTITUTE - Does the actual replacement in the document

GET_TEXT_SUBST_DEFAULT - Shows in the atalog in general words what will be replaced

You need to implement the second method to see your little popup in the catalog. If you have implemented it, I would debug thru the method to see if it gives any output at all.

Regards and Groetjes,

Maurice