SAP Reports / Programs

RFUBCCECRE SAP ABAP Report - Transfer of Cost Events to Billing System







RFUBCCECRE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is for transferring cost events to the billing system (for instance Service Billing)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFUBCCECRE 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 RFUBCCECRE. "Basic submit
SUBMIT RFUBCCECRE AND RETURN. "Return to original report after report execution complete
SUBMIT RFUBCCECRE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Error during transfer of cost events
Selection Text: XWAR = Display Errors and Warnings
Selection Text: XERR = Display Errors
Selection Text: XALL = Display All Messages
Selection Text: P_TEST = Simulation
Selection Text: P_PSIZE = Package Size
Selection Text: P_DATET = To Date
Selection Text: P_DATEF = From Date
Title: Transfer of Cost Events to Billing System
Text Symbol: 999 = Cost Event Detail Display
Text Symbol: 004 = Technical Parameters
Text Symbol: 003 = Log
Text Symbol: 002 = Cost Event Selection
Text Symbol: 001 = Message Log for Transfer of Cost Events


INCLUDES used within this REPORT RFUBCCECRE

INCLUDE: RFUBCCONS, RCONUBCBAS.
INCLUDE: RFUBCCONS, RCONUBCBAS.

INCLUDE RKASMAWF.


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:

UBC_CE_AUTH_CHECK CALL FUNCTION 'UBC_CE_AUTH_CHECK' EXPORTING I_AUTH_CODE = 'A9' EXCEPTIONS ERROR = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

ENQUEUE_E_UBC_CEDATA CALL FUNCTION 'ENQUEUE_E_UBC_CEDATA' EXPORTING STATE = 'N' _SCOPE = 3 EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

UBC_CE_GETLIST CALL FUNCTION 'UBC_CE_GETLIST' EXPORTING i_date_from = p_datef i_date_to = p_datet i_state = 'N' i_test = 'X' TABLES t_cedata = lt_cedata.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = l_logsys.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

UBC_CE_SETSTATUS_PROC CALL FUNCTION 'UBC_CE_SETSTATUS_PROC' TABLES T_CEPROC = lt_ceproc.

DEQUEUE_E_UBC_CEDATA CALL FUNCTION 'DEQUEUE_E_UBC_CEDATA' EXPORTING STATE = 'N'.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_S_MSG = L_S_MSG.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'UBC_TB_CEDATA' TABLES DFIES_TAB = nametab.

REUSE_ALV_FIELDCATALOG_MERGE





CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'RUBCCECRE' I_STRUCTURE_NAME = 'UBC_S_NAMVAL' I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = T_FIELDCAT.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RFUBCCECRE' IT_FIELDCAT = T_FIELDCAT I_SCREEN_START_COLUMN = 1 I_SCREEN_START_LINE = 1 I_SCREEN_END_COLUMN = 85 I_SCREEN_END_LINE = 20 TABLES T_OUTTAB = lt_namval.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING LS_DETAIL = ls_detail LS_WITEM = ls_witem IMPORTING LS_KEY = GS_KEY.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING LS_KEY = GS_KEY LS_SCMA_EVENT = LS_SCMA_EVENT CHANGING LD_APLSTAT = ld_aplstat EXCEPTIONS NO_ID_GIVEN = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = lS_LOG EXCEPTIONS OTHERS = 1.



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