Application Development 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: 

call transaction

Former Member
0 Kudos

experts,

i have a problem with CA02 transaction (Change Routing) in my program. my output is an ALV list. when i choose one material, click the CA02 pushbutton and change one value, the material is not updated with that new value when it returns to the alv list.

please help me on this.

thank you!

5 REPLIES 5

Former Member
0 Kudos

Hi,

are you refreshing the data in your ALV list? Have you checked that the data is changed in the database? If the database is not updated, you can use statement 'COMMIT WORK' after the call transaction to update the database.

kind regards,

Peter

0 Kudos

hi,

how will i refresh the alv automatically? after saving the changes it goes directly to the alv list but the list is not updated with the changes.

what will i add to my code so that it updates automatically when returning to the list?

thank you.

0 Kudos

March,

in your ALV user command form routine there is a structure (selfield), it has a field called refresh, set it to X and the ALV list will be refreshed.

ec

0 Kudos

Hi EC,

The alv output changed when i refreshed. I only changed the quantity but it's not the one which is updated.

setting it to X does not work.

thank you.

Former Member
0 Kudos

Hi,

it depends on how you have programmed the ALV. You have to leave the ALV, and call it again.

hope it helps,

Peter