Skip to Content
Author's profile photo Former Member

Using Idocs in NWBPM

SAP has provided the below link which explains about “how to import idocs in NWBPM”.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/f1/24e6e6f548480b85197bde372d13c9/frameset.htm

As explained in the above link, I have followed the ssame steps, but when I tried to import the idoc in NWBPM, I have got the below error.

An internal error occurred during: “Importing MOIN models for XSDs and WSDLs…”

Java.lang.OutOfMemoryError: Java heap space

First I thought this error is something related to NWDS issue and later analysed it is related to the idoc service interface.

Then after few trail and errors finally I have imported the IDoc service interface in NWBPM. I would like to share how we can import the idocs service interface in NWBPM in this blog.

First we need to follow the steps mentioned in the below link.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/f1/24e6e6f548480b85197bde372d13c9/frameset.htm

For Idocs, some of the fields/segments will have the occurence as “999999999”.

/wp-content/uploads/2014/11/1_597102.jpg

/wp-content/uploads/2014/11/2_597103.jpg

The tricky thing is to replace “999999999” with “unbounded”

/wp-content/uploads/2014/11/3_597104.jpg

and use this updated XSD in the service interface which will be used in NWBPM.

After importing this service interface in BPM, you can see the idoc namespace under “Data Types”.

/wp-content/uploads/2014/11/4_597105.jpg

For information, SAP fixed this issue in the below releases/patch levels.

Check the note 0001988746

Support Package Patches

Software Component Support Package Patch Level

NWDS UPDATE SITE CONTENT 7.30 SP013 000000

NWDS UPDATE SITE CONTENT 7.31 SP008 000011

NWDS UPDATE SITE CONTENT 7.31 SP009 000007

NWDS UPDATE SITE CONTENT 7.31 SP010 000005

NWDS UPDATE SITE CONTENT 7.31 SP011 000003

NWDS UPDATE SITE CONTENT 7.31 SP012 000001

NWDS UPDATE SITE CONTENT 7.31 SP013 000000

OBS: NWDS UPD. SITE CNT 7.40 SP008 000000

Hope this blogs helps in importing idocs into NWBPM.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo srikanth kakani
      srikanth kakani

      Thanks Leela for sharing very useful trick.. 🙂