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

sap mhis table

Former Member
1,500

Hi ,

Please suggest.

There is some requirement for to append field in MHIS table (Append Enhancement )

1) Can we Update /modify MHIS Table ? .

2) Is it recommended practice or create Z control table for above work ?

Regards

Ashu

6 REPLIES 6
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,372

Did you look in SE11 for Enhancement Category of the table (should be 'Can be Enhanced (character-type or numeric)' so you should be allowed to append a Z or Y (your namespace) structure to the table.
But 'Append fields' is not the original requirement, What is the intended purpose, where will they be displayed/updated?

Read only

0 Likes
1,372

Hi Raymond ,

Thanks for reply .

What is the intended purpose, where will they be displayed/updated?

Append field is to be updated via save event customer exit in table MHIS and after which that will used in reports.

i would like to know  

1 Can we perform operation like modify on standard sap table MHIS via save event customer exit ?

2 Is it good/recommended practice to modify standard sap table or we go for z table ?

Please share your experience and suggest.

Wbr

Ashu

Read only

0 Likes
1,372

You could theorically update the zz fields in some update task FM executed after SAP standard ('after save'), but It would be much better to find some enhancement to change the zz_fields in internal memory 'before' SAP registers its own update task FMs, that would insure better data consistency, also you would get correct logging. (So, find some 'before save' point)

Read only

0 Likes
1,372

Hi ,

Thanks for wonderful guidance.

I will check and discuss with you.

Warm Regards

Ashu

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,372

1) You can (with a key)

2) It is not a recommended practice

Such questions have already been asked on SCN before (this would apply to all the standard tables) and it is common knowledge, in general. Kindly make some effort to search before posting or just ask a more experienced teammate first.

It is impossible to "suggest" any other solution since you haven't shared the business requirement.

Read only

0 Likes
1,372

Hi Jelena Perfiljeva

Thanks for reply.

I have searched related to MHIS table but didn't find any help.

Wbr

Ashu