cancel
Showing results for 
Search instead for 
Did you mean: 

BI-IP: Change of characteristic value in ABAP EXIT planning function

Former Member
0 Kudos
127

Hi

I have created a planning function of the type EXIT with reference data without blocks. In method IF_RSPLFA_SRVTYPE_IMP_EXEC_REF~EXECUTE I am going to implement my code.

Now, one of the purposes is to update the VALIDTO of an existing record. Is it possible to modify the characteristic values directly in C_TH_DATA (thus allowing me to just update the date directly on the record) or can I only append records?

Cheers!

/Karsten

Accepted Solutions (1)

Accepted Solutions (1)

balajee_sivakumar
Contributor
0 Kudos

Hi,

Can you kindly explain your exact requirement for going for a EXIT type planning function, so that i can suggest accordingly.

Regards,

Balajee

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Larse,

Yes you can change directly your value in a record withou appending a new one,but still it will create 2 records in the delta buffer ready to be save to the cube.

Reagrds,

Eitan.

Former Member
0 Kudos

HI Eitan

Thanks, just what I assumed.

/Karsten