cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded - Read transaction data from ADSO in Custom planning function

selva_amd
Participant
0 Kudos

Hi,

I have created a custom planning function. I need to read the transaction data from the planning ADSO. Is there a function module to read the transaction data from ADSO or should be access the tables and read the data?

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

if your want to implement your own planning function cf. the documentation:

https://help.sap.com/viewer/0ecf5244825c4742a7b062a89d11c2ac/7.5.10/en-US/4cc4628de2db43f1e10000000a...

You don't have to read the data, you get the data in IF_RSPLFA_SRVTYPE_IMP_EXEC~EXECUTE in table C_TH_DATA; the data set is determined by the used filter and maybe by configures reference data.

Regards,

Gregor

selva_amd
Participant
0 Kudos

Hi Gregor,

C_TH_DATA holds the data for the current for the current aggregation level. I need to get the data from the planning ADSO with the all the fields in the ADSO.

-- Selva.

0 Kudos

Hi Selva,

check interface IF_RSPLFA_PLAN_BUFFER and also the following link:

https://archive.sap.com/discussions/thread/1186612

Regards,

Gregor