You are on page 1of 3

13/07/2010

SAP Community Network Blogs


About Us How to Contribute My Profile Languages Log Off

Welcome Andr Fumian

SDN Community
Home Forums Wiki Blogs

BPX Community
Articles Dow nloads

BusinessObjects
eLearning

University Alliances
Events

SAP EcoHub
Shop

Career Center

InnoCentive

How to Blog Blogs by Date Blogs by Category Top Blog Pos ts Active Bloggers Podcasts Create/Update Author Page Blogger Home Expert Blogger Home Contributors Corner CONTRIBUTORS CORNER My Contributions Last Contribution 28/04/2010 Total Annual Points 2 Show on Busines s Card Hot Links Lis t of Contributors Contributing Companies SAP Mentors Find the expert Contributors Corner Page Recognition Program FAQ Social Media Trends
So, whats the answer?.....its simple. find the relavant BAPI thats responsible for posting the values in R/3 Read the records from cube call the BAPI and pass reqd values to BAPI from BW system BAPI's for COSTCENTER Accounting BAPI_COSTACTPLN_POSTPRIMCOST - For posting Primary Cost & Quantity BAPI_COSTACTPLN_POSTACTOUTPUT - For posting Activities & Prices How to Read data from Cube I. Call function module 'RSDRI_INFOPROV_READ' to read the data from cube II. For more help and info on how to read the cube then see the program 'RSDRI_INFOPROV_READ_DEMO' Sample Code In this final (Retraction Series) weblog I would like to give an idea on how to retract BPS data back to R/3 when there is no standard retractor available Necessity: What if there's no standard retractor you cannot make retractor work due to design complexities

Blogs

How to Retract BPS data back to R/3 when there is no standard retractor
Praveen Mayalur Business Card Company: Deloitte Consulting LLP Posted on Aug. 24, 2006 10:54 PM in Beginner, Business Intelligence (BI)

Subscribe Print Permalink Share

FOLLOW SAP COMMUNITY NETWORK

SUCCESS STORY RESOURCE CENTER Find customer tes timonials , quotes and Q&As with SDN members. Value of the Business Objects Community Building a Vibrant Online Community - Paying it Forward Driving Busines s Value: Quotes and Tes timonials PG&E Video Quotes and Tes timonials Volume II

pervalue totvalue contrl return IF sy-subrc = 0.

= lt_pervalue = lt_totvalue = lt_contrl = lt_return.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' DESTINATION 'DS1310' EXPORTING wait = '5' IMPORTING return = is_return_com.

WRITE:/ 'Bapi Successful'. ENDIF.

ENDFORM. <br></img>
Praveen Mayalur is a SAP Solution Architect

" retract_to_r3

Comment on this weblog Showing messages 1 through 8 of 8. Titles Only BPC retraction of costcenter data 2009-07-06 12:16:59 A K Business Card [Reply] Main Topics Oldest First

http://www.sdn.sap.com/irj/scn/weblogs?

1/3

13/07/2010
Hi Praveen,

SAP Community Network Blogs

We are planning to extract same data like for costcenter planning. but i have a BPC infocube, I should not use BPS method of retracting data. but have to build a FM or do something to retrct.

could you please help me on this Version 7 2008-05-14 06:00:17 Andrew Tidswell Business Card [Reply] Great weblog. Question is this still applicable to version 7 for custom built real-time info providers

Thanks PCA retraction 2008-01-02 14:12:26 PRAVEEN s Business Card [Reply] Praveen, Firstly thank you for creating a wonderful blog. We are planning to PCA retraction . In this process I am trying to read a custom cube by using SAP demo program and I am having difficluties in reading. Could you please give me your email-id or any type of contact? Rgds Praveen Retract to a LIS without CO-PA 2007-06-05 20:56:58 Karim Reyes Business Card [Reply] Hi. I need to retract planning data from BPS to a LIS, but I don't have CO-PA activated in R/3. How can I find a BAPI that helps me to get this data into a LIS in R/3? Thanks for your help.

Karim Reyes Thanks 2007-01-23 04:13:43 ANIL AGRAWAL Business Card [Reply] Thanks a Lot for this useful information. Thanks a lot 2006-08-28 11:28:05 Raj G Business Card [Reply] This is helpful as we are trying to write the HR retraction.

Thanks a lot 2006-08-31 18:53:25 Praveen Mayalur Business Card [Reply] Im glad that its helpful for you. PCA Retraction 2008-04-16 17:09:38 Govind Sehgal Business Card [Reply] Hello PRaveen, We are planning to implement PCA retraction. I am trying to find the BAPI that posts the profit center values in R/3? Could you give any suggestion?

Regards

Showing messages 1 through 8 of 8.

http://www.sdn.sap.com/irj/scn/weblogs?

2/3

13/07/2010

SAP Community Network Blogs

http://www.sdn.sap.com/irj/scn/weblogs?

3/3

You might also like