SAP Reports / Programs

RIWCT001 SAP ABAP Report - WCM: Display Template (For Internal Use Only)







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


Transaction Code(s):

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

WCTZ - WCM: Display Template


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 RIWCT001. "Basic submit
SUBMIT RIWCT001 AND RETURN. "Return to original report after report execution complete
SUBMIT RIWCT001 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_OBJNR = D .
Title: WCM: Display Template (For Internal Use Only)


INCLUDES used within this REPORT RIWCT001

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:

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.



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