Skip to Content
0
Former Member
Dec 10, 2011 at 05:50 AM

Make it Mandatory in purticular field in table control in Std screen IW32

210 Views

Helo Experts,

My requirement is in IW32 hav one table control screen. it has many fields in that one of the field name is Recipient.

I need to activate that column should be Mandatory.

throw SPRO functional people can activate as a mandatory. But if activate like this, it ll make whole column as a mandatory. If enter the data in first row, the remaining rows also that field as a mandarty. So am not able to go further..

Throw access key I tried to change the field attributes as a recommended.. that time also same thing happening..

I tried to use User EXIT IWO10009

in include ZXWOCU07

my code is

tables:

resbd.

data : wempf type resbd-wempf.

IF sy-dynnr = '3000'.

IF screen-name = 'WITH_SEL_OPR'.

  • screen-input = '0'.

if RESBD-wempf = ' '.

message 'Enter the reciepnt data' type 'E'.

endif.

endif.

ENDIF.

but while executing the tcode its showing error No vendor specified

its not showing my message..

Thanks in advance..

Edited by: Prasath on Dec 10, 2011 8:30 AM

Edited by: Prasath on Dec 12, 2011 8:24 AM