cancel
Showing results for 
Search instead for 
Did you mean: 

cl_rsplfa_plan_buffer - How to write data back to buffer

Former Member
0 Kudos

Hi,

Our requirement is to read a mapping DSO value in FOX to calculate revenue.

We used function module call from FOX. I'm using l_r_plan_buffer->get_data to get data from plan buffer. It reads the buffer data and I could manipulate it. But I don;t see a method to write the data back.

What class or method should I use to write the alterted data back to buffer.

Or is the method we are using the right way to do it.

thanks

Saravanan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

write the values back in your FOX, if possible!!

Manipulating the plan buffer, should only be done by using planning function the proper way or manual input.

Why are you reading the plan buffer in your FOX code? What is the requirement behind this?

Regards Matthias

Answers (1)

Answers (1)

Former Member
0 Kudos

Please check the below document:

[How to Run Planning Functions on Changed Records in SAP NetWeaver BW Integrated Planning|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a05666e5-91bf-2a10-7285-a80b7f5f7fd2&overridelayout=true]

Regards,

Kams