‎2008 Sep 22 1:24 PM
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....
‎2008 Sep 22 1:27 PM
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
‎2008 Sep 22 1:30 PM
I think there is no function module like that,anyhow we have to create it if needed.
‎2008 Sep 22 1:36 PM
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..
‎2008 Sep 22 2:29 PM
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