cancel
Showing results for 
Search instead for 
Did you mean: 

Make fields from posting parameters mandatory

Former Member
0 Kudos

Dear all,

How can I make the fields PAYMENT METHOD (PYMTMETH), HOUSE BANK (HOUSEBKID) and BANK ACCOUNT (HOUSEBKACC) as mandatory? I canu2019t find anything in recacust to permit that.

Thanks in advance,

P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Basically payment term and bank details comes under field group 42, i think config is not allowed for this field group.

You can use BADI_RECN_CONTRACT, method CHECK_ALL for your customer checks.

rgds,

Srini

Answers (1)

Answers (1)

franz_posch
Active Contributor
0 Kudos

Hi P.,

you may find an example for implementing such checks in the example implementations for the BAdI BADI_RECN_CONTRACT.

class CL_EXM_IM_RECN_CONTRACT

class CL_EXM_IM_RECN_SINGLE_BE_CHECK

method CHECK_ALL.

Regards, Franz