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

GUIXT

Former Member
0 Likes
1,510

Hello Friends,

Any one could expalin me, how to use GUIXT,

My requirement is : in VA01 transaction, i need to shift the filed from one position to another position,

The field(USAGE) is now available in Item details subscreen(Sales A), and it is moved to VA01 main screen on item details.

Can any one help me..

Regards,

Nag..

8 REPLIES 8
Read only

Former Member
0 Likes
1,183
Read only

Former Member
0 Likes
1,183

hi

GUIXT is a kind of script...

you can make your own screen with GUIXT.(you can find some example and screen shot at http://www.synactive.com).

For example, when you order some materials with T-CODE: 'VA01'. you want to see it with a different style(with your company logo, with some additional buttons...stuff like that).

you can make your own screen with GUIXT.

First, make your code and then save it on your own PC.

when you start SAP Log on, sap load your script first, and then rearrange sap screen.

but I don't recommend that you use GUIXT.

Because there are some problems on it, If you make another sap external session, GUIXT doesn't work. It works only first session.

and if you want your client to see the screen with the same way like you,

your client have to have the GUIXT code in their own PC.

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
1,183

I agree with Aakash, rather avoid it.

Cheers,

Julius

Read only

Former Member
0 Likes
1,183

Hi Nag

You can use something like

Pos G[Auftrag] (8,38)

Which i use for my IW41 T.code

Read only

Former Member
0 Likes
1,183

Nag,

Sorry for the late response with regard to your question on GuiXT. Unfortunately you've been mislead. First, you do have to generate the correct GuiXT script. You can manually write it, if you know how, or you can purchase the GuiXT Developer Suite that includes a WYSIWYG editor tool to make changes via a computer mouse and an interactive workbench to store large amounts of GuiXT code. Second, you don't have to load the same script to each and every client. That would be lot's of work. You have several options; the people who created GuiXT recommend storing the scripts in the SAP Web Repository (T-code: SMW0). This way you can designate the people who need to see this modification through each client's role and/or profile. Lastly, you can have multiple sessions up with the GuiXT customizations, however, it's recommended that you have as few sessions open as possible. Since GuiXT helps simply and automate SAP transactions it's goal is to have only one session running at any time so you can do all your work within that session.

I hope this helps.

-Carlos

Read only

0 Likes
1,183

>

> ...the people who created GuiXT recommend

> -Carlos

I think what you meant to say is "the company I work for created GuiXT and we recommend...".

Cheers,

Julius

Read only

0 Likes
1,183

Hi Carlos,

Can you please share the steps on how to make GuiXT script applicable to all users of system. I have stored the script in Web Repository but what and where shall I configure that it will be applied for all users and individual users do not need to make any changes in there local PC's.

Regards,

Ahmed

Read only

0 Likes
1,183