SAP Reports / Programs | Logistics - General | Configuration management(LO-CM) SAP LO

CM_CONFIGBASELINE_EXPLODE SAP ABAP Report - Explode Baseline







CM_CONFIGBASELINE_EXPLODE 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 CM_CONFIGBASELINE_EXPLODE 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 CM_CONFIGBASELINE_EXPLODE. "Basic submit
SUBMIT CM_CONFIGBASELINE_EXPLODE AND RETURN. "Return to original report after report execution complete
SUBMIT CM_CONFIGBASELINE_EXPLODE 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: PH_TEXT = Phase Description
Selection Text: FOLDER = Configuration Folder
Selection Text: EPROFILE = Default Explosion Profile
Selection Text: DEF = Configuration Definition
Selection Text: COMPL_PH = Restriction to Phase
Selection Text: COMPL_PF = Restriction to Folder
Selection Text: COMPL_CD = Restriction to Definition
Selection Text: CD_FROM = Explode From
Selection Text: CD_AT = Explode To
Selection Text: BASELINE = Configuration Baseline
Selection Text: ALL_BAS = Restriction to Baseline
Title: Explode Baseline
Text Symbol: 001 = Restriction
Text Symbol: 002 = Selection Criteria
Text Symbol: 003 = Baseline Data
Text Symbol: 005 = Error in CM Application
Text Symbol: 006 = Background Job Start At:
Text Symbol: 007 = Wrong Input Parameters
Text Symbol: 008 = No Explosion Profile Entered
Text Symbol: 009 = Status Change Not Possible
Text Symbol: 010 = Changes Were Not Saved
Text Symbol: 011 = Baseline Was Not Exploded
Text Symbol: 012 = Baseline Was Not Exploded
Text Symbol: 013 = Baseline Was Not Fixed


INCLUDES used within this REPORT CM_CONFIGBASELINE_EXPLODE

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:

CMT_EXPL_PARAMS_GET_PROFILE CALL FUNCTION 'CMT_EXPL_PARAMS_GET_PROFILE' "note534819 EXPORTING "note534819 i_expl_profile = eprofile "note534819 IMPORTING "note534819 e_expl_params = l_default_expl_params "note534819 EXCEPTIONS "note534819 profile_not_found = 1. "note534819

CMT_EXPL_PARAMS_GET_PROFILE CALL FUNCTION 'CMT_EXPL_PARAMS_GET_PROFILE' EXPORTING i_expl_profile = l_profile IMPORTING e_expl_params = l_expl_params EXCEPTIONS profile_not_found = 0.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = l_msg_handle IMPORTING e_s_msg = l_bal_message EXCEPTIONS OTHERS = 0.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = lt_log_handle IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = l_msg_handle IMPORTING e_s_msg = l_bal_message EXCEPTIONS OTHERS = 0.



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