cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI or FM needed to retrive data from SNP Planning Area

Former Member
0 Kudos

Hi All,

There is a planning area created for SNP ,now I need to retrive key figure values present in this SNP Planning area.Does any know of BAPI or FM which can be used to retrive data from SNP Planning Area?

Thanks,

Venu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try to use BAPI:BAPI_PBSRVAPS_GETDETAIL2, to extract any key figure values from Planning Book

Former Member
0 Kudos

Hi Venu,

A) Please try this BADI Implementation

/SAPAPO/EXTRACT_EX Sample implementation

/SAPAPO/SDP_EXTRACT Definition name

/SAPAPO/IF_EX_SDP_EXTRACT Interface name

/SAPAPO/CL_IM_EXTRACT_EX Class name

The Uses of this BADI are;

1) You can interrrupt the data extraction process from the planning area.

2) You can use the CHANGE_INPUT method to override the input parameters for the extractor (sent from the requesting system).

3) You can use the CHANGE_OUTPUT method to alter the extracted data, derive the values of certain InfoObjects , for example.

4) You can use the CHANGE_SELECTION method to modify the selection table that is used for extracting data using a BAdI method. This is particularly useful when extracting data from an SNP planning area because you cannot specify a location product in the standard selection.

B) You can also try the below function modules

/SAPAPO/CL_IM_EXTRACT_EX - Load key figures of Demand Planning

/SAPAPO/CDI_TSDMID_KEYFS_LOAD - Load key figure data from TSDM

Regards

R. Senthil Mareeswaran.