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

how many interactive report

Former Member
0 Likes
759

hi fnd,

1. how many interactive report available?

2. how to create notepad in custom control for module program ,then i enter some line in notepad that line should be convert into long text is

possible. if it is posible pls tell me fndssss

regards

pauldharma

4 REPLIES 4
Read only

Former Member
0 Likes
716

Hi,

1) Excluding the basic list u can have 20 more lists in interactive reporting.

2) Ya...u can create note pad using custom control tool in a screen......but im not sure abt converting it into long texts....

Read only

0 Likes
716

Point no 2.

/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class

a®

Read only

0 Likes
716

hi fnd

thanks for your answer , but notepad display in same screen not in popup menu , i am entering commands in notepad screen that value data should be stored in table in long text format.

regards

pauldharma

Read only

Former Member
0 Likes
716

HI,

Use LONGTEXT_ONLY function module . pass the required parameters like ID Object Name and Language . it will prompt you the notepad. Once you write the text and save it . It will save the text in the correspondiong Transaction text.

One more thing In the mopdule pool screen you done need to create screen for this . Just create any Icon (like Change text ICON)

then associate some function code for that and write the code as above for that function code .

Get back to em if you dont understand

Reward points if useful

Regards,

Nageswar