cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP and DP relation

Former Member
0 Kudos

Hi all,

In case if I have to write an ABAP program for doing some processesing on key-figures of DP, how to start that up with. This however can be done by macros, but just interested of how ABAP is doing its job internally for the same thing...

Say for example, I need the whole data of key-figures to get copied in one of my internal tables of my ABAP program, how do I do that? The solution for this will answer many of my questions............

Thanks for the response.......

Regards,

Guru Charan.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Got the useful solution from Mani Suresh.

Former Member
0 Kudos

Hi Guru,

SAP has provided 2 BAPIs for that purpose.

BAPI_PBSRVAPS_GETDETAIL2 - Import to Internal table.

BAPI_PBSRVAPS_CHANGEKEYFIGVAL2 - Update from Internal table to Livecache.

The internal tables are not straight forward, but u should be able to catch them when u try downloading with the GETDETAIL2 BAPI.

Hope this helps.

Thanks

Mani Suresh

Former Member
0 Kudos

Hi

In APO you can write user exit macros using ABAP program

Please check the following SAP note for step by step user exit macro creation

Note 418801 - Creating a user exit macro

I think this will help you.

Thanks

Amol