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: 

How to remove check mark programaticaly from me57 to save data

deepak_dhamat
Active Contributor
0 Kudos

Dear All,

I am having one requirement that i want to uncheck the two fields i.e repos , webre,

erekz . i.e we want to remove 'X' how can we do it using either user_exit or any other way .

i have added code in user exit EXIT_SAPMM06E_007 but all in vain .

i have also tried in other user exit but still not working as

it brings back that value again .

LOOP AT tekpo.

tekpo-repos = ''.

tekpo-webre = ''.

tekpo-erekz = ''.

MODIFY tekpo TRANSPORTING repos erekz webre.

ENDLOOP.

we have condition to check i.e pr_type . if pr_type ='ZFOC' then uncheck value s that it can be stored in table . for me57 .

please give hint or solution , thanks in advance .

Regards

Deepak Dhamat .

3 REPLIES 3

Former Member
0 Kudos

Hello Deepak,

There is no BADI even to work out.

The only way is direct datbase update I know this the not standard way but sometimes we have to do.

I have tried out almost everything but I don't think there is any other way to achieve your requirement.

Best Regards,

Suvendu

0 Kudos

Hi, Suvendu ,

thanks for your reply but still we are trying for some thing else if we could do i will update the same to you .

Regards

deepak .

0 Kudos

Hi alll ,

My Problem is while creating purchase order through purchase requisition

How to remove the tick mark against invoice reciept i.e (repos) and gr based i.e ( weber )

programatically .

Regards

Deepak