cancel
Showing results for 
Search instead for 
Did you mean: 

Change application title - Select RFx type to select RFQ type

former_member206441
Contributor
0 Kudos


Dear Experts,

I need to change the text in the Header area of Rfx. I need to chagne the Application title from Select Rfx type to Select RFQ type and create RFx text to Create RFQ. Kindly help me in finding out. I debugged FPM_OIF_COMPONENT and IDR component. Kindly guide me how can i change the texts.

Thanks & Regards

Arun.K.P

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Arun,

for first screen-shot, you have to translate text elements from /SAPSRM/CL_CH_WD_TP_RFQ class.

For any other kind of document, check /SAPSRM/CL_CH_WD_TP_XXX class.

For second screen-shot, not sure enhancement spot WD_BADI can be used.

If not, check MODIFY_VIEW_INITIAL_SCREEN method from CL_FPM_FLOORPLAN_ASSIST class.

Regards.

Laurent.

former_member206441
Contributor
0 Kudos

Dear Laurent,

Thank you very much I am able to change the Header text for both the screens.

But i am unable to find the Tool bar area with text RFx Number and RFx Name from first screenshot.

It will be really helpful if i can get some inputs for it.

Thanks & Regards

Arun.K.P

laurent_burtaire
Active Contributor
0 Kudos

Hello Arun,

if you want to translate wordings, labels come from text elements from /SAPSRM/CL_CH_WD_IDEN_MAP_RFQ class.

Check /SAPSRM/CL_CH_WD_IDEN_MAP_XXX class for any other documents.


If you want to hide those wordings, activate CT_FIELD_DEF-IS_METADATA_HANDLED  parameter from DEFINE_FIELDS method from /SAPSRM/BD_FPM_IDR_FIELD_DEF BAdI (enhancement spot /SAPSRM/BD_FPM_IDR_OIF_EXT).


Regards.



Laurent.

former_member206441
Contributor
0 Kudos

Dear Laurent,

Thank you very much. Really your replies helped me.

It will be again very much helpful. if you could tell how you are able find the class names. becasue i was degubbing the system continously for hours.

Thanks & Regards

Arun.K.P

former_member206441
Contributor
0 Kudos

Dear Laurent,

Please guide how you are able to find the information whihc you shared me in this thread.

Thanks & Regards

Arun.K.P

nanda_kondagunta
Explorer
0 Kudos

Can you provide info on how you changed the header texts for Rfx?

Thanks,

Nanda

Answers (0)