on ‎2011 May 11 6:38 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
Request clarification before answering.
Post this in PS forum.
Did you check for error messages et_return?
Regards,
Anuradha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.