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 data before posting

Former Member
0 Kudos

my req is i have to process the idocs with only status 64 and and i have to go for validation(lifnr) before posting .how to do it ,plz sugeest me.

Regards

Sree

2 REPLIES 2

kiran_k8
Active Contributor
0 Kudos

Sreedhar,

Your requirement sounds like a Workflow.If it is so,then you need a workflow consultant.

Let's see what SDN experts say.

K.Kiran.

Former Member
0 Kudos

You can use <b>BADI IF_EX_HRALE00INBOUND_IDOC</b> to validate/change IDOC data before the IDOC is processed.

It is called by RBDAPP01 that processes incomming idocs (status 64).