cancel
Showing results for 
Search instead for 
Did you mean: 

Need window in sap script

Former Member
0 Kudos

Hi All,

I need to add a new window in sap script,ZF110_IN_AVIS.

The problem is EDIT-> Create element is not enabled in the form.

Pls let me know how to create a new window in the form.

Thanks in advance.

Rgs,

Priya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Creation New window of script is possible in Original language only. Please check the original language in header of script and go to change mode in original language so that you can able to create window.

Regards,

Chandra Kavali

Former Member
0 Kudos

Hi Chandra,

You are obsolutely right!

The form is in DE language, but I want to change in EN only.

If I create a window in DE, then how to extend it to EN?

Pls suggest.

Rgs,

Priya

asik_shameem
Active Contributor
0 Kudos

Hi Priya,

window is common for all the language. If you create a window in DE, the same will be there in other languages.

Former Member
0 Kudos

Some things of a script can only be changed in original language (e.G. windows, paragraph formats, etc...).

So if you need to add a new window, youcan ONLY do that in its original language.

While you can maintain the contents of your window seperateley in every language.

So you want to do a new window, that should only be seen in german printout while your form is originally english?

Then goto SE71, and change your form in english. Add the window.

Now goto SE71 and change the form in german. now fill the window with the contents you wish to print. The contents of the window in original language (english) stay like they were (space).

You could as well code something like following if you feel more on the safe side then.


/: IF &NAST-SPRAS& EQ 'D'
*  print stuff
/: ENDIF

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Follow the following steps:

->Goto se71

->create a new sap scipt

->Enter the details

->then click on the page button just above

After clicking on page button u will be able to crate a new element.

->then click on edit and crete element

=->enter the page name and details

->after creating page clcik on window button and cretae an element for that.

Hope this will solve ur problem

Thanks

RJ

Former Member
0 Kudos

Hi,

I dont want to create a new sap script.

There is already zscript available(ZF110_IN_AVIS), just need to add another window in the layout.

But when I login in change mode in form ZF110_IN_AVIS, in EDIT-> Create element, is disabled.

Pls help how to make it enable.

Rgs,

Priya

Former Member
0 Kudos

Hi

Whenever you want to create a new element you must specify what new element you have you create .Otherwise the create element option is not active.

Like in ur case you want to create a new window.

first click on window button above then u would be able to create a new element (new window).

Thanks!!

RJ

Former Member
0 Kudos

Hi Rj,

Have done the same, but still not enabled.

dont understand why?

Pls help.

Rgs,

Priya

Former Member
0 Kudos

Hi Priya,

Try like this,

1. Give your SAP scrip name on SE71 , Click on WINDOW radio Button ..

2. Click on Change Button (Same screen)

3. Then try to go to Edit -> Create element

Former Member
0 Kudos

Hi

Open the transaction Se71 again and follow these steps again.i have done the same thing and it is working fine.Hope u will be able to do it this tym.

Thanks!!

Former Member
0 Kudos

Hi Lokesh & Rj,

Thanks for ur replies.

but oops, that doesnt work.

I logged into SE71, given the zform, selected window radio button, then Change.

In edit-> Create element, still it is disabled.

Pls help.

Rgs,

priys

Former Member
0 Kudos

Hi,

I just checked with another form, which I was earlier created.

In that it is enabled.

But I dont understand, why this is happening here.

This Zform(ZF110_IN_AVIS) was copied from standard form, then converted the original language.

Is that the case?

Rgs,

Priya

asik_shameem
Active Contributor
0 Kudos

Hi Priya,

You can create new elements only in the original language. Please check the original language (might be DE), create window in the original language. The same will be appeared in the other language as well.

Former Member
0 Kudos

Are you in the orignal language of the script??

Check that.

This has something to do with the original language. 
Copy your form from client 00 in SE71, 
then go to the Menu and "Convert original language" to English 
or whatever you need. 

Then go back to the SE71 screen, 
and choose EN or whatever you need in the drop down box. 
You should now be able to change whatever you have to change.

Former Member
0 Kudos

Hi lokesh,

Im using the different langu than the orignal lngu of the form.

IF I do, as you told, i.e, coping the original form into Zform again.

This would overwrite the Zform.

Problem is there were few changes already done by other users.

I doubt that those changes would also be overwritten, if i copy again.

Pls suggest an alternative.

Rgs,

Priya

Former Member
0 Kudos

Hi Priya,

You are saying ti change a LAYOUT of a script,, You are looking in confusion with Layout and language ..

If you would like to add a WINDOW in EN (Not original) ,, then you should to keep it in DE (Original) Langu as well ..

There is no other option if you want to add a WINDOW,, You have add it in Original only ..

Sap script is different Language means ,, One Layout in different Langu .. (It just a Layout to display in diff Langu) ..