SAP Reports / Programs

PDD_CREATE_MASTERDATA SAP ABAP Report - Program PDD_CREATE_MASTERDATA







PDD_CREATE_MASTERDATA 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 PDD_CREATE_MASTERDATA 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 PDD_CREATE_MASTERDATA. "Basic submit
SUBMIT PDD_CREATE_MASTERDATA AND RETURN. "Return to original report after report execution complete
SUBMIT PDD_CREATE_MASTERDATA 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: BLOCK = Blocksize
Selection Text: LV_DAY = D .
Selection Text: LV_NUM = Number of Records
Selection Text: PROD = product only
Selection Text: SYNCH = Synchronous update?
Selection Text: TRUST = trusted mode
Title: Program PDD_CREATE_MASTERDATA
Text Symbol: 001 = INPUT DATA


INCLUDES used within this REPORT PDD_CREATE_MASTERDATA

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:

/SAPCND/GEN_GROUP_WS_NAME call function '/SAPCND/GEN_GROUP_WS_NAME' exporting i_client = sy-mandt i_groupname = 'PRT_PROSUB' importing e_working_set_name_int = lv_working_set_name_int e_t_working_set_name_int = lv_t_working_set_name_int.

/SAPCND/TST_SETUP_CND_OW call function '/SAPCND/TST_SETUP_CND_OW' exporting iv_application = 'PRT' iv_maint_group = 'PRT_PROSUB' iv_timestamp = lv_timestamp iv_trusted_mode = ls_trusted_mode importing ev_session_handle = lv_session_handle ev_result = lv_result exceptions exc_bal_log = 1 exc_condition_api = 2 others = 3.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = lv_logsys exceptions own_logical_system_not_defined = 1 others = 2.

COM_PRODUCT_BASE_CATEGORY_READ call function 'COM_PRODUCT_BASE_CATEGORY_READ' exporting iv_product_type = '01' iv_read_text = ' ' importing et_category = lt_base_category * ET_VALUE = exceptions nothing_found = 1 others = 2.

COM_PRODUCT_GUID_GET call function 'COM_PRODUCT_GUID_GET' exporting iv_product_id = lv_product_id importing ev_product_guid = lv_product_guid exceptions not_found = 1 wrong_call = 2 internal_error = 3 others = 4.

COM_PRODUCT_MAT_MAINT_MULT_API call function 'COM_PRODUCT_MAT_MAINT_MULT_API' exporting it_product = lt_product iv_suppress_inactive = 'X' importing et_product = lt_product_return et_bapireturn = lt_return exceptions internal_error = 1 others = 2.

COM_PRODUCT_SAVE_API call function 'COM_PRODUCT_SAVE_API' exceptions internal_error = 1 others = 2.

BAPI_TRANSACTION_COMMIT call function 'BAPI_TRANSACTION_COMMIT' exporting wait = 'X'.

BAPI_TRANSACTION_ROLLBACK call function 'BAPI_TRANSACTION_ROLLBACK' importing return = ls_return.

COM_PRODUCT_FREE_API call function 'COM_PRODUCT_FREE_API'.

/SAPCND/TST_CREATE_CND_OW call function '/SAPCND/TST_CREATE_CND_OW' exporting iv_session_handle = lv_session_handle it_working_set_int = lp_working_set_int iv_single_record_mode = ctcus_false iv_synchron = synch importing ev_result = lv_result et_bapiret = lt_bapiret_create ev_num_records = lv_num_of_cnd_recs exceptions exc_bal_log = 1 exc_condition_api = 2 others = 3.



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