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

Tcode SE37 - FM EDIT_TEXT

Former Member
0 Likes
500

Hi all,

i hope there is somenone that can help me.

My question is:

Is possibile to create an ABAP custom report that its parameters are:

PARAMETERS: belnr LIKE rbkp-belnr,

gjahr LIKE rbkp-gjahr,

text(70).

When the report runs the parameter text has to write in folder Notes of MIR6 called for

the belnr and gjahr before inserted.

How can i use fm EDIT_TEXT?

Thanks a lots,

Alex.

2 REPLIES 2
Read only

Kanagaraja_L
Active Contributor
0 Likes
412

If you want to know How to use the FM EDIT_TEXT Just click the follwoing Link

In MIR6 which field you are Inserting by TEXT ?

Kanagaraja L

Read only

0 Likes
412

Hi Kanagaraja L,

in MIR6 i insert a Document Number and a Fiscal Year --> after the report runs --> click on Document Number before inserted --> so it's called a screen like MIR4 where i'd insert with a custom report a text in the folder Note .

Do you think i could use fm SAVE_TEXT?

Thanks,

Alessandro.