cancel
Showing results for 
Search instead for 
Did you mean: 

Project definition data 'BAPI_BUS2001_CREATE'

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

anuradha_majumdar
Active Participant
0 Kudos

Post this in PS forum.

Did you check for error messages et_return?

Regards,

Anuradha