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

ABAP experts : Query

Former Member
0 Likes
458

In transaction MIR7, notes tab, I can enter 'free hand text'.

Now in transaction FBL1N, can I actually see the 'free hand txt' that I entered above.

Can this be done as a user exit/screen exit/variant/customization that I can see the free text entered in transaction MIR7 (notes tab) in FBL1N.

Any pointers would be useful.Thanks

Message was edited by:

S V

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi,

I feel that it is not possible to get that LONG TEXT which you enter in MIR7 (notes) to FBL1N.

You have to fetch that Long text using the fun module READ_TEXT and to fetch that, as that field is not stored in Standard related tables for FBL1N.

Have to copy the code of FBL1N program and to modify it to get that text.

reward if useful

regards,

ANJI

Read only

Former Member
0 Likes
431

No we are unable to see that.

As it is an Enjoy transaction we can open MIR7 from FBL1N through selecting original document in FBL1N.

Read only

0 Likes
431

Hi,

Could you please elaborate on this answer. Thanks.