‎2006 Dec 20 4:10 AM
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.
‎2006 Dec 20 4:25 AM
first thing is check the documentation of that BAPI then check sample code
in program
RPUDRIF1
‎2006 Dec 20 4:31 AM
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
‎2006 Dec 20 5:00 AM
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^
‎2011 Sep 05 6:18 AM