cancel
Showing results for 
Search instead for 
Did you mean: 

Mandatory check FORM GUIBB

shabir_ismail
Participant
0 Kudos

Hi experts,

Is there a way to check for mandatory field in Form GUIBB ?? or shall i just check if initial (on my own) ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

ashish_shah
Contributor
0 Kudos

Hi,

It seems that the "mandatory" concept has to be handled in the backend logic as I have found the following statement in the FPM Developer Guide (page 13):

"Note that there is no concept of mandatory or optional parameters. For security reasons, you must never trust parameters passed by a different application. Always complete a proper validation before you use application parameters."

Regards,

Ashish

Former Member
0 Kudos

in your method get defination when your are defining parameter for form uibb before appening in ET_FIELD_DESCRIPTION  there is a field MANDATORY make is abap_true in structure  FPMGB_S_FORMFIELD_DESCR

reward if helpful