2007 Jul 26 10:05 AM
Hi Folks,
Can anyone here please let me know how to use SHD0 to make PAN field
mandatory in XK01.
If possible let me know how to write a field exit for the same.
Thanks,
K.Kiran.
2007 Jul 26 10:17 AM
Hi,
Go to SHD0 choose screen variant. put the name of the tcode and the choose any screen variant and hit the button with processing it will opne that tcode and then hit save it would open a page that would let you choose screen options there would be a column called required field you can check that for the field that you want to make obligatory and save the variant.
regards,
Himanshu
2007 Jul 26 10:09 AM
Hi,
You have to create it using program RSMODPRF.
( take a look at its documentation )
See also OSS note 29377 concerning 'field-exit'.
<b>Reward points</b>
Regards
2007 Jul 26 10:17 AM
Hi,
Go to SHD0 choose screen variant. put the name of the tcode and the choose any screen variant and hit the button with processing it will opne that tcode and then hit save it would open a page that would let you choose screen options there would be a column called required field you can check that for the field that you want to make obligatory and save the variant.
regards,
Himanshu
2007 Jul 26 10:32 AM
Himanshu,
Thanks for the info.It is allowing to set for only the first screen
of XK01 but I want to make the field PAN number under CIN details
a mandatory field.
The program is SAPLJ1I_MASTER and the screen number is 103.
Let me know how to achieve this functionality.
Thanks,
K.Kiran.
2007 Jul 26 11:09 AM
Hi Folks,
I am trying usig RSMODPRF program.I had created a field exit
but was not able to understand some part of documentation given
for the above said program.
Do we need to code in the tab source code of the function builder
If so,please help me.
FUNCTION FIELD_EXIT_J_1IPANNO_K.
*"----
""Local interface:
*" IMPORTING
*" REFERENCE(INPUT)
*" EXPORTING
*" REFERENCE(OUTPUT)
*"----
ENDFUNCTION.
Thanks,
K.Kiran.
2007 Jul 26 11:28 AM
hi,
check if user exit EXIT_SAPMF02K_001::SAPMF02K will help this is being triggered before saving the vendor
regards,
himanshu