cancel
Showing results for 
Search instead for 
Did you mean: 

I cant figute out how to set custom error messages for input fields in FPM

17
Discoverer
0 Kudos
322

The Programm below is from SAP and im not able to debug how they are able to get the custom Message and mark the Input field as an Error.
17_0-1723215696676.png

I thought that you might have to do something in the Get-Definition of the Field Name but thats not the Case

or is this Response not even custom but a generic one just based on the type used for the input field having a certain range

View Entire Topic
simon_hoeg
Product and Topic Expert
Product and Topic Expert

Hello,

in method GET_DATA of Feeder Class API IF_FPM_GUIBB_FORM you will find the exporting table parameter ET_MESSAGES with line structure FPMGB_S_T100_MESSAGE. Here you can find the field REF_NAME to set the field reference for the T100 message.

Best regards,

Simon

17
Discoverer
0 Kudos
Thank you very much for you're help