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

call transaction - complex table update

Former Member
0 Likes
436

Hi experts,

I need to automate the transaction FI12 with a call transaction. As you know this transaction ask the user for a Company Code and for a House Bank. In this step the user can display or change the hose bank details or doubleclikng in "Bank Accounts" display or change the bank accounts asociated to the previously house bank.

My problem is that when I try to create a call transaction to change the bank accounts it show me the transaction with the house bank selected and it seems to be a problem in order to doubleclikng in "Bank Accounts".

What could be the problem?

Thanks.

David.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
401

Hi David,

place in your code a step to unselect all lines before your double click.

regards,

Edgar

2 REPLIES 2
Read only

Former Member
0 Likes
402

Hi David,

place in your code a step to unselect all lines before your double click.

regards,

Edgar

Read only

0 Likes
401

Hi Edgar,

I think if i place in the code a step to unselect all lines before the double click, the bank accounts associated to the house bank will not appear, i'll recibe a message in order to select one house bank.

Finally I've solved the problem calling the transaction with the company code and the house bank in the first screen, in the next screen i select the bank accounts view in the menu and then i select the appropiate bank account and call the change view from the menu bar.

Thanks and regards.

David.