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: 

BADI to Change control record from idoc

Former Member
0 Kudos

I’m trying to use the BADI IDOC_CREATION_CHECK to change the control record from the idoc but im not able to do it because the parameter IDOC_CONTROL is an importing parameter not a changing parameter, I’ve tried to use the BADI IDOC_DATA_MAPPER but I this case I’m just able to change the data record, should I use another BADI?

Regards

Luis Constantino.

2 REPLIES 2

Former Member
0 Kudos

Hello Luis,

My customer have the same problem i seem ..

Do you find a solution ?

Kind regards

Christian

Former Member
0 Kudos

hi.

have you tried ABI_IDOC_PROC_MODIF?

i did not read much thru the documentation...

i hope this helps.