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

User interface in Table maintenence generator

Former Member
0 Likes
624

Hello Gurus,

I have a Z table, for which we have created a table maintenence view generated and then we've attached a Z taransaction code to the same.

So if the user want, he can go to this transaction and add/edit/delete table entries right then and there.

But now the user wants a upload from excel utility/option from the same screen.

I have read somewhere on SDN that we can create custom routines and attach it to table maintenence generator, but i donno how to do it.

Can anyone please guide me or point me to some links...it would be very helpful.

Thanks in advance.

Cheers,

Tatvagna Shah.

To Avinash,

Thanks buddy, but not much helpful. I need a functionality to upload from excel..and i'm not even able to find the PF-STATUS to add a button or something.

To Rammohan,

Thanks to you too, but the PBO and PAI seems to be a standard and I'm not able to change much.

Am still trying.

Cheers,

Tatvagna.

4 REPLIES 4
Read only

Former Member
0 Likes
587

Hi,

Check this link..if will provide you the list of events present in the Table Maintenance Generator..[Table maintenance generator Events|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc]

Read only

Former Member
0 Likes
587

Hi Shah,

For the module pool program of the VIEW, there will be PBO and PAI events through which u can acheive ur functionality.

1. Create a text field of type file path to upload file.

2. Create a pushbutton and assign a function code. In the PAI of the program write code to upload the data using GUI_UPLOAD.

Ram.

Read only

0 Likes
587

To Avinash,

Thanks buddy, but not much helpful. I need a functionality to upload from excel..and i'm not even able to find the PF-STATUS to add a button or something.

To Rammohan,

Thanks to you too, but the PBO and PAI seems to be a standard and I'm not able to change much.

Am still trying.

Cheers,

Tatvagna.

Read only

0 Likes
587

Hi,

If you create your maintenance generator screen with a single screen, you can just copy from excel and paste it in SM30 or your Z-tcode.