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

name GuiXT scripts

Former Member
0 Likes
665

Hi,

How do I name GuiXT scripts and Input scripts?

Thanks,

Malini.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

Hi,

GuiXT scripts: GuiXT scripts are simple text files. They follow strict naming convention. GuiXT script names are based on R/3 repository's ABAP program name and four-digit screen number. A language is also included for various languages. Format: xxxxxxxxx.ldddd.txt ( xxxxxxx is the ABAP program name, l is the language and dddd is the screen number). For language independent GuiXT scripts ignore the language key.

Example:

For transaction MM01 first screen, the ABAP program name is SAPLMGMM and screen number is 60; the language is English. The GuiXT file name will be SAPLMGMM.E0060.txt

In normal practice please accept the name GuiXT and/or Designer propose while saving the active screen.

Input scripts: Input scripts are simple text files as well. They do not have any restriction on what they can be named.

Example:

save_workorder.txt

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

1 REPLY 1
Read only

Former Member
0 Likes
533

Hi,

GuiXT scripts: GuiXT scripts are simple text files. They follow strict naming convention. GuiXT script names are based on R/3 repository's ABAP program name and four-digit screen number. A language is also included for various languages. Format: xxxxxxxxx.ldddd.txt ( xxxxxxx is the ABAP program name, l is the language and dddd is the screen number). For language independent GuiXT scripts ignore the language key.

Example:

For transaction MM01 first screen, the ABAP program name is SAPLMGMM and screen number is 60; the language is English. The GuiXT file name will be SAPLMGMM.E0060.txt

In normal practice please accept the name GuiXT and/or Designer propose while saving the active screen.

Input scripts: Input scripts are simple text files as well. They do not have any restriction on what they can be named.

Example:

save_workorder.txt

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.