Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Field Exit for PAN.

kiran_k8
Active Contributor
0 Kudos
126

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.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
102

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

5 REPLIES 5

Former Member
0 Kudos
102

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

Former Member
0 Kudos
103

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

0 Kudos
102

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.

0 Kudos
102

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.

0 Kudos
102

hi,

check if user exit EXIT_SAPMF02K_001::SAPMF02K will help this is being triggered before saving the vendor

regards,

himanshu