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 definition data 'BAPI_BUS2001_CREATE'

Former Member
0 Likes
1,324

Hi Experts,

When uploading data from file to SAP using BAPI 'BAPI_BUS2001_CREATE' , IT is uploading all the records Except the user fields extended in PROJ table.

The function mdule is used like below.

CALL FUNCTION 'BAPI_BUS2001_CREATE'

EXPORTING

i_project_definition = gs_proj_create

TABLES

et_return = gt_ret2

extensionin = gt_ext.

GT_EXT has that structure name with the required field. WHen i check through DEbugging data is present in GT_EXT but it is not updating in table PROJ.

Please suggest me what to do.

Thanks

Susant

2 REPLIES 2
Read only

Former Member
0 Likes
969

Have you populated data into gt_ext correctly?

Please check below thread:

Thanks and Regards,

Chandra

Read only

0 Likes
969

Thanks Chandra for ur Reply

data is like below

gs_ext-structure = ''BAPI_TE_PROJECT_DEFINITION'.

gs_ext-valuepart1 = gs_mpm.

APPEND gs_ext TO gt_ext.

gs_mpm has two fields.

I think every thing is ok, but data is not updating PROJ table.

All other fields Except user fielda are updating successfully.

please suggest me .

thanks

Susant

Edited by: Susanta22 on May 10, 2011 10:01 AM

Edited by: Susanta22 on May 10, 2011 10:03 AM