cancel
Showing results for 
Search instead for 
Did you mean: 

SC: "Notes for Approval"

0 Kudos

Hi All.

We need to force users to fill the textarea "Notes for Approval" (Service BBPSC01, Template SAPLBBP_SC_UI_ITS 140) following some format guideline.

In example:

Bank: Nome of the bank; Cta: Number of Cta; Article:...

In order to make it friendly to users several possibilities were considered, but we haven't found any solution.

Could you please suggest us any idea?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

In fact is a little bit complex. Keep in mind that users must fill the field using a restricted format, so We'd like to make it easy.

Among other possibilities We've thought to raise a BSP in which users can fill the values in a form and, finally concatenate all those values and pass it to the textarea. Unfortunately, We don't know how.

Thanks.

Former Member
0 Kudos

Hi ,

You can use the BBP_DOC_CHECK_BADI to see whether the notes of approval field is filled by user or not. If it is not filled then you can issue an error message to the user telling the user that it is a mandatory field.

Hope this helps.

Thanks,

Pradeep