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: 

Req FMod to edit internal table

Former Member
0 Kudos

Hi SAP Gurus,

Can somebody tell me is there is any Fun Mod from which one POPup will display with internal table content & when we edit the internal table field it gets edited from that.

Thanks,

Krishna....

4 REPLIES 4

karol_seman
Active Participant
0 Kudos

Hi Krishna,

just use transaction SM30 for table editing.

If you need FM for that purpose just create a FM with call of transaction 'SM30' in the body. In using parameter you can specify table name which you get as input parameter for the function module.

Regards,

Karol

KK07
Contributor
0 Kudos

I think there is no function module like that,anyhow we have to create it if needed.

Former Member
0 Kudos

Hi,

My req is when I click on hot spot in ALV, the internal table should open in an editor & I can edit that internal table fields.

Thanks,

Krishna..

karol_seman
Active Participant
0 Kudos

Hi,

sorry, I missed the word "internal"

If you already have internal table in the ALV why don't you just switch to edit mode over ALV grid? You can do the maintenance of the records there ...

To see how it works check example programs BCALV_EDIT_01 and BCALV_EDIT_02.

Regards,

Karol