‎2011 Nov 19 6:30 AM
Hi to all.
In tcode IW21, added a tab(additional tab) with subject long text screen area. This subject long text screen area i s already clled in notification tab. But i want clear the and chage the long text in added tab(additional tab). i have cleared that subject long text when tab = 'additional tab'. But whole long text will be deleted at this time. I want only delete long text and change that text only in additional tab. Can any one tell me how to do that.
‎2011 Nov 19 7:05 AM
HI,
How you added new tab(addition tab) i mean by configuration or by coding.
actually what is happening your both long text subject area referring same TEXT ids,text object and Text name.
This you can validate by clicking long text icon.
A new screen will display with name like - "Change long text on PM notification".
Follow menu path-
Goto->header.
Here you will find the all details of long text like text name, text id , text object etc.
so whenever you change one it will automatically reflect in other because indirectly both are referring same text id ,text object and text name.
solution - if you added this new tab through coding then put some logic to assign text object, text id and text name other than which are used by standard SAP.
BR,
Vijay