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

can anyone explain the function BAPI_PROJECT_GETINFO

Former Member
0 Likes
2,518

Hi

Can anyone explain the function BAPI_PROJECT_GETINFO.

Can anyone explain the import and export parameters of this function module.

What is the logic.

I'm getting the output as 'No data record exists'.

This is immediately required.Please help me.

Thanking you

Chandrika.

4 REPLIES 4
Read only

Former Member
0 Likes
1,412

first thing is check the documentation of that BAPI then check sample code

in program

RPUDRIF1

Read only

Former Member
0 Likes
1,412

Hi,

You use this method to read detailed information about project

definitions and the WBS elements of certain projects from the system.

Enter the project definitions and/or the WBS elements, which you want

detailed information about, in the parameter PROJECT_DEFINITION or

I_WBS_ELEMENT_TABLE respectively. You cannot select according to project

definition and WBS elements at the same time.

If you only enter project definitions, the details of all the WBS that

belong to the project definitions are read including the hierarchy. If

you explicitly enter WBS elements, only these are read.

Messages are returned in return parameters. For information about the

return values and their meaning, see the parameter documentation.

Rgds,

Prakash

Read only

Former Member
0 Likes
1,412

hi

good

go trhough this

Short text

Read detailed information for work breakdown structures

Functionality

You use this method to read detailed information about project definitions and the WBS elements of certain projects from the system.

Notes

Enter the project definitions and/or the WBS elements, which you want detailed information about, in the parameter PROJECT_DEFINITION or I_WBS_ELEMENT_TABLE respectively.

If you only enter project definitions, the details of all the WBS that belong to the project definitions are read including the hierarchy. If you explicitly enter WBS elements, only these are read.

Messages are returned in Return parameters. For information about the return values and their meaning, see the parameter documentation.

Parameter

PROJECT_DEFINITION

WITH_ACTIVITIES

WITH_MILESTONES

WITH_SUBTREE

E_PROJECT_DEFINITION

RETURN

I_WBS_ELEMENT_TABLE

E_WBS_ELEMENT_TABLE

E_WBS_MILESTONE_TABLE

E_WBS_HIERARCHIE_TABLE

E_ACTIVITY_TABLE

E_MESSAGE_TABLE

thanks

mrutyun^

Read only

Former Member
0 Likes
1,412

This message was moderated.