cancel
Showing results for 
Search instead for 
Did you mean: 

SAP cProject project creation through BAPI / FM. not able to create

sakthivel_m
Explorer
0 Kudos

Hello Folks,

I am trying to create cProject Project through BAPIs / Function Module. It shows GUID created but while checking in cProject UI level not available.

I had used BAPI_BUS2172_CREATE and BAPI_CPROJECTS_COMMIT_WORK in sequence.

Thanks in advance.

Sakthivel.M

Accepted Solutions (0)

Answers (1)

Answers (1)

schneidertho
Advisor
Advisor
0 Kudos

Hi Sakthivel,

BAPI_BUS2172_CREATE returned the GUID. What did BAPI_CPROJECTS_COMMIT_WORK return? Any messages in the log (RETURN table)?

Best regards

Thorsten

Former Member
0 Kudos

Bapi_cprojects_commit_work returning the 'data was saved' message after executing .but it's not displayed at cprojetcts ui.It it's got created sucessfully through BAPI_BUS2172_CREATE and  BAPI_CPROJECTS_COMMIT_WORK in witch table it gets saved.  is it Dpr_projects table.....?

schneidertho
Advisor
Advisor
0 Kudos

Hi Sunitha

DPR_PROJECTS is the right table. How do you check the table? Where in the UI do you expect to see it? In the dashboard? In the search help?

Best regards

Thorsten

Former Member
0 Kudos

i have checked with the Guid given in the message

when i used the bapi_bus2172_create in dpr_table. i was unable to find in table also and even UI

,open project with the 'project name' specified in the Bapi call.

schneidertho
Advisor
Advisor
0 Kudos

Hi Sunitha,

did you try also to open with PROJECT_NUMBER?

Best regards

Thorsten

Former Member
0 Kudos

Hi Thorsten,

I have tried with project number also.

Thanks,

Sunitha