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: 

changes in ALV list should be inserted into transport request

Former Member
0 Kudos
83

Hi

I created an ALV development .

We type data in ALV, change and save in DATA BASE

I want that the whole action on screen to be possible to wrap the new changes into REQUEST- how can I do it?

Message was edited by: Thomas Zloch

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos
51

Avoid ALV & use maintenance view through SM30. If there are any extra business logic to be implemented then call the maintenance view through your program using function VIEW_MAINTENANCE_CALL and do it.

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos
52

Avoid ALV & use maintenance view through SM30. If there are any extra business logic to be implemented then call the maintenance view through your program using function VIEW_MAINTENANCE_CALL and do it.

raymond_giuseppi
Active Contributor
0 Kudos
51

You could try following FMs :

- TRINT_APPEND_TO_COMM_ARRAYS to append keys to a transport request

- TRINT_ORDER_CHOICE to choice (or create) transport request

Regards,

Raymond