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 within print program of a form

Former Member
0 Kudos

Hi All!

Technically is it possible to call a BADI within a print program of a form.

I do have a requirement where I have to retrieve a field which is not available through normal mapping and there exists a BADI through which i can retrieve the value of the field ,now i am not sure whether i can call this BADI from a print program.

Infact i am new to BADI's.Please advise

Regrads

Praneeth

1 ACCEPTED SOLUTION

suresh_datti
Active Contributor
0 Kudos

The core process is pretty much similar to the User exit ie when you implement a BAdI, you are only inserting the code that gets triggered. The actual trigger ie the call to the BAdI must already be available in the print program.

Regards,

Suresh Datti

1 REPLY 1

suresh_datti
Active Contributor
0 Kudos

The core process is pretty much similar to the User exit ie when you implement a BAdI, you are only inserting the code that gets triggered. The actual trigger ie the call to the BAdI must already be available in the print program.

Regards,

Suresh Datti