RWBGTS001 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 RWBGTS001 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WB2GTS1 - Export: Blocked Trading Contracts
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.
Selection Text: S_WERKS = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VKORG = D .
Selection Text: S_VKGRP = D .
Selection Text: S_VKBUR = D .
Selection Text: S_TKONN = D .
Selection Text: S_SPART = D .
Selection Text: S_PRT_WE = D .
Selection Text: S_PRT_AG = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERDAT = D .
Selection Text: P_STAITM = Item Status
Selection Text: P_STAHDR = Header Status
Selection Text: P_SPL = Embargo
Selection Text: P_SHWMSG = LCE: Product Master
Selection Text: P_EMB = LCE: Partner Master
Selection Text: P_CON_PR = LCE: License
Selection Text: P_CON_PA = LCE: License Determination
Selection Text: P_CON_LI = Service: Restitution
Selection Text: P_CON_LD = Service: Legal Control
Selection Text: P_CON = Legal Control - Export
Title: Legal Control Export: Blocked Trading Contracts
Text Symbol: S52 = Item Status
Text Symbol: S51 = Header Status
Text Symbol: S50 = Output Control
Text Symbol: S45 = LCE: License
Text Symbol: S44 = LCE: License Determination
Text Symbol: S43 = LCE: Product Master
Text Symbol: S42 = LCE: Partner Master
Text Symbol: S41 = Legal Control - Export
Text Symbol: S40 = Blocking Reasons
Text Symbol: S30 = Application Level
Text Symbol: S23 = Administrative Data
Text Symbol: S22 = Partner
Text Symbol: S21 = Documents
Text Symbol: S20 = Doc. Data
Text Symbol: S13 = Billing Documents
Text Symbol: S12 = Outbound Deliveries
INCLUDE WB2GTS01TOP.
No SAP DATABASE tables are accessed within this REPORT code!
WB2_GTS_EXPORT_BLOCKED_DOCS call function 'WB2_GTS_EXPORT_BLOCKED_DOCS' exporting is_docs_sd_crit = ls_docs_sd_crit it_status = lt_status importing es_blocked_docs_sd_res = ls_blocked_docs_sd_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.
WB2_GTS_BLOCKED_DOCS_DISPLAY call function 'WB2_GTS_BLOCKED_DOCS_DISPLAY' exporting iv_langu = ls_docs_sd_crit-output-langu iv_shwmsg = ls_docs_sd_crit-output-shwmsg changing cs_blocked_docs_sd_res = ls_blocked_docs_sd_res ct_document_number = lt_doc_number exceptions others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.