RPCWPC60 is a standard ABAP INCLUDE 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 RPCWPC60 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EPCL2 CALL FUNCTION 'ENQUEUE_EPCL2' EXPORTING RELID = ENQ_RELID SRTFD = ENQ_SRTFD SRTF2 = ENQ_SRTF2 EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_EPCL2 CALL FUNCTION 'DEQUEUE_EPCL2' EXPORTING RELID = DEQ_RELID SRTFD = DEQ_SRTFD SRTF2 = DEQ_SRTF2 EXCEPTIONS OTHERS = 1.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = DOMAIN_NAME IMPORTING RC = DD07V_SUBRC TABLES DD07V_TAB = DD07V_TABLE EXCEPTIONS WRONG_TEXTFLAG = 1 OTHERS = 2.
DD_DOMVALUES_GET * call function 'DD_DOMVALUES_GET' "WDPL4DK015344 * exporting "WDPL4DK015344 * domname = domain_name "WDPL4DK015344 * importing "WDPL4DK015344 * rc = dd07v_subrc "WDPL4DK015344 * tables "WDPL4DK015344 * dd07v_tab = dd07v_table "WDPL4DK015344 * exceptions "WDPL4DK015344 * wrong_textflag = 1 "WDPL4DK015344 * others = 2. "WDPL4DK015344
ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING TABNAME = ENQ_BAVDB VARKEY = ENQ_VAKEY EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_E_TABLEE * call function 'DEQUEUE_E_TABLEE' "WDPL4DK015344 * exporting "WDPL4DK015344 * tabname = deq_bavdb "WDPL4DK015344 * varkey = deq_vakey "WDPL4DK015344 * exceptions "WDPL4DK015344 * others = 1. "WDPL4DK015344
ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = $PERNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_EPPRELE * call function 'DEQUEUE_EPPRELE' "WDPL4DK015344 * exporting pernr = $pernr. "WDPL4DK015344
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.