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

Transaction Assignment to Database View

Former Member
0 Likes
1,025

Hello Experts,

I have one query while assigning tcode to database view. Can we assign a tcode to database view?

I had created database view & assigning that view to transaciton code using SE93.

In SE93, I had given transaction as SM30 & ticked skip initial screen.

Selected all checkbox for GUI support block & provided VIEWNAME = ZABC (i.e.Database View).

But whenever I am executing that transaction, I am getting the error message as "Choose a processing option."

If I provide SHOW = 'X' also & execute the tcode, I am getting the information message as "The maintenance dialog for ZABC is incomplete or not defined."

Regards,

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
491

Hi neha,

That is because you have not yet created any TABLE MAINTENANCE for that view. Just by creating the view, we can only see those records in se11,se16 etc. But to maintain/edit it, we have to create maintenance using se11. Once you do that, it will work.

regards,

amit m.

1 REPLY 1
Read only

Former Member
0 Likes
492

Hi neha,

That is because you have not yet created any TABLE MAINTENANCE for that view. Just by creating the view, we can only see those records in se11,se16 etc. But to maintain/edit it, we have to create maintenance using se11. Once you do that, it will work.

regards,

amit m.