Hi,
I am using ECC 6 . In one of custom program i am using EDIT_TEXT. within i am passing
TEXT NAME : YXXXXXXXXXXXXX
TEXT ID : ST
LANGUAGE : EN
and calling fm EDIT_TEXT then system displaying text editor window and giving a information message that
Observe name ranges: Y,Z for customers, J_NC for partners, A..X for SAP
Message no. TD728
I want to know how to supress this message?
For your information i cannot change the text id ST to YST.
a®s.
I am not getting that message.
So, check why do you get the message.
Set the breakpoint at
perform is_partner_system(sapmssco).
In program LSTXXFTE and Line 835 and debug.
Regards,
Naimesh Patel
It is not Text ID that is causing this issue, it is TEXT NAME. For some reason, your system is treated either as a partner system or SAP system, not customer. Put a break-point in the subroutine "form te_name_reserves" of program LSTXXFTE and see what it is treating your system as.
You cannot avoid the message, but you can avoid the reason that raised the message.
Add a comment