on 2007 Nov 22 8:09 AM
Hi,
Has anyone try creating business activity attachment using idoc type CRMXIF_ORDER_SAVE_M01 with message type CRMXIF_ORDER_SAVE_M?
I manage to post the idoc successfully but the attachment did not appear in tcode CRMD_BUS200016. Anyone know what happen?
There is a header E101CRMXIF_ATTACHMENT_LINK and item under segment E101CRMXIF_BUSTRANS_ITEM. Do I need to populate both segment?
What should be input in the URL field?
Regards,
BB
Hi,
Did you find the solution ?
Thanks to share
Regards,
Benoî
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
After checking around we found out that the IDOC cannot attched the files. So we written a program to do the attachment. Use the method below to do it.
CALL METHOD cl_crm_documents=>create_with_file
EXPORTING
FILE_NAME = file_name
DIRECTORY = file_path
PROPERTIES =
PROPERTIES_ATTR =
BUSINESS_OBJECT = ls_bo
PARENT_FOLDER =
PACKAGE_ID =
IMPORTING
LOIO = loio
PHIO = phio
ERROR = ls_error
Regards,
BB
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.