Hello,
I'm writing a function to upload a file from PC to IXOS.
I have created a Business Object and configured OAC2 and OAC3.
In the upload function I'm using:
FUNCTION 'ARCHIV_APPLICATIONINFO_GET'
FUNCTION 'SCMS_UPLOAD'
FUNCTION 'SCMS_AO_TABLE_CREATE'
FUNCTION 'ARCHIV_CONNECTION_INSERT'
I can see the attachment is created correctly because I can see using the function FUNCTION 'ARCHIVOBJECT_DISPLAY_HTMLCNTRL'.
But I don't know in which table the filename is recorded.... I couldn't find it...
Can you help me?
Am I using the correct standard functions?
Thank you.