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

Req FMod to edit internal table

Former Member
0 Likes
686

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
Read only

karol_seman
Active Participant
0 Likes
594

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

Read only

KK07
Contributor
0 Likes
594

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

Read only

Former Member
0 Likes
594

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..

Read only

karol_seman
Active Participant
0 Likes
594

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