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
598

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

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
Read only

kiran_k8
Active Contributor
0 Likes
501

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.

Read only

Former Member
0 Likes
501

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).