2009 Oct 20 6:34 AM
Hi,
When I call BAPI_ALM_NOTIF_CREATE to create a PM notification and pass the LONGTEXTS parameter, the PM notification was created fine. However, when I look up the PM notification using the returning notification number with the SAP GUI, the content of my LONGTEXTS was automatically pre-pented with the client information similar to the following.
18.10.2009 05:05:00 Company ABC. ISP#123456 (ABC)
...my long text content...
Does any one knows how to turn off the first line (client info)?
Is this a SAP server side setting? or it's configurable somewhere in the BAPI?
Any help would be appreciated.
Jingmin Wei
2009 Oct 20 6:41 AM
Hi,
it's a config for your notification type. There is a field TQ80-QMLTXT01. If this field is set to 'X' then SAP generates Log line for long text change. It's a standard SAP feature. You can see this functionality in routine TEXT_ANLEGEN_F50 of include LIQS0F50.
Cheers
2009 Oct 20 6:41 AM
Hi,
it's a config for your notification type. There is a field TQ80-QMLTXT01. If this field is set to 'X' then SAP generates Log line for long text change. It's a standard SAP feature. You can see this functionality in routine TEXT_ANLEGEN_F50 of include LIQS0F50.
Cheers
2009 Oct 20 7:13 AM
HI, Martin
Thanks a lot for the information.
I couldn't find routine TEXT_ANLEGEN_F50.
Where can I locate this routine? Can you please post a code sample of field TQ80-QMLTXT01.
Thanks,
Jingmin Wei
2009 Oct 20 9:48 AM
Hi,
as I wrote it it's in include LIQS0F50. Check that include in SE38. Look for that field.
Cheers
2009 Oct 20 3:25 PM