SAP Reports / Programs | Production Planning and Control | Basic Data | Routing(PP-BD-RTG) SAP PP

CP_CS_SCR_GENERIC_FORM SAP ABAP INCLUDE - CPCSSCRGENERICFORM







CP_CS_SCR_GENERIC_FORM 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 CP_CS_SCR_GENERIC_FORM 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 CP_CS_SCR_GENERIC_FORM. "Basic submit
SUBMIT CP_CS_SCR_GENERIC_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT CP_CS_SCR_GENERIC_FORM 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 CP_CS_SCR_GENERIC_FORM

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = i_icon_name info = i_icon_info IMPORTING RESULT = e_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

CP_RC_DOCU_PARAMETER_PROVIDE CALL FUNCTION 'CP_RC_DOCU_PARAMETER_PROVIDE' EXPORTING i_devclass = 'CP' i_tcode = 'CEWB' i_program = i_program i_dynnr = i_dynnr i_uiel = i_uiel IMPORTING e_devclass = l_devclass e_tcode = l_tcode e_program = l_program e_dynnr = l_dynnr e_flg_extbrw = l_flg_extbrw .

IWB_HTML_HELP_OBJECT_SHOW CALL FUNCTION 'IWB_HTML_HELP_OBJECT_SHOW' EXPORTING devclass = l_devclass tcode = l_tcode program = l_program dynpronr = l_dynpronummer * EXTENSION = frontend_platform = 'NONE' call_browser = l_flg_extbrw single_object = 'X' IMPORTING * ACTION = frontend_url = l_url1 * FRONTEND_PROGRAM = EXCEPTIONS object_not_found = 1 rfc_error = 2 no_profil_parameter = 3 import_parameter_is_invalid = 4 OTHERS = 5 .

CP_RC_SCREEN_INFO_PROVIDE CALL FUNCTION 'CP_RC_SCREEN_INFO_PROVIDE' IMPORTING * E_FLG_SCREEN_DETAIL = * E_IDENT_SCREEN = * E_IDENT_PREVIOUS_SCREEN = * E_SCREEN_FRAME_CLASS = e_dynpro_program = l_program e_dynpro_number = l_dynnr .

CP_RC_DOCU_STATUS_SET CALL FUNCTION 'CP_RC_DOCU_STATUS_SET' EXPORTING i_devclass = 'CP' i_tcode = 'CEWB' i_program = l_program i_dynnr = l_dynnr i_uiel = i_uiel .

CP_BR_HELP_CREATE CALL FUNCTION 'CP_BR_HELP_CREATE' EXPORTING i_repid = l_program i_dynnr = l_dynnr .

CP_BR_HELP_DISPLAY CALL FUNCTION 'CP_BR_HELP_DISPLAY' EXPORTING i_url = l_url2 .

CP_MC_APPL_LOG_DISPLAY CALL FUNCTION 'CP_MC_APPL_LOG_DISPLAY' EXCEPTIONS no_messages_available = 1 no_authority = 2.

CP_MC_MESSAGE_COLLECT CALL FUNCTION 'CP_MC_MESSAGE_COLLECT' EXCEPTIONS message_not_collected = 1 OTHERS = 2.

CC_CHANGE_NUMBER_READ CALL FUNCTION 'CC_CHANGE_NUMBER_READ' EXPORTING eaennr = i_ecn IMPORTING adatuv = c_key_date aclint = c_clint.

BU_CHANGE_NUMBER_READ CALL FUNCTION 'BU_CHANGE_NUMBER_READ' EXPORTING i_aennr = i_ecn IMPORTING o_aenr = l_aenr EXCEPTIONS not_found = 1 OTHERS = 2.



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