SAP Reports / Programs

BBP_TRANSFORM_SCS SAP ABAP Report - Program BBP_TRANSFORM_SCS







BBP_TRANSFORM_SCS 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 BBP_TRANSFORM_SCS 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 BBP_TRANSFORM_SCS. "Basic submit
SUBMIT BBP_TRANSFORM_SCS AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_TRANSFORM_SCS 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: PA_TEMP = Only transfer templates?
Selection Text: SEL_DATE = D Changed on
Selection Text: SEL_REQN = D Requirement coverage request
Selection Text: SEL_STAT = D Status
Title: Program BBP_TRANSFORM_SCS


INCLUDES used within this REPORT BBP_TRANSFORM_SCS

INCLUDE BBP_PD_CON.


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:

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

CRM_STATUS_BUFFER_REFRESH CALL FUNCTION 'CRM_STATUS_BUFFER_REFRESH'.

ADDR_MEMORY_CLEAR CALL FUNCTION 'ADDR_MEMORY_CLEAR'.

ADDR_MEMORY_SAVE CALL FUNCTION 'ADDR_MEMORY_SAVE' EXPORTING execute_in_update_task = 'X' EXCEPTIONS address_number_missing = 1 person_number_missing = 2 internal_error = 3 database_error = 4 reference_missing = 5 OTHERS = 6.

BBP_PDLINK_SAVE CALL FUNCTION 'BBP_PDLINK_SAVE' IN UPDATE TASK TABLES xt_link = lt_db_link.

CRM_STATUS_UPDATE_TASK_TRIGGER CALL FUNCTION 'CRM_STATUS_UPDATE_TASK_TRIGGER'.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = c_ltxt_object.

BBP_PDH_OR_RESET_ALL_BUFFERS CALL FUNCTION 'BBP_PDH_OR_RESET_ALL_BUFFERS'.

BBP_PD_OBJ_REL_UPDATE_VB CALL FUNCTION 'BBP_PD_OBJ_REL_UPDATE_VB' IN UPDATE TASK TABLES i_objrel = lt_db_objrel.

BBP_HEADER_DB_UPDATE CALL FUNCTION 'BBP_HEADER_DB_UPDATE' IN UPDATE TASK TABLES i_x_hdradm = ltx_hdradm i_y_hdradm = lty_hdradm i_x_hdrhgp = ltx_hdrhgp i_y_hdrhgp = lty_hdrhgp i_x_hdrhsb = ltx_hdrhsb i_y_hdrhsb = lty_hdrhsb *{ INSERT KSRK001707 1 i_x_hdrhsc = ltx_hdrhsc i_y_hdrhsc = lty_hdrhsc i_x_hdrhss = ltx_hdrhss i_y_hdrhss = lty_hdrhss *} INSERT i_x_hdrpset = ltx_hdrpset i_y_hdrpset = lty_hdrpset i_x_hdrbeh = ltx_hdrbeh i_y_hdrbeh = lty_hdrbeh.

BBP_ITEMLIST_DB_UPDATE CALL FUNCTION 'BBP_ITEMLIST_DB_UPDATE' IN UPDATE TASK TABLES i_x_itmadm = lt_db_itmadm i_y_itmadm = lty_itmadm i_x_itmigp = lt_db_itmigp i_y_itmigp = lty_itmigp i_x_itmpset = lt_db_itmpset i_y_itmpset = lty_itmpset i_x_itmbei = lt_db_itmbei i_y_itmbei = lty_itmbei.

BBP_PDLIM_DB_UPDATE CALL FUNCTION 'BBP_PDLIM_DB_UPDATE' IN UPDATE TASK TABLES i_x_limit = lt_db_limit i_y_limit = lty_limit.

BBP_PDBUP_DB_UPDATE CALL FUNCTION 'BBP_PDBUP_DB_UPDATE' IN UPDATE TASK TABLES i_x_bup = lt_db_bup i_y_bup = lty_bup.

BBP_ATTACH_BDS_TO_KW_IC CALL FUNCTION 'BBP_ATTACH_BDS_TO_KW_IC' EXPORTING it_attach_ic = lt_db_attach IMPORTING et_attach_ic = lt_db_attach TABLES et_messages = lt_messages.

BBP_PDATT_DB_UPDATE CALL FUNCTION 'BBP_PDATT_DB_UPDATE' IN UPDATE TASK EXPORTING it_x_attach = lt_db_attach it_y_attach = lty_attach.

BBP_ACCOUNT_DB_UPDATE CALL FUNCTION 'BBP_ACCOUNT_DB_UPDATE' IN UPDATE TASK TABLES i_x_account = lt_db_account i_y_account = lty_account.

BBP_PDORG_DB_UPDATE CALL FUNCTION 'BBP_PDORG_DB_UPDATE' IN UPDATE TASK TABLES i_x_orgdata = lt_db_orgdata i_y_orgdata = lty_orgdata.

BBP_UPDATE_REQHEAD_VB





CALL FUNCTION 'BBP_UPDATE_REQHEAD_VB' IN UPDATE TASK EXPORTING xs_reqhead = reqhead.

DEQUEUE_REQREQ CALL FUNCTION 'DEQUEUE_REQREQ' EXPORTING reqno = lt_reqno.

BBP_HDRADM_DB_SELECT CALL FUNCTION 'BBP_HDRADM_DB_SELECT' EXPORTING iv_object_id = lt_reqno iv_object_type = c_shop TABLES et_crmd_orderadm_h = lt_orderadm_h.



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