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

How to generate dynpro I/O code

Former Member
0 Likes
441

I've made some changes to an existing screen using SE51. I can activate the dynpro, run it, and see my changes. What I can't get working is the select/update/delete/insert logic. Apparently that is generated for you. The original was generated by SAP and has an eidtor lock on it.

How do I generate the I/O routines after adding new I/O fields to an existing screen?

Scenario:

Table TVAU and TVAUT are maintained by tran OVAU. That's program SAPL080I screen 20. I have appended the TVAU table and the view that combines them. The I/O program that is generated is L080IF00. That's what I need to generate so that my new fields are mentioned in the I/O routines.

Thanks for the help!

Crew

I've made some changes to an existing screen using SE51. I can activate the dynpro, run it, and see my changes. What I can't get working is the select/update/delete/insert logic. Apparently that is generated for you. The original was generated by SAP and has an eidtor lock on it.

How do I generate the I/O routines after adding new I/O fields to an existing screen?

Scenario:

Table TVAU and TVAUT are maintained by tran OVAU. That's program SAPL080I screen 20. I have appended the TVAU table and the view that combines them. The I/O program that is generated is L080IF00. That's what I need to generate so that my new fields are mentioned in the I/O routines.

Thanks for the help!

Crew

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
369

either you have some user-exit or BAdI to do so, either you will have to change (or copy/change) the program