cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment in Mapping

Former Member
0 Kudos

Hi Experts,

I have an attachment in Sender Payload.

Header details are as below :

<Attachment id="1 .abc - Desc.txt" filename="abc - Desc.txt">ATTACHMENT_HEADER</Attachment>

Item details are as below :

<Attachment id="2 .abc - CC.txt" filename="abc - CC.txt">ATTACHMENT_ITEM</Attachment>

I have to map it with (target) receiver RFC structure

IT_ATTACH

--> Item

-->CLIENT

GUID

P_GUID

LOGICAL_SYSTEM

CLASSNAME

CLASSTYPE

OBJKEY

DOC_ID

DOC_VER_NO

DOC_VAR_ID

DESCRIPTION

URL

TYPE

INTERNAL_IND

DEL_IND

CATEG

CREATIONTIME

LOIO_CLASS

LOIO_OBJID

.INCLUDE

PHIO_CLASS

PHIO_OBJID

PHIO_VERSION_NO

PHIO_MODE

DISP_URL

PHIO_EXT

PHIO_FSIZE

PHIO_MIME

PHIO_FNAME

PHIO_PATH_FILE

PHIO_PS_MIME

PHIO_PS_FSIZE

CHANGETIME

CHANGED_BY

PHIO_CHECKED_OUT

PHIO_CHECKOUT_USER

PHIO_CONTENT

I am not able to understand that in which field I have to pass what value ?

Study SAP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The best thing would be to sit with both the functional consultant or abap consultant with the legacy system user. If not possible then go to se37 and open the rfc and see the field description help in import and export parameters. Then you can understand what are the values your rfc is expecting and then may be to map field by field.

Also just worth to first the function module with the values from your attachment in se37 directly and then map it so that you by the time you map you know what is what.

Regards,

---Satish