SAP Reports / Programs | Controlling | Product Cost Controlling | Cost Object Controlling(CO-PC-OBJ) SAP CO

SAPKKA15 SAP ABAP Report - Transfer R/2 Results Analysis (from Rel. 5.0) to ERP Results Analysis







SAPKKA15 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPKKA15 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPKKA15. "Basic submit
SUBMIT SAPKKA15 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPKKA15 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DEST = Destination
Selection Text: DUNKEL = Do Not Display
Selection Text: ERRHEL = Display if Error
Selection Text: HELL = Display
Selection Text: R2AUF = Order
Selection Text: R2BLN = Sales Order
Selection Text: R2BUK = Company Code
Selection Text: R2HPS = Main Item of Sales Order
Selection Text: R2JHR = Year
Selection Text: R2MON = Period
Selection Text: R2POS = Order Item
Selection Text: R2PRJ = Project Item
Selection Text: R3AUF = Order
Selection Text: R3BLN = Sales Order
Selection Text: R3HPS = Sales Order Item
Selection Text: R3JHR = Year
Selection Text: R3MON = Period
Selection Text: R3PRJ = WBS Element
Selection Text: R3VSN = Results Analysis Version
Title: Transfer R/2 Results Analysis (from Rel. 5.0) to ERP Results Analysis
Text Symbol: F05 = Activate Legacy Data Transfer: ERP RA Version
Text Symbol: F04 = ERP RA version missing for:
Text Symbol: F03 = ERP sales order master missing for:
Text Symbol: F02 = ERP WBS element master missing for:
Text Symbol: F01 = ERP order master missing for:
Text Symbol: E01 = R/2 data not defined
Text Symbol: D01 = Error during data transfer
Text Symbol: 001 = ERP tgt data
Text Symbol: 002 = R/2 source dat
Text Symbol: 003 = Link
Text Symbol: 004 = Data transfer
Text Symbol: A01 = Enter the year (ERP)
Text Symbol: A02 = Enter the month (ERP)
Text Symbol: A03 = Enter the object (ERP)
Text Symbol: A04 = Enter only one object (ERP)
Text Symbol: A05 = Enter sales order item (ERP)
Text Symbol: B01 = Enter the year (R/2)
Text Symbol: B02 = Enter the month (R/2)





Text Symbol: B03 = Enter the company code (R/2)
Text Symbol: B04 = Enter object (R/2)
Text Symbol: B05 = Enter only one object (R/2)
Text Symbol: B06 = Enter order item (R/2)
Text Symbol: B07 = Enter main item of sales order (R/2)
Text Symbol: C00 = Enter destination
Text Symbol: C01 = System failure
Text Symbol: C02 = Communication failure
Text Symbol: C03 = Error while checking R/2 company code
Text Symbol: C04 = Error while determining R/2 posting period
Text Symbol: C05 = Error while reading R/2 object information
Text Symbol: C06 = Error while reading R/2 object
Text Symbol: C07 = Error while reading R/2 header
Text Symbol: C08 = Error while reading R/2 item
Text Symbol: C09 = Other error while reading R/2 data


INCLUDES used within this REPORT SAPKKA15

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AUTHORITY_CHECK_RFC CALL FUNCTION 'AUTHORITY_CHECK_RFC' EXPORTING USERID = SY-UNAME FUNCTIONGROUP = '*' EXCEPTIONS USER_DONT_EXIST = 1 RFC_NO_AUTHORITY = 2 OTHERS = 3.

EXPORT_ABGRENZUNG_TO_R3_1 CALL FUNCTION 'EXPORT_ABGRENZUNG_TO_R3_1' DESTINATION DEST EXPORTING BUKRS = CHILI2-R2BUKRS AUFNR = CHILI2-R2AUFNR POSNR = CHILI2-R2POSNR PROJN = CHILI2-R2PROJN BELNR = CHILI2-R2BELNR HPPOS = CHILI2-R2HPPOS AGAGP = CHILI2-R2BUPER DATUM = CHILI2-R2DATUM TABLES S268A = K268A EXCEPTIONS SYSTEM_FAILURE = 01 MESSAGE MSG_TEXT COMMUNICATION_FAILURE = 02 MESSAGE MSG_TEXT FEHLER_PRUEFEN_BUCHUNGSKREIS = 03 FEHLER_BUPER_ERMITTLEN = 04 FEHLER_LESEN_OBJEKT_ANGABE = 05 FEHLER_LESEN_OBJEKT = 06 FEHLER_LESEN_KOPF = 07 FEHLER_LESEN_POSITION = 08 OTHERS = 09.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPKKA15 or its description.