SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

WAF_MW_MAPPING SAP ABAP Report - WAF: Batchjob for Processing of Synchronization Containers







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


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 WAF_MW_MAPPING. "Basic submit
SUBMIT WAF_MW_MAPPING AND RETURN. "Return to original report after report execution complete
SUBMIT WAF_MW_MAPPING VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: WAF: Batchjob for Processing of Synchronization Containers


INCLUDES used within this REPORT WAF_MW_MAPPING

WAF_CONSTANTS .


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:

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.



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