WAF_MW_MAPPING 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 WAF_MW_MAPPING 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.
Title: WAF: Batchjob for Processing of Synchronization Containers
No SAP DATABASE tables are accessed within this REPORT code!
ME_CONTAINER_MIGRATION *** call function 'ME_CONTAINER_MIGRATION' .
MEREP_DELETE_CONTAINER call function 'MEREP_DELETE_CONTAINER' in update task exporting i_cont_id =
-cont_id.
DEQUEUE_MEREP_502 call function 'DEQUEUE_MEREP_502' exporting mode_merep_502 = 'E' mandt = sy-mandt mbl_id = prf_mblid x_mbl_id = ' ' _scope = '3' _synchron = ' ' _collect = ' '.
ENQUEUE_MEREP_502 call function 'ENQUEUE_MEREP_502' exporting mode_merep_502 = 'E' mandt = sy-mandt mbl_id = prf_mblid x_mbl_id = ' ' _scope = '2' _wait = 'X' _collect = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.
CONVERSION_EXIT_ALPHA_INPUT * call function 'CONVERSION_EXIT_ALPHA_INPUT' * exporting * input = prf_seqno * importing * output = prf_seqno.
CONVERSION_EXIT_ALPHA_INPUT * call function 'CONVERSION_EXIT_ALPHA_INPUT' * exporting * input = prf_seqno * importing * output = prf_seqno.
ENQUEUE_MEREP_503 call function 'ENQUEUE_MEREP_503' exporting mode_merep_503 = 'X' * MANDT = SY-MANDT direction = prf_direction mbl_id = prf_mbl_id * X_DIRECTION = ' ' * X_MBL_ID = ' ' * _SCOPE = '2' _wait = space * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
DEQUEUE_MEREP_503 call function 'DEQUEUE_MEREP_503' exporting mode_merep_503 = 'X' * MANDT = SY-MANDT direction = prf_direction mbl_id = prf_mbl_id * X_DIRECTION = ' ' * X_MBL_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' exceptions others = 1 .
ME_GENERIC_BODY_HANDLER call function 'ME_GENERIC_BODY_HANDLER' exporting inbound_header = prs_mesyhead importing outbound_header = lds_outbound_header tables inbound_container = ldt_inbound_container outbound_container = ldt_outbound_container.
CONVERSION_EXIT_ALPHA_INPUT * call function 'CONVERSION_EXIT_ALPHA_INPUT' * exporting * input =
-linenumber * importing * output = -linenumber.
ME_MAPPING call function 'ME_MAPPING' exporting method = prs_mesyhead-method importing function = ldf_funct rfcdest = ldf_rfcdest sysrelease = ldf_sysrelease exceptions mapping_failed = 1 others = 2.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'E' cl = 'WAF' number = '001' par1 = ldf_par1 importing return = lds_return.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'E' cl = 'WAF' number = ldf_msgno par1 = ldf_par1 importing return = lds_return.
CONVERSION_EXIT_ALPHA_INPUT * call function 'CONVERSION_EXIT_ALPHA_INPUT' * exporting * input = prf_next_seqno * importing * output = prf_next_seqno.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WAF_MW_MAPPING - WAF: Batchjob for Processing of Synchronization Containers WAF_MW_MAPPING - WAF: Batchjob for Processing of Synchronization Containers WAF_MOMO_TOP - WAFMOMOTOP WAF_MOMO - WAF: Deployment Console (TA MOMO) WAF_MOMO - WAF: Deployment Console (TA MOMO) WAF_DEPLOYMENT_FROM_ROLES - Program WAF_DEPLOYMENT_FROM_ROLES