cancel
Showing results for 
Search instead for 
Did you mean: 

ALE and IDocs Relevant Issue

Former Member
0 Kudos

Dear Gurus,

I created a Master Data (MD)u2018testmrtu2019 via MM01 in our DEV environment.

Now I want to transfer it into QAS environment via ALE mode. (The ALE configuration work was done.)

The MD was successfully sent from DEV via BD10. (The light was green via WE05 in DEV.)

But Iu2019ve failed when I receiving the MD in QAS and can see error logs via BD73.

Error Log:

Message Type: MATMAS

IDoc Status: 51

Status Grouping: Red Lights.

Status text: Application document not posted.

Double Click 'Application document not posted.' and expand the 'Status Records' of 51, I can see:

'Function module not allowed: AFS_RETAIL_ARTMAS_IDOC_INPUT'.

Have you come across this problem? How to solve the problem?

Thank you very much!

Jason

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Post your question in ABAP Development - Data Transfers forum for quick ans.

Cheers,

Rc

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

For the Error: Function module not allowed: AFS_RETAIL_ARTMAS_IDOC_INPUT'

Error Log:

Idocs would be failing in 51 status in Error state.

for

Message Type: MATMAS

IDoc Status: 51

Status Grouping: Red Lights.

Status text: Application document not posted.

Diagnosis

The function module AFS_RETAIL_ARTMAS_IDOC_INPUT'

and the application object type which were determined are not valid for this IDoc.

Procedure

1. Please check that the process code in the inbound partner profile is correct.

2. If this is the case, you should check the ALE inbound methods ALE inbound methods for the process code

and see whether the specified function module and application object type are correct.

3. If this is also the case, then the function module and the application object type are not permitted

for the logical message type, message variant, message function and basis type that are contained

in the IDoc control record.

You should check whether the correct values have been assigned to these fields in the control record.

If they do have the correct values, then the assignment to the function module and the

application object type needs to be maintained.

Please check and revert in case u still face the issue .

Regards,

Shravan A