cancel
Showing results for 
Search instead for 
Did you mean: 

deletion of longtext in maintenance orders

Former Member
0 Kudos

Hi gurus,

Can any body tell me how to delete the longtext in maintenance orders.

Thanks in advance.

Regards

Shanmuga satish

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_mane
Active Contributor
0 Kudos

Hi

You can use LSMW standard programme for deletion of Long text.Details as below

Object 0001 Long texts

Method 0001 (No selection

Program Type D Direct Input

Pass the TDLINE feild with EMPTY .

and Maintain the Default rule for field

TEXTFORMAT (Tag column)

Rule : Constant

Code: = '/'.

File format

Header file-->>

TDOBJECT TDNAME TDID TDSPRAS TDNAME_TDSPRAS

AUFK Order no KOPF EN Order no_EN

Item File-->>

TDNAME_TDSPRAS TXLINE

Order no_EN LEAVE EMPTY

Regards,

Rakesh

Regards,

Rakesh

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Have you tried TCode IW32?

PeteA

Former Member
0 Kudos

Hi Pete,

I have to delete the longtext in a mass.

Regards

satish

peter_atkin
Active Contributor
0 Kudos

There are quite a few options:

- Write an LSMW

- Write an ABAP program

- Use CATT

PeteA