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

About FM ' FI_TEXTS_DOCUMENT'

Former Member
0 Likes
944

Hi All,

Can any body use this FM?

When i excuted this FM by passing Value.

Directly the POPup contents value comes.

but tables shows this FM empty.

I want to put values in internal table.

This is for display long text in FB03 Transaction on the upper tab Extra->Text

anyone have solutions for that?

Thanks

Hi All,

Can any body use this FM?

When i excuted this FM by passing Value.

Directly the POPup contents value comes.

but tables shows this FM empty.

I want to put values in internal table.

This is for display long text in FB03 Transaction on the upper tab Extra->Text

anyone have solutions for that?

Thanks

3 REPLIES 3
Read only

tarangini_katta
Active Contributor
0 Likes
752

Hi,

Have you written like this

call function 'FI_TEXTS_DOCUMENT'

EXPORTING

i_object = 'BELEG'

i_aktyp = 'A'

i_dyncl = 'A'

i_bukrs = bkpf-bukrs

i_gjahr = bkpf-gjahr

i_belnr = bkpf-belnr

i_blart = bkpf-blart

i_check = 'X'.

TABLES

t_accdn = 'specify text value in tables parameter'.

I think it will solve u r problem.

Thanks,

Read only

tarangini_katta
Active Contributor
0 Likes
752

Hi,

I don't know in which version u r using But.

Check this notes ones. 319123.

Thanks,

Read only

Former Member
0 Likes
752

Hi tarangini ,

That is ok . I passed all values but in output i got POP UP Box in Which

Value Display POP UP box display in FB03.

I want this in table T_TDID

T_ACCDN.

Please suggest any solution .

Thanks & Regards

Manish Patil