Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI or FM to get Project Templete (PS)

Former Member
0 Likes
3,432

Dear Experts,

Anyone can let me know what Function module or BAPI or sample code which I can use to read all the WBS info in a project template?

I tried to use BAPI_PROJECT_GETINFO and BAPI_PROJECTDEF_GETDETAIL. But the both gets all the details of the regular Project and WBS elements created from CJ01 only...

I'm looking for the details created from CJ91 ( Project master data) which are available in tables PROJS and PRPSS? Please advise....

Many Thanks,

Sam

Dear Experts,

Anyone can let me know what Function module or BAPI or sample code which I can use to read all the WBS info in a project template?

I tried to use BAPI_PROJECT_GETINFO and BAPI_PROJECTDEF_GETDETAIL. But the both gets all the details of the regular Project and WBS elements created from CJ01 only...

I'm looking for the details created from CJ91 ( Project master data) which are available in tables PROJS and PRPSS? Please advise....

Many Thanks,

Sam

8 REPLIES 8
Read only

Former Member
0 Likes
2,046

Hello

What about CJPS_GET_PROJECT_DEFINITION ?

Read only

0 Likes
2,046

Dear Dzed Maroz,

Thanks for your swift reply, I tried for FM: CJPS_GET_PROJECT_DEFINITION already, it was return me only some basic header data, not include its WBS Element. Please advise again....

Many thanks,

Sam

Read only

0 Likes
2,046

Hello

Try with CJSD_SELECT_BASIC_DATA

Read only

0 Likes
2,046

Hi,

Try this function Module 'AIPP_GET_PSP_PATH_AND_SUBTREE'

Regards,

Dhina..

Read only

0 Likes
2,046

Dear Dzed Maroz and Dhina DMD,

Thanks you again, but I tried FM: AIPP_GET_PSP_PATH_AND_SUBTREE already. It's look good but it can not get Project Template and its WBS (See via Tcode: CJ93), it work for Project which is created by Tcode: CJ01. Please advise again.....

Many Thanks,

Sam

Read only

Former Member
0 Likes
2,046

Dear all,

Any Idea for my issue?? Please help...

BR,

Sam

Read only

0 Likes
2,046

Hi,

I dont know any other function module or bapi is there or not. but we can try it another way better go that T.code CJ93. get the Program name use find option type CALL Function you can get all function module just look those function module you can get. I am not sure you may get or not? but you can find the flow using debug the Program those function module how it will give the output like your requirement use the function module.

Regards,

Dhina..

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
2,046

Hi

Just an idea.

Pls try BAPIBUS2011 hope u fill find the bapi which solves ur issue.

Regards,

Sree