Application Development and Automation 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: 
Read only

Field Exit for PAN.

kiran_k8
Active Contributor
0 Likes
811

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
Read only

Former Member
0 Likes
787

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

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.

5 REPLIES 5
Read only

Former Member
0 Likes
787

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

Read only

Former Member
0 Likes
788

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

Read only

0 Likes
787

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.

Read only

0 Likes
787

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.

Read only

0 Likes
787

hi,

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

regards,

himanshu