SAP Reports / Programs | Materials Management | External Services(MM-SRV) SAP MM

MMSRVPA_CALL_PROCESS_SES SAP ABAP Report - Program MMSRVPA_CALL_ML81N_SES







MMSRVPA_CALL_PROCESS_SES 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 MMSRVPA_CALL_PROCESS_SES into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MMSRVENTRY - Call transaction ML81N from Portal


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


Text pool values


Title: Program MMSRVPA_CALL_ML81N_SES


INCLUDES used within this REPORT MMSRVPA_CALL_PROCESS_SES

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = lv_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

ES_READ_USER_SETTINGS call function 'ES_READ_USER_SETTINGS' exporting iaction = c_action_ml81n iuname = p_user tables iesdus = tab_user_settings.

ES_APPEND_USER_SETTINGS call function 'ES_APPEND_USER_SETTINGS' exporting iaction = c_action_ml81n ielement = lv_element iactive = lv_active iuname = p_user isave = 'X' tables iesdus = tab_user_settings.

ES_DELETE_USER_SETTINGS call function 'ES_DELETE_USER_SETTINGS' exporting iaction = c_action_ml81n ielement = lv_element isave = 'X' tables iesdus = tab_user_settings exceptions others = 0.



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