Application Development 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: 

Error when processing my custom segments in FM 'PARSE_IDOC'...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I have extended a standard IDoc and when I test it in WE19, it always causes an error

because the application document(PO) is not posted. But it is working fine if I remove

my custom segments in WE19. I think the culprit here is that when I try to add my custom segments

to the parser rules(by way of enhancement spots) and executing it, it does not posts the PO since it

always expect the standard segments of the IDoc.

How do I go about this guys? how do I manipulate the IDoc parser to successfully include

my custom segments?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you must do other configuration in other transactions for this extension..

.These are the steps for custom idoc for outbound as well as inbound.

u2022 WE30 - IDOC type creation

u2022 WE31 - Create segment

u2022 WE81 - Message type creation

u2022 WE82 - Link IDOC type to Message type

u2022 SE37 - Create Inbound Function Module

u2022 BD51 - Maintain entry for Function Module

u2022 WE57 - Maintain

u2022 BD57 - Link Function Module, IDOC type and Message type

u2022 WE42 u2013 Create Inbound Process Code

u2022 BD67 - Link Process code to Function Module

u2022 WE20 - Create Partner Profile

u2022 BD64 - Display Distribution Model

u2022 WE02 - IDoc List, Display all Inbound/Outbound IDocs

u2022 WE14 - Outbound Processing of IDocu2019s

u2022 BD20 - Inbound Processing of IDocu2019s

Edited by: Madan Gopal Sharma on Apr 1, 2009 9:01 AM

2 REPLIES 2

Former Member
0 Kudos

you must do other configuration in other transactions for this extension..

.These are the steps for custom idoc for outbound as well as inbound.

u2022 WE30 - IDOC type creation

u2022 WE31 - Create segment

u2022 WE81 - Message type creation

u2022 WE82 - Link IDOC type to Message type

u2022 SE37 - Create Inbound Function Module

u2022 BD51 - Maintain entry for Function Module

u2022 WE57 - Maintain

u2022 BD57 - Link Function Module, IDOC type and Message type

u2022 WE42 u2013 Create Inbound Process Code

u2022 BD67 - Link Process code to Function Module

u2022 WE20 - Create Partner Profile

u2022 BD64 - Display Distribution Model

u2022 WE02 - IDoc List, Display all Inbound/Outbound IDocs

u2022 WE14 - Outbound Processing of IDocu2019s

u2022 BD20 - Inbound Processing of IDocu2019s

Edited by: Madan Gopal Sharma on Apr 1, 2009 9:01 AM

0 Kudos

Hi,

We have maintained all the necessary configurations in WEDI, BALE and SALE TRANSACTIONS.