cancel
Showing results for 
Search instead for 
Did you mean: 

Problem faced when trying to automate the MIRO transaction in ECATT

Former Member
0 Kudos

Hi,

Hope i could get a solution for this problem soon.

I was trying to automate the MIRO Transaction. When i was about to do that, i cannot make export and import in the same screen.

The Problem is it exports the value from the Balance field but the value is not getting imported to the Amount field.

Is it possible to do both export and import concept in a same screen (MIRO).

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hemkumar,

Kindly post this question in the correct forum to get the answer from the users. The correct folder to get answers on eCatt questions would be

  • SAP Community Network Forums » ABAP Development » ECATT *

[;

Anyway here is the response for your question :

Are trying to read the value from the balance field and pass it to the amount field on the same screen?. For this you don't need to do import and export.

1. first you have to record your script using the SAPGUI mode.

2. Declare 2 local variables (type : V) in the parameter lists for balance & amount

3. Use GETGUI to read the value from balance and pass it to the balance local variable

4. then use the assign statement

5. pass the local amount variable to the script like import field parameterization.

this will work.

Import is the field to pass the values from externally and export is the value that can read from SAP to pass it to other script.

let me know if you still need any clarification.

thanks

Venkat