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

FM:: BAPI_PROJECT_GETINFO

Former Member
0 Likes
785

Hi All,

I am using this function module <b>BAPI_PROJECT_GETINFO</b> to get the details of the project.

In the import parameter <b>PROJECT_DEFINITION</b> i am giving the details of the project.

I had a look in the Function module documentation.

But it is giving error like "<b>A error has occurred in a generation program</b>"

Quick response should be appreciated.

Regards,

Rakesh

2 REPLIES 2
Read only

Former Member
0 Likes
556

Hi

It is the same value that the Table field

PROJ-PSPID holds

see the std Program of the Business object in SWO1 BUS2054 where this fun module is used for the code reference

<b><REMOVED BY MODERATOR></b>

regards

Anji

Message was edited by:

Alvaro Tejada Galindo

Read only

RaymondGiuseppi
Active Contributor
0 Likes
556

Look for OSS notes applicable to your system. (Last one released september 2007)

You could also consider using BAPI_BUS2001_GETDATA instead. (Even if the name is less intuitive)

Regards