2012 Apr 18 11:52 AM
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
2012 Apr 18 11:59 AM
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.
2012 Apr 18 11:59 AM
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.
2012 Apr 18 12:15 PM
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