‎2011 May 10 7:58 AM
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
‎2011 May 10 8:04 AM
‎2011 May 10 8:37 AM
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