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: 

validation of idoc

Former Member
0 Kudos

hi

i am getting idoc from legacy system before posting into SAP i have to to validation on that IDOC.

HOW TO DO THIS VALIDATION.

CAN ANY BODY HELP ME REGARDING THIS.

REGARDS

RADHA

3 REPLIES 3

Former Member
0 Kudos

It depends on what kind of validation. SAP can do a syntax check on the iDoc, if you tick the option in the Inbound Partner Profile (WE20). If you want specific validations, you will have to add your code to a userexit in the appropriate Function Module.

Cheers, Paul.

Former Member
0 Kudos

Hi Prathap,

Plz elaborate the scenario.

For testing the IDOC u can chose we19 but if some internal validaitons are there that can be done through the triggering objects(FM,reports, message control).

Thanks

Mohinder Singh Chauhan

varma_narayana
Active Contributor
0 Kudos

Hi..

WE19 - Test tool for IDOC .

Here you trigger the IDOC inbound processing in Debugging mode.

Try out...