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

how ro send error message from BADI to BAPI

Former Member
0 Likes
501

i have a BADI which is triggered from a BAPI.This BADI has only importing and changing parameters.How can i send error message to BAPI.Please reply at the earliest.

High points can be expected.

i have a BADI which is triggered from a BAPI.This BADI has only importing and changing parameters.How can i send error message to BAPI.Please reply at the earliest.

High points can be expected.

2 REPLIES 2
Read only

mvoros
Active Contributor
0 Likes
480

Hi,

you can try to use EXPORT command to export your message to memory in your BADI and then IMPORT it back to your BAPI. What is the name of the BAPI and BADI?

Cheers

Read only

Former Member
0 Likes
480

thanks got it