RIWCT001 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 RIWCT001 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WCTZ - WCM: Display Template
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: P_OBJNR = D .
Title: WCM: Display Template (For Internal Use Only)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WCFW_OBJKEY_GET CALL FUNCTION 'WCFW_OBJKEY_GET' EXPORTING i_objnr = p_objnr IMPORTING e_iwerk = l_iwerk e_objart = l_objart e_objtyp = l_objtyp e_objkey = l_objkey * E_AUFNR = * E_WAPNR = * E_WAPINR = * E_WCNR = * E_STXT = e_found = l_found EXCEPTIONS error = 1 OTHERS = 2.
WCFC_WCCO_GET CALL FUNCTION 'WCFC_WCCO_GET' EXPORTING i_aktyp = wctp1_aktyp_a i_iwerk = l_iwerk i_objart = l_objart i_objtyp = l_objtyp IMPORTING * E_OBJFLG = e_objtcode = l_dptcode * E_ASGNFLG = * E_DIRECTION = * E_DPTCODE = * E_SETCODE = * E_PRIOTYP = * E_NR_OBJECT = * E_INT_RANGE = * E_EXT_RANGE = * E_PARGR = * E_STSMA = * E_STXT = * E_PTXT = * E_CATTYP1 = * E_CATTXT1 = * E_CATLST1 = * E_CATTYP2 = * E_CATTXT2 = * E_CATLST2 = * E_CATPROFILE = * E_POPUPFLG = * E_BOR_OBJTYP = * E_WCMUSE = EXCEPTIONS error = 1 OTHERS = 2.
WCFW_INFLUENCE_EXPORT CALL FUNCTION 'WCFW_INFLUENCE_EXPORT' EXPORTING i_iwerk = l_iwerk i_objtyp = l_objtyp * I_USECTRL = * I_REFERENCE = * I_OBJKEY = i_menue = wctp1_menue-deactivate * I_SCREEN = * I_AUTHORITY = * I_ENQUEUE = * I_OBJFLG = * I_TASK = * I_CP = * I_BADGE = * I_FIRST_FCODE = * I_SECOND_FCODE = * I_THIRD_FCODE = EXCEPTIONS error = 1 OTHERS = 2.
WCFW_CALL_TRANSACTION CALL FUNCTION 'WCFW_CALL_TRANSACTION' EXPORTING i_skip_first_screen = wctp1_true i_authflg = wctp1_marked i_stack = wctp1_true i_objart = l_objart i_objkey = l_objkey * I_USAGE = i_tcode = l_dptcode * IMPORTING * E_OBJKEY = * E_OBJNR = * E_SYSST = * E_USRST = * E_TLCNT = * E_FCODE = * E_UPDATE = EXCEPTIONS error = 1 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.