2012 Mar 27 1:16 PM
Hello all, i'm creating an URL attachment, so i'm using a sample code of the FM 'SO_OBJECT_INSERT'.
I have one problem, how can i do to know the logic of the values put in filelds OBJYR, OBJNO of Folder_ID. In my case when i debug a program using the same code OBJYR = 37 OBJNO = 000000000014 and i would like to know how these values are got to reproduce the same logic in my code.
Thanks by advance for helping.
Soufiane
2012 Mar 27 7:00 PM
Use FM SO_FOLDER_ROOT_ID_GET to get the FOLDER_ID. Check the Program RSSOCONS for constants you can pass into the Parameter REGION.
Regards,
Naimesh Patel