cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting a form (sap script) in non original languages

Former Member
0 Kudos

Hi,

I have copied a standard form into Z form (all languages).

But now i want only original language, other languages of the form is not required.

So please suggest how to delete those forms.

Regards,

Chinna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I have a form with three languages: EN FR and ES. I want to save that spanish version in a different transport request. Can anyone please tell me how is it possible

Former Member
0 Kudos

Hi,

Goto se71 and give the form name then goto utilities and copy from client.Then in that screen give the form name and there you find check box to copy only into original language.so that you can copy only into original language.

Other wise if you already copied you have to delete each and evry form separatly.Better try to copy from client 000,so that it will override the existing form.

Thanks,

franois_henrotte
Active Contributor
0 Kudos

write a program

1) call function SELECT_TEXT to get list of existing languages for the text

2) in structure THEAD you have field TDOSPRAS which is the original language

3) call function DELETE_TEXT for all languages but the original one (provide savemode_direct = 'X')