Application Development 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: 

ARTMAS01 IDOC

Former Member
0 Kudos
584

Hi all,

Can any one tell me how to trigger ARTMAS message type (ARTMAS01 IDOC).

I.E program name or process code.

I did all ALE settings , but i do not no how to trigger ARTMAS message type.

Thanks

umesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos
172

Hi, There is some FMs for this IDOC type,

Outbound:

MASTERIDOC_CREATE_ARTMAS

Inbound:

IDOC_INPUT_ARTMAS

AFS_RETAIL_ARTMAS_IDOC_INPUT

Process Code:

AFSA

Hope it will be helpful.

Thanks

Message was edited by: zhenglin gu

3 REPLIES 3

Former Member
0 Kudos
173

Hi, There is some FMs for this IDOC type,

Outbound:

MASTERIDOC_CREATE_ARTMAS

Inbound:

IDOC_INPUT_ARTMAS

AFS_RETAIL_ARTMAS_IDOC_INPUT

Process Code:

AFSA

Hope it will be helpful.

Thanks

Message was edited by: zhenglin gu

0 Kudos
172

Hi zhenglin gu,

Can you tell me what processcode i assign

for outbound FM MASTERIDOC_CREATE_ARTMAS

& what is the t.code for assign process code with FM for outbound.(like BD67 for inbound)

Because AFSA Process Code is assigned for AFS_RETAIL_ARTMAS_IDOC_INPUT

Former Member
0 Kudos
172

Hi, In my server, I can't find a outbound process code has been assigned to ARTMAS01.

You can check the WE64, the process code has been list there.

And about the MASTERIDOC_CREATE_ARTMAS, I also can't find any program call it in my server. Maybe you can do a find, by 'Where-used list' on your server.

Thanks a lot