2008 Dec 11 4:32 PM
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
2008 Dec 11 4:49 PM
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,
2008 Dec 11 4:52 PM
Hi,
I don't know in which version u r using But.
Check this notes ones. 319123.
Thanks,
2008 Dec 11 5:00 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |