SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/CON_BP_DOCS_DISP SAP ABAP Report - Document Monitoring by Partner







/SAPSLL/CON_BP_DOCS_DISP 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/CON_BP_DOCS_DISP 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/CON_BP_DOCS - Document Monitoring by Partner
/SAPSLL/CON_BP_DOC_E - Monitor Export Documents by BP
/SAPSLL/CON_BP_DOC_I - Monitor Import Documents by BP


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/CON_BP_DOCS_DISP. "Basic submit
SUBMIT /SAPSLL/CON_BP_DOCS_DISP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/CON_BP_DOCS_DISP 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: S_REFNO = D .
Selection Text: S_PRONR = D .
Selection Text: S_PARNO = D .
Selection Text: S_PAFCT = D .
Selection Text: S_OBJTP = D .
Selection Text: S_LOGSYS = D .
Selection Text: S_LAND = D .
Selection Text: S_GRVSY = D .
Selection Text: S_ERNVS = D .
Selection Text: S_ERNAM = D .
Selection Text: S_CUHDA = D .
Selection Text: S_CRUSER = D .
Selection Text: S_CRTSP = D .
Selection Text: S_COYEAR = D .
Selection Text: S_CORDER = D .
Selection Text: S_CHUSER = D .
Selection Text: S_CHTSP = D .
Selection Text: S_BPVSY = D .
Selection Text: S_BPTYP = D .
Selection Text: S_AENVS = D .
Selection Text: S_AENAM = D .
Selection Text: P_VAR = D .
Selection Text: P_INDEI = D .
Selection Text: P_CRTO = D .
Selection Text: P_CRFROM = D .
Selection Text: P_CHTO = D .
Selection Text: P_CHFROM = D .
Selection Text: P_SPL = Sanctioned Party List
Selection Text: P_LIC = License Determination
Selection Text: P_EMB = Embargo
Selection Text: P_EHS = Hazardous Substance Check
Selection Text: P_ALL = Display All Documents
Title: Document Monitoring by Partner
Text Symbol: S06 = Ctrl Data
Text Symbol: S05 = Block.Reas.
Text Symbol: S04 = SAP GTS Doc. Data
Text Symbol: S03 = DocData in Feed.Sys.
Text Symbol: S02 = Business Partner





Text Symbol: S01 = External ID of Business Partner
Text Symbol: P03 = Changed on
Text Symbol: P02 = to
Text Symbol: P01 = Created on


INCLUDES used within this REPORT /SAPSLL/CON_BP_DOCS_DISP

INCLUDE /SAPSLL/CON_BP_DOCS_DISP_D01." GLOBAL DATA


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:

No SAP FUNCTION MODULES are executed within this report code!



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