Hi all,
I'm having some difficulties in getting the goods receiving hours from a customer being send to CRM.
What I want to do is just send over the text (TVWAT-VTEXT).
Because we already do send over non standard fields I went with the idea to include the needed code in that function module.(process CRM0_200).
When I debug, I can see the Bdoc is getting created and correctly filled with the text in T_BAPISTRUCT.
The issue whenever I make a change on the ERP side, the Bdoc does not seem to get processed in CRM. The bizar thing is that when I stop the inbound queue in CRM, I can see that there is an R3AD* Bdoc for the changes I have made. When I debug the processing of the Bdoc, the code does not pass the function module to handle the extra fields (function linked to process SMOUTIL3).
Also, when I try to see if the Bdoc got processed correctly in SMW01, I cannot see it there.
Anyone an idea what is going on here?