cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Application name for RPM

former_member183917
Active Contributor
0 Kudos

Hi all,

I need to know the std. Webdynpro Application name for RPM (Item creation). Whether SAP built it on WD4A or in WD4J? Also how to get the host name and port number of the RPM portal.

I used : CL_WD_UTILITIES, CL_HTTP_SERVER and FM- /SDF/GET_ICM_VIRT_HOST_DATA but all these are returning the backend host name and port no. But the portal's host name and port no. are different, which i can see from the portal URL. I need to pass this URL as a link to Workflow, as the URL will change from DEV,QUAL,PROD, so i need to know any class or FM or table available?

Regards,

Vinoth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinoth,

There are few std WD ABAP for the items in the RPM.

DPR_DET_DATA_CHECKLIST_O

DPR_DET_DATA_CHECKLIST_T

DPR_DET_DATA_CKL_ITEM_O

DPR_DET_DATA_CKL_ITEM_T

DPR_DET_DATA_CKL_REF

DPR_DET_DATA_OBJ_LINK

DPR_DET_DATA_PHASE_O

DPR_DET_DATA_PHASE_T

DPR_DET_DATA_PROJECT_O

DPR_DET_DATA_PROJECT_T

DPR_DET_DATA_TASK_O

DPR_DET_DATA_TASK_T

Regards,

Arun