Application Development 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: 

BAPI for CJ01

Former Member
0 Kudos

Hi,

I want to upload project definition and WBS elements into SAP from spreadsheet (transaction CJ01). Which BAPI should I use for it?

I found one BAPI BAPI_PROJECT_MAINTAIN. But I have some custom fields also to be filled both at project definition level and at WBS level. These are not available in the above BAPI.

Can somebody help me with this problem?

CMV

7 REPLIES 7

viquar_iqbal
Active Contributor
0 Kudos

HI

use this BAPI

BAPI_PROJECTDEF_CREATE

or

BAPI_PROJECTDEF_UPDATE

0 Kudos

Thanks.

Can you also explain how to use EXTENSIONIN and EXTENSIONOUT in the BAPI? I think that has got something to do with the custom fields handling.

CMV

Former Member
0 Kudos

Hi,

try these BAPI's

BAPI_PROJECTDEF_CREATE

BAPI_PROJECTDEF_EXISTENCECHECK

BAPI_PROJECTDEF_GETDETAIL

BAPI_PROJECT_EXISTENCECHECK

Regards,

Jyothi CH.

Former Member
0 Kudos

hi ,

please tell me exact requirement .

for cj01 bapi

BAPI_PROJECTDEF_CREATE

BAPI_PROJECTDEF_EXISTENCECHECK

BAPI_PROJECTDEF_GETDETAIL

BAPI_PROJECT_EXISTENCECHECK

check this bapi's it would be useful for you

Thanks and regards

Durga.K

0 Kudos

Hi Durga,

I want to do a mass upload of project definition and WBS elements into SAP from a spreadsheet. Problem is i need to fill some custom fields in a screen exit in CJ01. The standard BAPI's cannot handle screen exit fields. So i want to know how to use EXTENSIONIN and EXTENSIONOUT in BAPI's like BAPI_BUS2001_CREATE andBAPI_BUS2054_CREATE_MULTI which are also used to upload proj definition and WBS elements.

Thanks

CMV

Former Member
0 Kudos

Hi,

I have found there is only one BAPI for EXTENSIONIN and there is only one BAPI for EXTENSIONOUT.

Is this you are looking for?

Regards,

Jyothi CH.

Edited by: Jyothi Chinnabathuni on Feb 23, 2009 3:14 PM

Edited by: Jyothi Chinnabathuni on Feb 23, 2009 3:15 PM

Edited by: Jyothi Chinnabathuni on Feb 23, 2009 3:16 PM

Former Member
0 Kudos

Hi ,

You can check:

BAPI_BUS2054_CREATE_MULTI - for WBS elements

and

BAPI_PROJECTDEF_CREATE-for project defn

Hope it helps

Regrds

Mansi