cancel
Showing results for 
Search instead for 
Did you mean: 

Editing and Updating ALV table into db table

Former Member
0 Kudos

hai all,

am using a standard form from sdn to edit and update ALV table to db table.

In the data_check event I want to pass r_param as a parameter which is holding all the attributes to perform the updation to db table. But am not able to pass this into the event that importing parameter fields are disabled.

Can u pls tell me how can i add that parameter???

Thanks in advance,

Nalla.B

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nalla,

I think you are posting same qustion again.

R_PARAM Parameter you get automatically, no need to create.

I think you miss this.

go to view methods, create one event( type event handler ). in event option - click F4 you will get list of events,

select ON_data check . you will get r_param parameter.

To update alv to database.. this is follow step by step.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50147a9e-ed1b-2e10-378a-bc77a5d92...

Cheers,

Kris.

Former Member
0 Kudos

Hai kris,

Thanks for all ur kind help.

Am getting it now. Really ur solutions are very helpful to me since am in the learning stage.

I need ur help throughout.

Thanks once again,

Nalla.B

Answers (0)