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

Prooject IDoc Issues

Former Member
0 Likes
1,174

Hello,

In SAP, we have a requirement to add the WBS elemenent status as closed "I0046". I am using SAP BODS (etl tool) to add the status via IDoc "Project01" . I am using "BAP" as process code in the partner profile. When I send the IDocs via BODS and in SAP I get the below error. Appreciate your thoughts ?

1 REPLY 1
Read only

Former Member
0 Likes
1,022

You have to make sure the function module and process code is configured well. I am writing the steps below to check it step by step.

1. Go to WE42 in ERP and choose the process code associated to IDOC.

2. Click on logical message and after selecting the process code. This will show you all the message type associated with process code. Make sure message type PROJECT is associated with it. If not you need to maintain it like below to ensure the correct processing of data.

3. Activate inbound function module for IDoc processing using transaction code BD51

4. Assign function module to using SM30 with view VEDIEDIFCT. This will ensure correct IDoc processing.

5. You are ready to reprocess the IDoc now. Try it and let me know in case of any problem occurs after above settings.