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

exit for IW21

geetha_k
Active Participant
0 Likes
392

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.

1 REPLY 1
Read only

Former Member
0 Likes
326

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