cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_CATIMESHEETMGR_INSERT extension not working

tapas_basu04
Explorer
0 Kudos
816

Hi,

We are trying to use BAPI_CATIMESHEETMGR_INSERT to insert records in CATSDB and update custom fields through the bapi extension structure. Whenever extension table is filled for any line item only that line is not getting updated and we are getting no messages in return table to indicate any error.

Extension structure has been populated following the BAPI documentation.

Structure = 'BAPI_TE_CATSDB'.

extensionin-valuepart1+0(10) = LV_row " Row identifier with value like 1 or 2 etc

remaining custom fields populated as per field length.

Any help would be greatly appreciated. Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

RaymondGiuseppi
Active Contributor
0 Kudos

Usually this works like a charm, do the fields of your BAPI_TE_CATSDB (CI_CATSDB) exist in database CATSDB, did you activate the CI_CATSBD append structure and/or extension structure, did you fill the structure name in uppercase, etc.

Otherwise, in a hurry set a break-point at start of function module MAP2I_BAPIPAREX_TO_CATS_EXT and launch a test.

Answers (0)