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

Problem in BADI

Former Member
0 Likes
759

Hi experts,

I enhanced a badi SD_COND_SAVE_A and include a check condition in the program .i am trying to trigger an error message when the condition fails.

when i execute the badi i am getting my customized error message for the false condtion as set in the program but after the customized error message i am getting another error Message as

$$00000001 in function group and when i press enter the same screen comes in display mode.

Any idea to resolve this

Regards,

H.Sathiskumar

2 REPLIES 2
Read only

Former Member
0 Likes
551

Hi Sathis

This thread should be useful ->

Neer

Read only

uwe_schieferstein
Active Contributor
0 Likes
551

Hello Sathis

I assume that this is the wrong BAdI for doing final checks. Perhaps NOUPD in CHANGING parameter CT_VAKE may be used to prevent saving of the condition.

Try to search [ABAP Ninja|http://abapninja.org] for a suitable enhancement spot.

Regards

Uwe