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: 

Add extra column ZTERM to Report RFMAHN21

mukeshambition
Explorer
0 Kudos

Hi All,

I need to add zterm in item to report RFMAHN21.I have added field through append zterm field in table MHND but how data display in output.Please help,

Regards

Mukesh

12 REPLIES 12

Former Member
0 Kudos

Hi Mukesh,

At program RFMAHN21 level, just go to the related screen where you want to display that field - here at layout, drag the field from table MHND.

Then, to maintain the flow logic, at PBO of that screen - maintain the required field validations to shown as output.

Regards,

Suren

0 Kudos

Hello Suren,

It's alv report.It's using for dunning.I need any userexit or BTE there i can write logic then populate in report.

Regards

Mukesh

raymond_giuseppi
Active Contributor
0 Kudos

Didn't you find the code where the table MHND / MHBDIO get read from the logical database to be append in final table?

0 Kudos

But for this i need to enchanment in standard but i donot want to this thats why i am looking BTE or User exit.

0 Kudos

For enchantment I'm no wizard... Did you see any call of BTE related FM, customer exit or BAdI in thes source, no? Also why only BTE and user exit, what's your version? Did you add your zzfield in CI_MHND, did you look for the field in the current field catalog?

0 Kudos

Field is in catalog but it is blank how value come in it.

0 Kudos

If the field already filled in table MHND (during F150 or any FI transaction)?
(bis) Did you add your zzfield in CI_MHND?

0 Kudos

yes i added but it's not fill during F150 or else.

0 Kudos

Is this field only displayed and not to be changed, if yes first remove the field from database table MHND and append it to a Z append of structure MHND_EXTL. Use some implicit enhancement at end of a form like append_mhnd_ext2 or even append_ext.

0 Kudos

Thanks Raymond problem is resolved.I have removed field from CI_MHND and directly append in MHND then it's work.

Chintu6august
Contributor
0 Kudos

Hello,

Check this link: https://archive.sap.com/discussions/thread/3440965

thank you!!

0 Kudos

I have checked this link but it's not working in my case.