SAP Reports / Programs | Cross-Application Components | Time Sheet(CA-TS) SAP CA

RCATSTCO_TRANSFER_DATA SAP ABAP INCLUDE - RCATSTCOTRANSFERDATA







RCATSTCO_TRANSFER_DATA is a standard ABAP INCLUDE 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 RCATSTCO_TRANSFER_DATA 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 RCATSTCO_TRANSFER_DATA. "Basic submit
SUBMIT RCATSTCO_TRANSFER_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RCATSTCO_TRANSFER_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RCATSTCO_TRANSFER_DATA

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:

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

CATS_CO_SET_TRANSFER_FLAG CALL FUNCTION 'CATS_CO_SET_TRANSFER_FLAG' IN UPDATE TASK TABLES it_catsco = catsco_tflag.

CATS_CO_UPDATE_CATSCOSUM CALL FUNCTION 'CATS_CO_UPDATE_CATSCOSUM' IN UPDATE TASK TABLES it_catscosum = catscosum_upd.

K40C_CO_ACTUAL_POSTING CALL FUNCTION 'K40C_CO_ACTUAL_POSTING' EXPORTING id_ignore_warnings = p_warn TABLES it_doc_items = doc_items et_messages = return CHANGING cs_doc_header = doc_header EXCEPTIONS OTHERS = 1.

K40C_CO_ACTUAL_POSTING_CHECK CALL FUNCTION 'K40C_CO_ACTUAL_POSTING_CHECK' EXPORTING is_doc_header = doc_header id_ignore_warnings = p_warn " Note 1510738 TABLES it_doc_items = doc_items et_messages = return EXCEPTIONS OTHERS = 1.

BAPI_ACC_ACT_POSTINGS_REVERSE CALL FUNCTION 'BAPI_ACC_ACT_POSTINGS_REVERSE' EXPORTING doc_header = rev_doc_header ignore_warnings = p_warn TABLES doc_no = rev_doc_no return = return.

K_LOGSYSTEM_CHECK CALL FUNCTION 'K_LOGSYSTEM_CHECK' EXPORTING i_kokrs = i_catsco_help-kokrs EXCEPTIONS OTHERS = 1.

CATS_DET_AUFNR_BY_AUFPL CALL FUNCTION 'CATS_DET_AUFNR_BY_AUFPL' EXPORTING catsdb_ext_imp = ucatsdb_ext no_message_handling = 'X' IMPORTING catsdb_ext_exp = ucatsdb_ext EXCEPTIONS OTHERS = 1.

K_LOGSYSTEM_CHECK CALL FUNCTION 'K_LOGSYSTEM_CHECK' EXPORTING i_kokrs = i_catsco_help-kokrs EXCEPTIONS logsystem_different = 1 OTHERS = 2.

CATS_DET_AUFNR_BY_AUFPL





CALL FUNCTION 'CATS_DET_AUFNR_BY_AUFPL' EXPORTING catsdb_ext_imp = ucatsdb_ext no_message_handling = 'X' IMPORTING catsdb_ext_exp = ucatsdb_ext EXCEPTIONS OTHERS = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = 'X'.



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 RCATSTCO_TRANSFER_DATA or its description.