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

Advanced Idocs customizing

jimmy_guzman
Explorer
0 Likes
8,513

hello,

how to extend/enhance a Generated IDocs,  by example,  BATMAS03  ?

 

jimmy_guzman_0-1755799628548.jpeg

 

 

jimmy_guzman_1-1755799628586.jpeg

#idocs 

 

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
7,996

Hello @jimmy_guzman 

BATMAS03 is generated with BDBG transaction (ALE-BAPI interface):
Dominik_Tylczynski_0-1755844438750.png
Dominik_Tylczynski_1-1755844456341.png

Therefore you can't extend it in WE30, with an IDoc type extension. You would lose BAPI compatibility if you did that.

Best regards

Dominik Tylczynski

 

 

Read only

jimmy_guzman
Explorer
0 Likes
7,635

thanks,