cancel
Showing results for 
Search instead for 
Did you mean: 

cFolder API (CFX_API_FOLDER_GETDETAIL) problem with subfolder table

Former Member
0 Kudos

Hi everybody.

I opened tihs new tread because of i'm having troble with cFolder API CFX_API_FOLDER_GETDETAIL.

I built up a program to delete some desidered folders and i found out this strange beahaviour of the mentioned cFolder API :

(A) i delete a folder using fm "CFX_API_FOLDER_DELETE" + "COMMIT WORK AND WAIT" instruction.

The deletion ends succesfully (the fm CFX_API_FOLDER_GETDETAIL returns me the string

"Object <i>xxxx</i> of type <i>Folder</i> no longer exists.)

(B) After the deletion i call the the fm CFX_API_FOLDER_GETDETAIL for the parent folder of the folder

i've just deleted during step (A).

The strange thing is that the deleted folder is an entry of the tabe table ET_SUBFOLDER_IDS": it seems

that the subfolder table has not been updated runtime !

Any idea ?

I've looked for a sap note but i found nothig related to this problem.

Regards,

Fabrizio Gemma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Refresh cFolder session was necessary