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

logical difference ABAP InputScript

Former Member
0 Likes
315

Hi,

What is the logical difference between a "Call transaction using..." in ABAP and an InputScript?

Thanks,

Govindappa.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
301

Hi,

There are 2 main differences between ABAP call transaction and InputScript:

- The InputScript remains active while you process the transaction.

In particular, you can read all screen values and make decisions based on these values.

When you implement a Call Transaction in ABAP, you have to deliver all input data in advance.

- GuiXT offers a number of built-in features. For example, GuiXT will automatically display those popup screens that you do not handle in your InputScript, so that the user can continue, even in a situation that you did not anticipate.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

1 REPLY 1
Read only

Former Member
0 Likes
302

Hi,

There are 2 main differences between ABAP call transaction and InputScript:

- The InputScript remains active while you process the transaction.

In particular, you can read all screen values and make decisions based on these values.

When you implement a Call Transaction in ABAP, you have to deliver all input data in advance.

- GuiXT offers a number of built-in features. For example, GuiXT will automatically display those popup screens that you do not handle in your InputScript, so that the user can continue, even in a situation that you did not anticipate.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.