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: 

I want to add HSN/SAC field under G/L Account in MIRO transaction.

Former Member
0 Kudos

I want to add HSN/SAC field under G/L Account in MIRO transaction.But I have added this field in CI_COBL structure. This field is getting reflected in MIRO transaction and FB60 as well.As per my requirement i don't want this field in FB60 transaction. Please help me to solve this. Thanks in Advance

3 REPLIES 3

iftah_peretz
Active Contributor
0 Kudos

Hi,

There are many ways to hide fields from screens.

Here are some options (not all are valid and this is a partial list): check the enhancements/BADI/user exits points and loop over the screen and hide the field element, modify the transaction using a specific tool (if you are using it, like GuiXT), check for a transaction (if such exists - post in a different, more relevant forum) to allow a custom display of the field - normally this will be module based, check if you can add the field in some other way (different structure, Z-table etc) such that it won't affect FB60.

0 Kudos

Can you tell me how you add the HSN/SAC field under GL account column in MIRO?