SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

RWBGTS001 SAP ABAP Report - Legal Control Export: Blocked Trading Contracts







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


Transaction Code(s):

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

WB2GTS1 - Export: Blocked Trading Contracts


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 RWBGTS001. "Basic submit
SUBMIT RWBGTS001 AND RETURN. "Return to original report after report execution complete
SUBMIT RWBGTS001 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_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





Text Symbol: S11 = Trading Contracts
Text Symbol: S10 = Organizational Data


INCLUDES used within this REPORT RWBGTS001

INCLUDE WB2GTS01TOP.


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:

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.



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