SAP Reports / Programs | Sales and Distribution | Foreign Trade(SD-FT) SAP SD

/SAPSLL/BLOCKED_DOCS_MM_R3 SAP ABAP Report - Legal Control: Display Blocked Import Documents







/SAPSLL/BLOCKED_DOCS_MM_R3 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 /SAPSLL/BLOCKED_DOCS_MM_R3 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

/SAPSLL/BL_DOC_MM_R3 - GTS: LCI: Blocked MM Docmts


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 /SAPSLL/BLOCKED_DOCS_MM_R3. "Basic submit
SUBMIT /SAPSLL/BLOCKED_DOCS_MM_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/BLOCKED_DOCS_MM_R3 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: P_CON_LI = Licenses
Selection Text: P_CON_PA = Business Partner
Selection Text: P_CON_PR = Customs Products
Selection Text: P_EHS = Hazardous Materials Check
Selection Text: P_EMB = Embargo
Selection Text: P_MM0A = Purchasing Documents
Selection Text: P_MM0B = Inbound Deliveries
Selection Text: P_MM0C = Goods Receipts
Selection Text: P_RFCDST = RFC Destination for Display
Selection Text: P_SHWMSG = Display Processing Steps
Selection Text: P_SPL = Sanctioned Party List Scrng
Selection Text: P_STAHDR = Header Status
Selection Text: P_STAITM = Item Status
Selection Text: S_BUKRS = D .
Selection Text: S_B_MM0A = D .
Selection Text: S_B_MM0B = D .
Selection Text: S_EKORG = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ERNAM = D .
Selection Text: S_PRT_LF = D .
Selection Text: S_PRT_WL = D .
Selection Text: S_WERKS = D .
Selection Text: P_CON_LD = License Determination
Selection Text: P_CON = Legal Control
Title: Legal Control: Display Blocked Import Documents
Text Symbol: S10 = Organizational Data
Text Symbol: S11 = Purchasing Documents
Text Symbol: S12 = Inbound Deliveries
Text Symbol: S13 = Goods Receipts
Text Symbol: S20 = Document Data
Text Symbol: S21 = Documents
Text Symbol: S22 = Partner
Text Symbol: S23 = Administration
Text Symbol: S30 = Application Level
Text Symbol: S40 = Blocking Reasons
Text Symbol: S41 = Legal Control - Import
Text Symbol: S42 = Business Partner
Text Symbol: S43 = Customs Products





Text Symbol: S44 = License Determination
Text Symbol: S45 = Licenses
Text Symbol: S50 = Output Control
Text Symbol: S51 = Header Status
Text Symbol: S52 = Item Status
Text Symbol: S60 = Display Detail Log of Document Checks from SAP GTS


INCLUDES used within this REPORT /SAPSLL/BLOCKED_DOCS_MM_R3

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:

/SAPSLL/RFC_DEST_INIT_R3 CALL FUNCTION '/SAPSLL/RFC_DEST_INIT_R3'.

/SAPSLL/RFC_DEST_PUT_R3 CALL FUNCTION '/SAPSLL/RFC_DEST_PUT_R3' EXPORTING iv_rfc_dest = p_rfcdst.

/SAPSLL/BLCK_DOCS_MM_R3 CALL FUNCTION '/SAPSLL/BLCK_DOCS_MM_R3' EXPORTING iv_mm0a = p_mm0a * iv_mm0b = p_mm0b * iv_mm0c = p_mm0c is_docs_mm_crit = ls_docs_mm_crit it_status = lt_status IMPORTING es_blocked_docs_mm_res = ls_blocked_docs_mm_res et_document_number = lt_doc_number EXCEPTIONS application_level_missing = 2 blocking_reason_missing = 4 selection_parameters_initial = 8 no_data_selected = 16 error_ale_setup = 32 comm_syst_failure = 64 OTHERS = 128 .

/SAPSLL/BLCK_DOCS_DISPLAY_R3 CALL FUNCTION '/SAPSLL/BLCK_DOCS_DISPLAY_R3' EXPORTING iv_langu = ls_docs_mm_crit-output-langu iv_shwmsg = ls_docs_mm_crit-output-shwmsg CHANGING cs_blocked_docs_sd_res = ls_blocked_docs_mm_res ct_document_number = lt_doc_number EXCEPTIONS OTHERS = 2.

/SAPSLL/AUTH_CHECK_COMA_LOG_R3 CALL FUNCTION '/SAPSLL/AUTH_CHECK_COMA_LOG_R3' EXPORTING iv_user = sy-uname EXCEPTIONS no_authority = 2 OTHERS = 4.



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 /SAPSLL/BLOCKED_DOCS_MM_R3 or its description.