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

customer private note

Former Member
0 Likes
972

How to read customer private note field in 4.7 ? read_text function not used for this, return null.

Thanks.

6 REPLIES 6
Read only

Former Member
0 Likes
763

I think it is using the class CL_GUI_TEXTEDIT, check out the diff methods of this class (in se24) to read from the control.

Warm Regards

Anup Varghese

Read only

Former Member
0 Likes
763

yes, i thought as you think(text edit control), i debug but couldn't find anything then ask this question to sdn.

Read only

0 Likes
763

Hi,

May i know the tcode from which you are planning to read customer private note.

regards,

ram

Read only

Former Member
0 Likes
763

tcode : FD03. but i think(but i'm not sure) that 4.7 and + have this private note field.

Thanks

Serkan

Read only

0 Likes
763

I am using 4.6c but unable to find customer private note. Could you let me know in which screen and which tab on it.

Read only

0 Likes
763

Hi,

Looks like 4.7 does not have the private note

KNA1 0001 Sales note for customer

KNA1 0002 Accounting note

KNA1 0003 Marketing note

KNA1 0004 3rd party note (ext. services)

KNA1 0005 Address note

KNA1 0006 Bank memos

KNA1 0007 Enterprise Structure

KNA1 0008 Special institutions

KNA1 0009 Specialization

KNA1 0010 Potential reasoning

KNA1 0011 Internal note

The above ones exist in 4.7

You can also look for these parameters in TTXID table with KNA1 as the object.

What you can do is to double click on the editor which will display the editor in the full screen. Now in the menu Go To --> Header, you will find the parameter values that can be passed to READ_TEXT.

Regards,

Ravi

NOte :Please mark the helpful answers