Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Generate IDOC

Former Member
0 Likes
659

Hello experts,

This is something I already did before but I simply can't remember how.

I'm using IDOC CRMXIF_ORDER_SAVE_M to upload activities, tasks, etc, to CRM system.

Some objects has Z fields in append structure. These fields do not exists in CRMXIF_ORDER_SAVE_M segments.

Now I know there a way to generate ZCRMXIF_ORDER_SAVE_M based CRMXIF_ORDER_SAVE_M which includes these Z-fields.

Does anyone remember how to do it?

I did it in the past via t.code WExx of BDxx but I can't recall which one.

Thanks in advance,

Shai Eyal

Hello experts,

This is something I already did before but I simply can't remember how.

I'm using IDOC CRMXIF_ORDER_SAVE_M to upload activities, tasks, etc, to CRM system.

Some objects has Z fields in append structure. These fields do not exists in CRMXIF_ORDER_SAVE_M segments.

Now I know there a way to generate ZCRMXIF_ORDER_SAVE_M based CRMXIF_ORDER_SAVE_M which includes these Z-fields.

Does anyone remember how to do it?

I did it in the past via t.code WExx of BDxx but I can't recall which one.

Thanks in advance,

Shai Eyal

4 REPLIES 4
Read only

Former Member
0 Likes
613

Create new segments in tcode : WE31

Read only

0 Likes
613

Hi,

Tx, for your answer. That's manual operation, which I'm not so familiar with.

Last time I have this created automatically. Do you have any idea how?

Read only

0 Likes
613

Hello,

The message type CRMXIF_ORDER_SAVE_M is based on the IDOC type CRMXIF_ORDER_SAVE_M01.

The only thing that you can do is create an extension of CRMXIF_ORDER_SAVE_M01 in transaction WE30 and includ the missing Z-fields via extra segments.

Afterwards you can create the message type ZCRMXIF_ORDER_SAVE_M based on the extended basic type in transaction WE82.

Wim

Read only

0 Likes
613

Hi Wim,

I'm quite positive this is not the way I did that in the past but I'm willing to try.

In WE30, I try to create extension to CRMXIF_ORDER_SAVE_U03.

Which should I use:

Create new? If I set linked basic type = CRMXIF_ORDER_SAVE_U03 I get message "Action is not possible for generated idoctypes".

Create as copy - if I use "linked with basic type" = CRMXIF_ORDER_SAVE_U03 I get message "Please enter a template"

What should I do?

Tx.

Shai E.