‎2006 Jun 15 10:41 AM
How to read customer private note field in 4.7 ? read_text function not used for this, return null.
Thanks.
‎2006 Jun 15 11:09 AM
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
‎2006 Jun 15 12:01 PM
yes, i thought as you think(text edit control), i debug but couldn't find anything then ask this question to sdn.
‎2006 Jun 15 12:11 PM
Hi,
May i know the tcode from which you are planning to read customer private note.
regards,
ram
‎2006 Jun 15 12:32 PM
tcode : FD03. but i think(but i'm not sure) that 4.7 and + have this private note field.
Thanks
Serkan
‎2006 Jun 15 12:37 PM
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.
‎2006 Jun 15 12:41 PM
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