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

validation of Idoc data before posting

Former Member
0 Likes
1,302

Hi All

Req" need to validatIon check on Idoc data before posting to the Database. any ideas how to doit .

1 ACCEPTED SOLUTION
Read only

former_member378318
Contributor
0 Likes
740

If a user exit is available in the standard Inbound processing function module then you could add your validation checks there. If not then create your own Inbound processing function module and add your validation checks there, fail the IDOC if your checks fail otherwise continue as normal.

4 REPLIES 4
Read only

former_member378318
Contributor
0 Likes
741

If a user exit is available in the standard Inbound processing function module then you could add your validation checks there. If not then create your own Inbound processing function module and add your validation checks there, fail the IDOC if your checks fail otherwise continue as normal.

Read only

0 Likes
740

Hi Surbjeet Dhillon ,

thanks for ur reply and , my req is i have process the idocs with only status 64 and and go for validation . exits are not availble . plz sugeest me Surbjeet.

Regards

Sree

Read only

0 Likes
740

Hi Surbjeet Dhillon ,

thanks for ur reply and , my req is i have TO process the idocs with only status 64 and and go for validation . exits are not availble to do .how to do ,plz sugeest me Surbjeet.

Regards

Sree

Read only

0 Likes
740

Like I said you will need to create your own Inbound processing function module and link it to your Idoc Message Type (transaction WE57). You can perform all the validation you like in the new function module.