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

Project Definitions...

Former Member
0 Likes
282

For creating the project definitions i am using bapi_projectdef_create.

Problem is that i don't have some fields in that bapi which i need to append in the structure.actually i am uploadind an excel sheet in which there are no. of fields including these one...ex..

WBS Status Profile STSPR

Location STORT

Last Changed On AEDAT

Created By ERNAM

Changed By AENAM

Is there any other function module exist through which i can create project definitions???

or else is there any wrapper class through which i can append these many fields in the existing fields.

please reply????

1 REPLY 1
Read only

rodrigo_paisante3
Active Contributor
0 Likes
251

Hi,

Use BAPI_BUS2001_GETDATA to get the other values. Use a model project and th bapi returns to you the e_project_definition table with the values you want.

Hope it helps you.

See this thread, I am creating projects too...

Edited by: Rodrigo Paisante on May 7, 2008 12:37 PM