Hi ,
While executing the following statement in standard program, timeout error occurs. The situation occurs during when some appraisals documents are changed/deleted via PHAP_ADMIN transaction.
Program SAPLSBAL_DB_INTERNAL
Include LSBAL_DB_INTERNALU02
Row 72
Module type (FUNCTION)
Module Name BAL_DB_INTERNAL_NO_UPDATE_TASK
***********************************************************************
update all tables specified
***********************************************************************
IF NOT c_s_db_tables-baldat_u IS INITIAL.
MODIFY baldat CLIENT SPECIFIED FROM TABLE c_s_db_tables-baldat_u.
ENDIF.
Internal Table c_s_db_tables-baldat_u is having these 5 entries. These 5 entries are actually present in the table with exact primary keys.
MANDANT RELID LOG_HANDLE BLOCK SRTF2 CLUSTR CLUSTD
120 AL FYsqIm1SE6hX00002WF87m 112 0 512 hfdfgdfgdfdgd........
120 AL FYsqIm1SE6hX00002WF87m 112 1 512 ...
120 AL FYsqIm1SE6hX00002WF87m 112 2 512
120 AL FYsqIm1SE6hX00002WF87m 112 3 512
120 AL FYsqIm1SE6hX00002WF87m 112 4 370
CLUSTD having values like the one below FF060201020280003431303300000000218F0000121F9D02A37CF3F98DE2C8E2784D777B3CA3A0687E787E705919E3181F38B867EC9E6E8903C6C6369293187B00FB149265132271C0594780C4011C58
Please help.