ISM_DM_TEST_WITH_MEDIA_OBJECTS 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 ISM_DM_TEST_WITH_MEDIA_OBJECTS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: AS = Ad Spec
Selection Text: AVM_NR = D Order
Selection Text: BELEINH = D Booking Unit
Selection Text: BP = Business Partner
Selection Text: BP_GUID = D Business Partner GUID
Selection Text: BU = Booking Unit
Selection Text: CC = Content Component
Selection Text: CO = Contract
Selection Text: COA = D Contract
Selection Text: HD = Order - Header
Selection Text: INHKOM = D Content Component
Selection Text: IT = Order - Item
Selection Text: MC = Media-Mix Contract
Selection Text: MMCOA = D Media-Mix Contract
Selection Text: MOTIV = D Ad Spec
Selection Text: POS_NR = D Item
Selection Text: VERMVTR = D Sales Agent Contract
Selection Text: VV = Sales Agent Contract
Title: Test Program for Document Management in IS-M
Text Symbol: 001 = Business Object
Text Symbol: 002 = Key Field Value(s)
INCLUDE MJ_SWO_OBJTYP.
INCLUDE MJ_XFELD.
No SAP DATABASE tables are accessed within this REPORT code!
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = bp_guid.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = beleinh.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = inhkom.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = avm_nr.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = avm_nr pv_value_keyfield2 = pos_nr.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = avm_nr pv_value_keyfield2 = motiv.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = vermvtr.
ISM_DM_BUSINESS_OBJECT_SET call function 'ISM_DM_BUSINESS_OBJECT_SET' exporting pv_bo_type = gv_bo_type pv_value_keyfield1 = coa.
ISM_DM_EDIT_MODE_SET call function 'ISM_DM_EDIT_MODE_SET' exporting pv_flg_edit_mode = gv_edit_mode pv_bo_type = gv_bo_type.
ISM_DM_EDIT_MODE_SET call function 'ISM_DM_EDIT_MODE_SET' exporting pv_flg_edit_mode = gv_edit_mode pv_bo_type = gv_bo_type.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISM_DM_TEST_WITH_MEDIA_OBJECTS - Test Program for Document Management in IS-M ISM_DM_TEST_WITH_MEDIA_OBJECTS - Test Program for Document Management in IS-M ISM_DM_TEST - Test Program for Document Management in IS-M ISM_DM_TEST - Test Program for Document Management in IS-M ISM_CA_RETURN_LIB - INTERNAL: Form Class Library ISM_CA_RETURN_LIB - INTERNAL: Form Class Library