cancel
Showing results for 
Search instead for 
Did you mean: 

​What is the best was to insert and delete measuring points from Measurement Entry List in ABAP?

ggunturu
Participant
0 Kudos

I did not find any functional modules aand BAPI's that will help.

Can I code to add and delete records from table IMEP directly?

Thanks,

Gopi.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Gopi,

Have a look at class CL_REEX_MEAS_ENTRY_LIST (SE24).

I wouldnt advise it since there is no data validation, but you could also try using this function module TABLE_UPDATE_IMEP (SE37).

PeteA

Answers (0)