Question:
I test a custom function module for inbound goods movment messages through we19.
If I do it as direct fm call it works and gives me a message.
If I do it through standard idoc inb. procedure, it does not work nor does it give me a message.
I see this has been asked before with no luck.
Has anybody found the problem?
thanks,
phillip
Answer:
One reason for the different behaviour is that, as opposed to the direct FM call, the standard traps all messages coming from the FM and outputs them through the relative status message.
Answer:
Check your settings in WE20, probably your Idoc is set to "Trigger by background program" which means you need to use BD87 to process the idoc functionally.
if you use direct FM to process the IDoc it is updated immediately without taking notice of your we20 setting.
Answer:
did you code messages trapping in your fm?
regards
CS
Answer:
Also check in We19 button Standards Inbound. It should show either green or yellow. This is to check the Partner profile settings are correct.
If not as told pls check the We20
regds